You're not embedding it. You're loading it from an external source.
I would add trace output to myflash.swf so you can see how far it got. If it assumes it can use layers or get to the stage, it may not run properly. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of elr Sent: Tuesday, February 19, 2008 11:42 AM To: [email protected] Subject: [flexcoders] embedded swf doe not run Hi all, First, I have a small Flash 8 swf that loads and parses an xml file. Paths are ok and it runs perfectly in standalone mode. Then, I want to embed it into a Flex app. As I don't need any control on it, I just used Image tag this way: <mx:Image source="comps/myflash.swf"/> Running my Flex app, I can see that swf runs and preload xml file but suddenly stalls when the preload bar hit 100%. Is it a security restriction, a version compatiblity problem ? Can somebody help me determine what should I check? Thx for your help. Eric

