Código del reproductor de Casa de Oración Radio


/ Published in: HTML
Save to your folder(s)

Código para insertar el reproductor de Casa de Oración Radio


Copy this code and paste it in your HTML
  1. <object id="LivePlayer"
  2. width="192" height="64"
  3. classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
  4. type="application/x-oleobject">
  5. <param name="URL" value="http://216.87.171.48:9126" />
  6. <param name="src" value="http://216.87.171.48:9126" />
  7. <param name="SendPlayStateChangeEvents" value="True" />
  8. <param name="AutoStart" value="True" />
  9. <param name="AutoLoop" value="False" />
  10. <param name="uiMode" value="full" />
  11. <param name="PlayCount" value="9999" />
  12. <param name="stretchtofit" value="true" />
  13. <param name="TransparentAtStart" value="true" />
  14. <embed
  15. type="application/x-mplayer2"
  16. PluginsPage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
  17. src="http://216.87.171.48:9126"
  18. name="LivePlayer"
  19. Width="192"
  20. Height="64"
  21. TransparentAtStart="1"
  22. AutoStart="1"
  23. AnimationAtStart="0"
  24. SendPlayStateChangeEvents="1"
  25. ShowPositionControls="0"
  26. ShowDisplay="0"
  27. ShowStatusBar="1"
  28. ShowControls="1"
  29. ShowCaptioning="0"
  30. ShowGotoBar="0">
  31. </embed>

URL: www.casadeoracionmexico.info

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.