Internet Radio
How to do it...
1. Add a Media Player object to your web page in Antenna, then create a panel for each radio station, and give each panel a suitable caption.
2. Select each station panel's Events property to open the code editor, and set its OnClick event to:
play1=[#media player1].getElementsByTagName('object')[0];
play1.Filename='http://www.radiofeeds.co.uk/kiss100.m3u';
...where media player1 is the actual name of your media player object in Antenna, and the Filename is the full address to the radio station's m3u file. Note that Windows Media Player will probably not recognise .pls files.
Choose a radio station...