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

