Keyword

know when file is done playing

  • Joep Tijssen
  • Joep Tijssen's Avatar Topic Author
  • Offline
  • New Member
More
14 years 7 months ago - 14 years 7 months ago #35679 by Joep Tijssen
know when file is done playing was created by Joep Tijssen
Hello everyone!

I have the following code (below) to embed the video. The video auto-plays when the user comes to the site. Now i would like to know when the video is done playing, so i can perform some actions. Does anyone know how i can retrieve the status of the file.
<object id="intro_movie" type="application/x-shockwave-flash" style="<?php echo $videosize; ?>" data="http://domain.nl/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf" title="intro">
	<param name="movie" value="http://domain/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf"></param>
	<param name="quality" value="high"></param>
	<param name="wmode" value="transparent"></param>
	<param name="bgcolor" value="#000000"></param>
	<param name="autoplay" value="true"></param>
	<param name="allowfullscreen" value="true"></param>
	<param name="allowscriptaccess" value="always"></param>
	<param name="flashvars" value="file=http://domain/images/stories/videos/<?php echo $movielanguage; ?>&amp;autostart=true&amp;fullscreen=true&amp;controlbar=over&amp;frontcolor=#FFFFFF&amp;backcolor=#1d7617&amp;stretching=fill&amp;logo.hide=true&amp;screencolor=transparent"></param>
</object>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum