I have a swf file created with flash cs4, in that file, I have one TextField which is loading an image that is in the same swf directory through htmlText.

In the other hand I made one air app loading the same swf, but the image is not displaying, anyone knows how to solve it, I searched a lot before asking but I couldn't find something helpful to my case.

Please help me, I really need to know how to do it!!

Thanks a lot for any help.

link|improve this question
some sample code will help in fixing your problem – Adrian Pirvulescu Feb 15 at 10:57
Adrian, look in my flash code I have something like this : txt_field.htmlText = '<img src="imgs/img.jpg">'; this in flash player shows the image, but when I load the swf generated with flash into an air project, the image is not shown. – user1208182 Feb 15 at 11:09
could you please also try with src="/imgs/img.jpg" ? sometimes flash goes strange. Also do you allow network_access from publishing options ? (I presume /imgs/img.jpg exists inside the /src folder of your AIR project ?? – Adrian Pirvulescu Feb 15 at 12:40
or maybe: app:/imgs/img.jpg? – DanielH May 22 at 18:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.