RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-27 Thread Ary
ah Yes i try that, yes mostly its frame based
animation (tween) not script based animation

thx :)
--- Alex Harui <[EMAIL PROTECTED]> wrote:

> 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: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Ary
> Sent: Sunday, August 26, 2007 10:26 PM
> To: flexcoders@yahoogroups.com
> 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: flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com>
> 
> > [mailto:flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> ] On
> > Behalf Of Ary
> > Sent: Sunday, August 26, 2007 12:02 PM
> > To: flexcoders@yahoogroups.com
> <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: flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> 
> > <mailto:flexcoders%40yahoogroups.com>
> > 
> > > [mailto:flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> 
> > <mailto:flexcoders%40yahoogroups.com> ] On
> > > Behalf Of Ary
> > > Sent: Wednesday, August 22, 2007 3:30 PM
> > > To: flexcoders@yahoogroups.com
> <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/> 
> 
> 
>  
> 



   

Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
http://autos.yahoo.com/carfinder/


RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-26 Thread Alex Harui
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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ary
Sent: Sunday, August 26, 2007 10:26 PM
To: flexcoders@yahoogroups.com
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: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

> [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> ] On
> Behalf Of Ary
> Sent: Sunday, August 26, 2007 12:02 PM
> To: flexcoders@yahoogroups.com <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: flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com>
> 
> > [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com> ] On
> > Behalf Of Ary
> > Sent: Wednesday, August 22, 2007 3:30 PM
> > To: flexcoders@yahoogroups.com <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/> 


 


RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-26 Thread Ary
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]> 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: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Ary
> Sent: Sunday, August 26, 2007 12:02 PM
> To: flexcoders@yahoogroups.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>
> > wrote:
> 
> > Just set the SWFLoader.source property to the url.
> > 
> > Tracy
> > 
> > 
> > 
> > 
> > 
> > From: flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com>
> 
> > [mailto:flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> ] On
> > Behalf Of Ary
> > Sent: Wednesday, August 22, 2007 3:30 PM
> > To: flexcoders@yahoogroups.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>
> > > 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/> > 
> > 
> > 
> > 
> > 
> 
>
__
> Pinpoint customers who are looking for what you
> sell. 
> http://searchmarketing.yahoo.com/
> <http://searchmarketing.yahoo.com/> 
> 
>  
> 
> 



   

Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/


RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-26 Thread Tracy Spratt
"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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ary
Sent: Sunday, August 26, 2007 12:02 PM
To: flexcoders@yahoogroups.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>
> wrote:

> Just set the SWFLoader.source property to the url.
> 
> Tracy
> 
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

> [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> ] On
> Behalf Of Ary
> Sent: Wednesday, August 22, 2007 3:30 PM
> To: flexcoders@yahoogroups.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>
> > 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/> > 
> 
> 
> 
> 

__
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/ <http://searchmarketing.yahoo.com/> 

 



RE: [flexcoders] Play multiple SWF files in SWF loader (Detect SWF(SWFLoader) finish playing

2007-08-26 Thread Ary
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]> wrote:

> Just set the SWFLoader.source property to the url.
> 
> Tracy
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Ary
> Sent: Wednesday, August 22, 2007 3:30 PM
> To: flexcoders@yahoogroups.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]
> 
> > 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/
>  
> 
>  
> 
> 



   

Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/