-
Hi flashers, I´m working in a CD with some movies in several swf linked with loadmovie, and I´d like to know if there is (or what kind of) any script to make the movie controlable, I mean play, stop, rewind, fast forward, pause or fullscreen. Thank you.
-
Sure, you just need to target the clip you loaded.
on a level:
_level2.stop();
_level.play();
etc.
5G
-
If it's video you want to control, you can some good componants from http://www.macromedia.com/exchange
You do need to be a member to get them. Once you are in do a search for video and check out the results.
Hope that helps.
-
-
I highly suggest the one estudioworks is pointing you to. I use it all the time. works great even has a volume control.
-
Thanks for the link estudioworks. Flash Components has some brilliant stuff.