topical media & game development

talk show tell print

lib-flow-example-tooltips.htm / htm



  <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html><head>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  
  <!-- 
          This is Flowplayer standalone demo. The fastest way to get started. 
          You can freely copy things on your site. All demos can be found from: 
          
          http://flowplayer.org/demos/
  	
  	Enjoy!
  -->
  
  <!-- DOCTYPE is always recommended. see: http://www.quirksmode.org/css/quirksmode.html -->
   
  
  <!-- flowplayer scripts should be loaded from your servers NOT from static.flowplayer.org  -->
  
  <script type="text/javascript" src="lib-flow-example-files-flowplayer-3.js"></script>
  
    
  <!-- some styling for the standalone page. this line can (or must) be removed -->
  <link rel="stylesheet" type="text/css" href="lib-flow-example-files-standalone.css">
  
  <!-- player container-->
  <script language="JavaScript">
  
  flowplayer("player", "swf/flowplayer-3.1.0.swf", {
                  
          plugins:  {
                  controls: {
                          
                          // tooltips configuration
                          tooltips: {
                                  
                                  // enable english tooltips on all buttons
                                  buttons: true,
                                  
                                  // no tooltip for pause button
                                  pause: null,
                                  
                                  // customize text on the Fullscreen button
                                  fullscreen: 'Enter Fullscreen mode'
                          },
                          
                          // background color for all tooltips
                          tooltipColor: '#112233',
                          
                          // text color
                          tooltipTextColor: '#8899ff' 
                  }
          }, 
          
          // pause on first frame of the video
          clip: {
                  autoPlay: false,
                  autoBuffering: true
          }
          
  });
  </script></head><body><a href="http://player-e7.simplecdn.net/flowplayer.flv" style="display: block; width: 450px; height: 300px;" id="player"><object id="player_api" data="lib-flow-example-files-flowplayer-3.swf" type="application/x-shockwave-flash" width="100%" height="100%"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><param name="quality" value="high"><param name="bgcolor" value="#000000"><param name="flashvars" value="config={&quot;plugins&quot;:{&quot;controls&quot;:{&quot;tooltips&quot;:{&quot;buttons&quot;:true,&quot;pause&quot;:null,&quot;fullscreen&quot;:&quot;Enter Fullscreen mode&quot;},&quot;tooltipColor&quot;:&quot;#112233&quot;,&quot;tooltipTextColor&quot;:&quot;#8899ff&quot;}},&quot;clip&quot;:{&quot;autoPlay&quot;:false,&quot;autoBuffering&quot;:true,&quot;url&quot;:&quot;http://player-e7.simplecdn.net/flowplayer.flv"},"playerId":"player","playlist":[{"autoPlay":false,"autoBuffering":true,"url":"http://player-e7.simplecdn.net/flowplayer.flv"}]}"></object></a>
  
  <!-- Flowplayer installation and configuration -->
          
  </body></html>
  


(C) Æliens 20/2/2008

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.