Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <html>
  2. <head>
  3. <OBJECT ID="MediaPlayer1" width=160 height=46
  4.  
  5. classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
  6.  
  7. codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
  8.  
  9. standby="Loading Microsoft Windows Media Player components..."
  10.  
  11. type="application/x-oleobject">
  12.  
  13. <PARAM NAME="FileName"VALUE="http://www.randallcamp.com/1949_50UW.mp3">
  14.  
  15. <PARAM NAME="animationatStart" VALUE="true">
  16.  
  17. <PARAM NAME="transparentatStart" VALUE="true">
  18.  
  19. <PARAM NAME="autoStart" VALUE="false">
  20.  
  21. <PARAM NAME="showControls" VALUE="true">
  22.  
  23. <EMBED type="application/x-mplayer2"
  24.  
  25. pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
  26.  
  27. SRC="http://www.randallcamp.com/1949_50UW.mp3"
  28.  
  29. name="MediaPlayer1"
  30.  
  31. width=160
  32.  
  33. height=162
  34.  
  35. AutoStart=false>
  36.  
  37. </EMBED></OBJECT>
  38. </head>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement