PDA

View Full Version : Compiling Flex 3 Project


mikeva
12-23-2008, 04:00 AM
Ok so I finalized my project, and exported as swf.

I uploaded all the files from the bin-release folder to a web host.

I go to the url, and its asking about local files? Giving this error:

SecurityError: Error #2148: SWF file http://myhost.110mb.com/Myflashfile.swf cannot access local resource file:///F|/Websites/Thesite/jpegs/main-info-asof12172008-2.jpg. Only local-with-filesystem and trusted local SWF files may access local resources.

How do I point it to retrieve the images from where I have them uploaded to?

Also, if this is a true SWF, why is it still calling for outside sources for images?

SOMEONE PLEASE HELP!!!

drkstr
12-24-2008, 12:02 AM
You need to explain how you embedded/linked to the images in your project for any one to help you. Generall, it's as easy as this:

<mx:Image source="some_image.png" />


Best Regards,
~Aaron