[flexcoders] Re: SWFLoader doesn't fire complete event

2008-06-02 Thread Pete Miller
Thanx to all who suggested help. The answer was that using @Embed doesn't cause a 'complete' event to fire. I tried all combinations of attaching a listener for the complete event inside of creationComplete, preinitialize, etc, and complete never fired. What works is to load without

[flexcoders] SWFLoader doesn't fire complete event

2008-06-01 Thread Pete Miller
I have problems with getting the 'complete' event to occur in an application I'm working on, so I wrote this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.events.*;