RE: [Flashcoders] HELP STILL NEEDED, PLEASE!

2006-05-24 Thread Tor.Kristensen
var isFinishedPlaying:Boolean = targetSlide.targetExternalSwf._currentframe== targetSlide.targetExternalSwf._totalframes; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] HELP STILL NEEDED, PLEASE!

2006-05-24 Thread Craig Stanford
HI Loren, You can do it the cheap and nasty way, which I like to employ as often as possible :) Simpy put a stop(); frame on the frame on the main timeline where the swf is loaded, and at the end of your loaded swf put the action _parent.play(); This means that the main timeline is stopped,

RE: [Flashcoders] HELP STILL NEEDED, PLEASE!

2006-05-24 Thread Tom Lee
] On Behalf Of Craig Stanford Sent: Wednesday, May 24, 2006 8:47 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] HELP STILL NEEDED, PLEASE! HI Loren, You can do it the cheap and nasty way, which I like to employ as often as possible :) Simpy put a stop(); frame on the frame on the main