l Squid l
Jul 5th, 2010, 10:44 PM
I'm trying to figure how to code this. I have a flash player for flash videos. Code below
<a href="../videos/David Blaine Spoof Part 1.flv" style="display:block;width:425px;height:300px;" id="player">
</a>
<script language="JavaScript">
flowplayer("player", "http://builds.flowplayer.netdna-cdn.com/37580/9408/flowplayer-3.2.2-0.swf");
</script>
I'm trying to figure out how to make a button pop up when the video has ended.
Heres a working page for my video player.
http://www.acerewardz.com/assests/html/video_example.html
<a href="../videos/David Blaine Spoof Part 1.flv" style="display:block;width:425px;height:300px;" id="player">
</a>
<script language="JavaScript">
flowplayer("player", "http://builds.flowplayer.netdna-cdn.com/37580/9408/flowplayer-3.2.2-0.swf");
</script>
I'm trying to figure out how to make a button pop up when the video has ended.
Heres a working page for my video player.
http://www.acerewardz.com/assests/html/video_example.html