Note that there are some explanatory texts on larger screens.

plurals
  1. PO Need to trigger an event on a video ending
    primarykey
    data
    text
    <p>Working on switching from Flash to a flash player/html5 video player hybrid solution. Using video.js player. I am looking to hide the player and show a div block with javascript upon video finishing. Would anyone know how to trigger this? I have a SWF container and a video container. Anyone have any suggestions?</p> <p>www.friedmanllp.com/home3.php</p> <p>Following code:</p> <pre><code> &lt;div class="video-js-box"&gt; &lt;!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody --&gt; &lt;video id="example_video_1" class="video-js" width="545" height="380" controls="controls" preload="auto" poster="http://www.friedmanllp.com/video/video.jpg"&gt; &lt;source src="http://www.friedmanllp.com/video/intro.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /&gt; &lt;object id="flash_fallback_1" class="vjs-flash-fallback" width="545" height="380" type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf"&gt; &lt;param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" /&gt; &lt;param name="allowfullscreen" value="true" /&gt; &lt;param name="flashvars" value='config={"playlist":["http://www.friedmanllp.com/video/video.jpg", {"url": "http://www.friedmanllp.com/video/intro.mp4","autoPlay":true,"autoBuffering":true}]}' /&gt; &lt;!-- Image Fallback. Typically the same as the poster image. --&gt; &lt;img src="http://www.friedmanllp.com/video/video.jpg" width="545" height="380" alt="Poster Image" title="No video playback capabilities." /&gt; &lt;/object&gt; &lt;/video&gt; &lt;!-- Download links provided for devices that can't play video in the browser. --&gt; &lt;/div&gt; &lt;div style="display:none; width:545px; height:380px; overflow:hidden;"&gt; &lt;div class="practices_link" style="float:left; margin-bottom:1px; width:95px; height:17px; cursor:pointer;"&gt;&lt;img class="practices_on" style="margin-bottom:1px; width:95px; height:17px;" src="images/alt/practices_on.jpg" /&gt;&lt;img class="practices_off" style="display:none; margin-bottom:1px; width:95px; height:17px;" src="images/alt/practices_off.jpg" /&gt;&lt;/div&gt;&lt;div style="float:left; margin-bottom:1px; width:355px; height:17px;"&gt;&lt;img src="images/alt/blank_alt.gif" style="width:355px; height:17px;"&gt;&lt;/div&gt;&lt;div class="services_link" style="float:left; margin-bottom:1px; width:95px; height:17px;"&gt;&lt;img class="services_off" style="margin-bottom:1px; width:95px; height:17px; cursor:pointer;" src="images/alt/services_off.jpg" /&gt;&lt;img class="services_on" style="display:none; margin-bottom:1px; width:95px; height:17px; cursor:pointer;" src="images/alt/services_on.jpg" /&gt;&lt;/div&gt; &lt;div id="slider"&gt; &lt;div id="practices" style="float:left; top:0; left:0; position:relative;"&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=1"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/1.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=5"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/2.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=13"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/3.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=2"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/4.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=18"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/5.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=28"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/6.jpg" /&gt;&lt;/a&gt; &lt;/div&gt; &lt;div id="services" style="float:left; top:-360px; left:545px; position:relative;"&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=21"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/7.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=7"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/8.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=29"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/9.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=30"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/10.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=14"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/11.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.friedmanllp.com/articles.php?pcode=17"&gt;&lt;img style="margin-bottom:1px;" src="images/alt/12.jpg" /&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload