gotrootdude
Thread Starter
- Joined
- Feb 19, 2003
- Messages
- 8,812
I'm currently using a script to stream mp3's based on the day of the week like so.
f(s_date.getDay() == 1){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="test.mp3">');
}
What can I use if I wish to rotate the mp3's hourly? Is there a way to get only the hour or the military time of the visit to the page?
f(s_date.getDay() == 1){
document.write('<embed width=0 height=0 hidden="true" autostart="true" volume="5" loop="false" src="test.mp3">');
}
What can I use if I wish to rotate the mp3's hourly? Is there a way to get only the hour or the military time of the visit to the page?