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

2008-06-04 Thread Joseph Balderson
*Sent:* Sunday, June 01, 2008 7:17 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] SWFLoader doesn't fire complete event 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

[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.*;

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

2008-06-01 Thread Sherif Abdou
] To: flexcoders@yahoogroups.com Sent: Sunday, June 1, 2008 9:16:58 PM Subject: [flexcoders] SWFLoader doesn't fire complete event 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

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

2008-06-01 Thread Joan Lafferty
: [flexcoders] SWFLoader doesn't fire complete event 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

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

2008-06-01 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SWFLoader doesn't fire complete event You could also try adding a listener to the SWFLoader for the complete event in the initialize or preinitialize event. Since both your complete event and source are defined in mxml, if the source loads really