 |
|
 |
|
pca2007 New Member

Joined: 01 Oct 2008
$ 0.26 Location: London, UK
|
|
 |
|
 |
|
Posted: Fri Oct 10, 2008 7:56 am Post subject: Radio in your Portal |
|
|
Is it Possible? then the answer is YES!!!
tired of waiting for your mp3 tracks to buffer...
or are they slowing the loading of your page?
then this might help----
all you need to do is to get the application url of the
radio you need- (you can go in any onLine radio stations)
pick what station you preferred and use this html codes
which runs smoothly in our html area----
| Code: | | <object type='video/x-ms-wmv' width='220' height='64' data='url of radio'><param value='1' name='showstatusbar' /><param value='0' name='enablecontextmenu' /><param value="url of radio" name="src" /><param value='1' name='autostart' /><param value='0' name='volume' /></object> |
change url of radio--- must be .asx in order for it to work!
tip--
how to get the radio application url?
in firefox browser all you need to do is view the pagesource
of the page and look for the url ending with .asx |
|