Joweii
11-02-2007, 09:52 AM
From http://shoutcast.hostingforyou.co.uk And i do nt know how to get it on my site. There us no HTML code or anything.
if anyone has bought one from here and know what is up plz message meh or post here.
Thanks :]
benfish
11-02-2007, 10:36 AM
Hey... you need the player?
<script type="text/javascript">
AC_AX_RunContent( 'classid','clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6','codebase','../CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715','name','player','w idth','211','height','32','align','middle','standb y','Loading',' id=','true','controls','Imagewindow','showstatusba r','false','src','http://ip:port/','url','http://ip:port/','autostart','true' ); //end AC code
</script>
<noscript>
<object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="../CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" name="player" width="211" height="32" align="middle" standby="Loading">
<param name=" id=" player="player" url="http://ip:port/" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://ip:port/" />
<param name="url" value="http://ip:port/" />
<param name="autostart" value="false" />
</object>
</noscript>Works for me...
(change where it says ip : port (had to seperate because of smilies -_-) to ip being your server and the port to the port you are on) :)
Hope that helps... and tell me if im wrong o.O
(edit: sorry if its messy for all you html pr0's)
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2026 vBulletin Solutions Inc. All rights reserved.