Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 2.08 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Flowplayer not showing audio player
  2. <div id="video" style="border: 1px solid rgb(204, 204, 204); width: 490px; height: 385px; margin:0 auto;">
  3.                     <a  href="http://wholesaletoriches.com/newthankyouvideos/wwm new thankyou final/wwm new thankyou final.mp4"     style="display:block;width:470px;height:365px;padding:10px;"    id="player"> </a>
  4.                                          <script type="text/javascript">
  5.                                          flowplayer("player", "flowplayer-3.2.2.swf",{
  6.                                         plugins: {
  7.                                             controls: null
  8.  
  9.                                             },                                              
  10.                                                 canvas: {backgroundColor: '#ffffff',backgroundGradient: "none"}
  11.                                                 ,
  12.                                         clip: {
  13.                                             url: 'http://wholesaletoriches.com/newthankyouvideos/wwm new thankyou final/wwm new thankyou final.mp4'
  14.                                             },
  15.                                             onLoad: function() {
  16.                                             this.setVolume(100);
  17.                                             }}
  18.                                             );
  19.                                             </script>
  20.  
  21.     </div>
  22.  
  23.     <div id="audio" style="width:750px;height:30px;display:block">
  24. <a href="http://releases.flowplayer.org/data/fake_empire.mp3" style="display:block" id ="player1"></a>
  25. <script language='javascript'>
  26.  
  27.   $f("audio", "http://releases.flowplayer.org/swf/flowplayer-3.2.6.swf", {
  28.  
  29. // fullscreen button not needed here
  30. plugins: {
  31.     controls: {
  32.         fullscreen: false,
  33.         height: 30,
  34.         autoHide: false
  35.     }
  36. },
  37.  
  38. clip: {
  39.     autoPlay: false,
  40.  
  41.     // optional: when playback starts close the first audio playback
  42.     onBeforeBegin: function() {
  43.         $f("player").close();
  44.     }
  45. }
  46.  
  47.    });
  48.    </script>
  49. </div>
  50.        
  51. plugins:{  audio:  { url: "http:/yourpathtotheaudioplugin/flowplayer.audio.swf"}  }