Can any one tell me how do i make a flash movie play continously without stopping. I have created a flash movie and uploaded it to my site but the problem is that it plays once and stops. How do i do that it keeps on playing without stopping. Your help would be highly appreciated.
Well, there are two ways, the easy way and the hard way : ) I dunno which version Flash you have but you know Publish Settings? There are like three folders in there: HTML, Flash, and something else I forget. One of those has a checkbox called Loop. It's usually already checked by default so I wonder if you'd unchecked it OR if you have some Actionscript somewhere telling it to stop? The hard way (but sometimes necessary) is to use Actionscript in the last frame. Something like gotoAndPlay (1) with the 1 being the frame number you want it to start playing at. awesome tutorials targeting advertisers: lukamaras.com (dunno if I spelt his name right but it's something like that). Good luck.