Control an embedded flash movie's playback in HTML/php
- by lostInTransit
Hi
I am using an embedded flash movie in my web page. I would like to show some alerts on the page when the movie has played for x seconds, pause the movie while the user views and dismisses the alert and start playing the movie again after that (or the user can press the play button, not important)
The important parts being - the app being able to find out if x secs worth of movie has played, pausing the movie then and showing an alert.
Is this possible using a php/javascript code within the web page? Or will I have to do this within the flash movie itself?
Thanks.