Hi,Thanks for the reply. I can't use the new functionality: I am in version 10.0 😕What I'm not understand is that my widget goes well in local and test... 😞I don't use Embed because my image is loaded since a XML config file. I dont't know if it's the best way but it works! <mx:Image id="legendeImg"
x="345" y="20"
source="{imageLegende}"
width="80" height="313" visible="false"/>imageLegende = configXML.legende || "assets/images/crea/vide.png";
myBitmapData = Bitmap(legendeImg.content).bitmapData;
landPDF.addImage(new Bitmap(myBitmapData),null,xLegend,yLegend,wLegend,hLegend,0,1,true,tLegend,100);