Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

irishgrizzly

macrumors 65816
Original poster
May 15, 2006
1,461
2
Basic flash question here. I've got a movie clip in a flash file. I want the clip to play but not loop. What is the easiest way to do this.

I'm not looking for a way to set this in the HTML, but from inside the flash file. I'm guessing it just part of an actionscript, right?
 
in your movieclip code:

pick the frame you want the thing to start playing, on that frame put a "play()" command.

on the frame you want it to stop, put a "stop()" command
 
in your movieclip code:

pick the frame you want the thing to start playing, on that frame put a "play()" command.

on the frame you want it to stop, put a "stop()" command

Thanks for that, did the trick.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.