topical media & game development

talk show tell print

#bridge-video-simple.htm / htm



  <html>
  <head>
  
  <title>Various ways to work with FAVideo</title>
  
      <script src="AC_RunActiveContent.js" type="text/javascript"></script>
          <script src="FAVideo.js" type="text/javascript"></script>
  </head>
  <body onLoad="">
          <div id="divOne"></div>
     
      <script type="text/javascript">
                  playerOne = new FAVideo("divOne", "demo_video.flv",0,0,{ autoLoad:true, autoPlay:true });
          </script>
      
      <script>
              playerOne.addEventListener("playheadUpdate",this,myHandler);
              
              playerOne.removeEventListener("playheadUpdate",this,myHandler);
              
              function myHandler() {
                      //alert("eh");
              }
      
      </script>
      
  </body>
  </html>


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.