Advertisement
emcniece

Niftyplayer for Kusaba X v1.0 - Player Object Code

May 25th, 2011
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.33 KB | None | 0 0
  1. <!--
  2. -- Niftyplayer for Kusaba X v1.0
  3. -- Player Object Code
  4. -- -- Paste this block in /dwoo/templates/menu.tpl
  5. -- -- just below this:
  6. --{if %KU_MENUTYPE eq 'normal'}
  7. -- --   <li id="removeframes"><a href="#" onclick="javascript:return removeframes();" target="_self">[{t}Remove Frames{/t}]</a></li>
  8. -- --{/if}
  9. -- --</ul>
  10. -- -- around line 106. This block can be pasted
  11. -- -- just about anywhere in the menu, it's just a
  12. -- -- matter of preference!
  13. -->
  14.  
  15.  
  16. <br />
  17. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="165" height="38" id="niftyPlayer1" align="">
  18. <param name=movie value="niftyplayer/niftyplayer.swf">
  19. <param name=quality value=high>
  20. <param name=bgcolor value=#FFFFFF>
  21. <embed src="niftyplayer/niftyplayer.swf" quality=high bgcolor=#FFFFFF width="165" height="38" name="niftyPlayer1" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
  22. </embed>
  23. </object><br />
  24. <a style="font-size:xx-small; color:#cccccc; margin-left:10px;" href="#" id="play-mp3" target="_self">Load random song and play it!</a><br />
  25. <span id="playing_msg" style="font-size:xx-small; color:#999; margin-left:10px;">Playing: </span><span id="playing" style="font-size:xx-small; color:#999;"></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement