Anonymous Guest
|
Posted: Sun Nov 04, 2007 4:09 pm Post subject: Wimpy Button and Icecast streams |
|
|
Hi there has anyone managed to setup the Wimpy Button in order to listen Icecast streams directly from his web page?
(http://www.wimpyplayer.com/customize/)
There is a demo version that gives 10 seconds time to listen and they even give a tool (wimpy button maker) to make the code for html, but I had no luck!
If someone finds a way please post a sample code here...
Is there any other way to listen my streams directly from a web page?
Regards
Panos
------------code made by wimpy button maker tool
<!-- START WIMPY BUTTON: Standard HTML -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="35" height="35" id="wimpybutton136">
<param name="movie" value="http://www.192.168.0.121/mp3s/wimpy_button.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="flashvars" value="theFile=http%3A%2F%2Fhttp%3A%2F%2F192%2E168%2E0%2E121%3A8000%2Faac%2Eogg%2Em3u&bufferAudio=5&icecast=100" />
<embed src="http://www.192.168.0.121/mp3s/wimpy_button.swf" flashvars="theFile=http%3A%2F%2Fhttp%3A%2F%2F192%2E168%2E0%2E121%3A8000%2Faac%2Eogg%2Em3u&bufferAudio=5&icecast=100" width="35" height="35" bgcolor="#FFFFFF" loop="false" menu="false" quality="high" name="wimpybutton136" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
<!-- END WIMPY BUTTON: Standard HTML --> |
|