Using Flash I made a short movie and I put that in my web page
Now I need a button to start and stop the movie...
how can I create the buttons? thanks
Printable View
Using Flash I made a short movie and I put that in my web page
Now I need a button to start and stop the movie...
how can I create the buttons? thanks
to sart the movie(ActionScript)
_root.play();
to stop it(also actionScript)
_root.stop();