It depends on the SWF. Pure frame-based animation swfs can be checked for currentFrame = totalFrames. Anything that uses script-based animations requires an event from the script.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Sunday, August 26, 2007 10:26 PM To: [email protected] Subject: RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing Yes, i did think this solution before, i should generate some event at the end of the frame, the problem is that i might dont have access to all the swf..the swf might come from somewhere and i cant put a trigger inside it. ary. --- Tracy Spratt <[EMAIL PROTECTED] <mailto:tspratt%40lariatinc.com> > wrote: > "playing", huh, that must be some of that Flash > stuff. I don't do > Flash, yet, so I'm probably not the one to answer > this, but I am pretty > sure that your swf is gong to have to dispatch an > event that your parent > app can listen for. > > > > Tracy > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Ary > Sent: Sunday, August 26, 2007 12:02 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: RE: [flexcoders] Play multiple SWF files in > SWF loader (Detect > SWF(SWFLoader) finish playing > > > > Hi Tracy, > > Yes, but how to detect when a swf (loaded by > swfloader) finish playing?so i can point to the next > swf? > i cant found any sample or reference to do this :( > thanks in advance for the enlightment. > > ary. > > --- Tracy Spratt <[EMAIL PROTECTED] <mailto:tspratt%40lariatinc.com> > <mailto:tspratt%40lariatinc.com> > > wrote: > > > Just set the SWFLoader.source property to the url. > > > > Tracy > > > > > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> > <mailto:flexcoders%40yahoogroups.com> > > > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> > <mailto:flexcoders%40yahoogroups.com> ] On > > Behalf Of Ary > > Sent: Wednesday, August 22, 2007 3:30 PM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > <mailto:flexcoders%40yahoogroups.com> > > Subject: RE: [flexcoders] Play multiple SWF files > in > > SWF loader > > > > > > > > Hi, > > > > continuing this post, how can i play this multiple > > swf > > files if i have the url listed in xml or array? > > > > and maybe control it or disabled the control so it > > plays continously... > > > > thanks in advance.. > > > > ary. > > > > --- Tracy Spratt <[EMAIL PROTECTED] <mailto:tspratt%40lariatinc.com> > <mailto:tspratt%40lariatinc.com> > > <mailto:tspratt%40lariatinc.com> > > > wrote: > > > > > First, what do you mean when you say, "i have > five > > > SWF files in array"? > > > Do you mean you have the urls to the swf files > > > stored in the array? > > > > > > > > > > > > Second, do you control the swf's so that you can > > > dispatch an event or > > > callback when they complete? > > > > > > > > > > > > Tracy > > > > > > > > __________________________________________________________ > > Looking for a deal? Find great prices on flights > and > > hotels with Yahoo! > > FareChase. > > http://farechase.yahoo.com/ <http://farechase.yahoo.com/> > <http://farechase.yahoo.com/ <http://farechase.yahoo.com/> > > > <http://farechase.yahoo.com/ <http://farechase.yahoo.com/> > <http://farechase.yahoo.com/ <http://farechase.yahoo.com/> > > > > > > > > > > > > __________________________________________________________ > Pinpoint customers who are looking for what you > sell. > http://searchmarketing.yahoo.com/ <http://searchmarketing.yahoo.com/> > <http://searchmarketing.yahoo.com/ <http://searchmarketing.yahoo.com/> > > > > > __________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ <http://travel.yahoo.com/>

