Hi all, would anyone be willing to bring this Shoutcast player to WordPress as a widget?
http://blog.codingexpert.de/?p=31
Thanks,
Gus
Hi all, would anyone be willing to bring this Shoutcast player to WordPress as a widget?
http://blog.codingexpert.de/?p=31
Thanks,
Gus
So Easy:
Step1:
Upload the nativeradio folder at the root of your blog.
Step2:
Open example.html (in the nativeradio folder). Change that part of the code with parameters you need. Example :
var so = new SWFObject("/nativeradio/nativeradio.swf", "nativeradio", "149", "105", "8", "#cccccc");
so.addParam("scale", "noscale");
so.addVariable("swfcolor", "364647");
so.addVariable("swfexclusive", "1");
so.addVariable("swfstreamurl", "78.159.104.187:80");
so.addVariable("swfpause", "0");
so.write("flashcontent");
Copy the entire pages code.
Step 3:
In your WP admin panel add a Text widget in your sidebar. Paste the code and save changes. That's it!
It works fine for me. Good luck :)
This topic has been closed to new replies.