|
Hi friends
i have one website
it is background music playing continue
i have schedule morning 6 AM to 8 Am Devotional songs
8 to 10 Michel jackson hits
...
user did not allow stop their songs
and user donot allow change their schedule
i have devotional songs folder
it is contains lot of songs
and i have michel jackson folder
it is also contains lot of songs
how can i play this songs?
pls give some idea
it is looks like online Radio
pls help me
i have source code embed audio player
just upload the file you want to play and add the following code
<object data="music.mp3" type="application/x-mplayer2" width="0" height="0" >
<param name="filename" value="Testmusic.mp3" >
<param name="autostart" value="1" >
<param name="playcount" value="true" >
< /object>
my requirement is
i have lot of songs
1. how can i play one by one
2. how can i schdeule the songs (6- 8 Devotional songs after 8 to 10 Michel songs)
thanks
|