I have a movie clip. At the end of this movie clip is an flv that plays. A button is telling the movie clip to go and play the frame where this flv is sitting.
How do I get the movie clip to go to the beginning once the flv is finished playing?
No I mean actually post your fla, attach it to the post on the forum so i can get a look at it.
Make sure it is saved down to CS3 if your using flash version greater than that.
Oh, you mean post a screen shot of my timeline? If that’s what you mean okay I’ll do it.
Any suggestions with the Actionscript?
Paul here is a screen shot of my timeline in flash cs3. The blue block at the end is the three keyframes that hold the three FLVs.
Thanks
He already said flv is on the timeline.
ok just put a gotoAndPlay(1) on the last from of the mc.
The FLV is on the timeline.
I am going to have to learn what netStream is.
If you play your FLV with FLVPlayback component then you have an event (i don’t remember the exact name) that occures when FLV is finished. So you could use this event and goto method
post your fla. Replace the flvs with a blue boxs where the flv would normally be.
By the way, I actually have 3 FLVs at the end of the MC. So after each one is done I want it to go to the beginning of the MC.
…
Is the flv on the timeline or are you using netStream?