I'm currently building a web site for expats radio who provide English radio shows for people living abroad who want a taste of home. They want to be able to have a schedule of programmes which link to an mp3 file which can be played back via teh web site without any 3rd party software having to be installed.
I first payed with podcastmanager which took me a while to figure out but eventually my mp3 files did appear but just as links to the mp3 file which isn't really what I want.
I next downloaded play which though I believe it can probably be useful to me and allow me to do what I want via a super easy admin interface I cannot get my mp3 file to work no matter what code I try to embed within my page.
The page in question is http://www.handcoded.co.uk/radio/index.php?page=listen
If I view the source code I can see this
Code: Select all
<object type="application/x-shockwave-flash" data="/modules/Play/bin/player_mp3_multi.swf" width="320" height="240">
<param name="movie" value="/modules/Play/bin/player_mp3_multi.swf" />
<param name="FlashVars" value="mp3=http://www.handcoded.co.uk/radio/uploads/mp3/demo.mp3&title=Demo" />
<param name="wmode" value="transparent" />
</object></p>
<p> </p>
<object width="320" height="240" type="application/x-shockwave-flash" data="/modules/Play/bin/player_mp3_multi.swf">
<param name="movie" value="/modules/Play/bin/player_mp3_multi.swf" />
<param name="FlashVars" value="mp3=http://www.handcoded.co.uk/radio/uploads/mp3/demo.mp3 &title=Demo " />
<param name="wmode" value="transparent" />
</object>
Any help or advice to get play working for me would be appreciated.
Richard