Control an embedded flash movie's playback in HTML/php
Posted
by lostInTransit
on Stack Overflow
See other posts from Stack Overflow
or by lostInTransit
Published on 2010-05-01T05:01:07Z
Indexed on
2010/05/01
5:07 UTC
Read the original article
Hit count: 290
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.
© Stack Overflow or respective owner