PDA

View Full Version : Auto DJ - Changing media player?



Moh
15-10-2007, 05:15 PM
Well we have a auto streamer on 1 radio, and another for DJ's.
So how do we make it so if main radio = 0 it plays different url, but if the radio is connect to, it changes url, the only way i could make wd result in the radio refreshing like every 30 secs :p

MOD MOVE PLEASE <3

Moved by opensourcehost (Forum Super Moderator) from Forum Designing: Please post in the correct forum next time, thanks http://habboxforum.com/images/smilies/smile.gif.

Invent
15-10-2007, 06:02 PM
Only possible ways are either ASX or AJAX. Bearing in mind AJAX would use a bit of bandwidth.

redtom
15-10-2007, 06:10 PM
Have an off on switch in your DJ panel, then use PHP to see if it's on or off and display the diffrent codes.

Moh
15-10-2007, 06:15 PM
Have an off on switch in your DJ panel, then use PHP to see if it's on or off and display the diffrent codes.
How do you do it with Cast-Control?
wont it require some one to log in? meaning they get all our passwords?

Invent
15-10-2007, 06:23 PM
AJAX Request Method:

Perform an ajax request (xmlhttp) on a page which checks if the radio is on, if it does it echoes "1" if its not it echoes "0". The javascript on the main page checks the ajax request's response (the 1/0), if it '== "0"' then you update the DIV with a WMP Control which plays Radio 1 or whatever.

That's how I do it ;D!

Moh
15-10-2007, 06:31 PM
AJAX Request Method:

Perform an ajax request (xmlhttp) on a page which checks if the radio is on, if it does it echoes "1" if its not it echoes "0". The javascript on the main page checks the ajax request's response (the 1/0), if it '== "0"' then you update the DIV with a WMP Control which plays Radio 1 or whatever.

That's how I do it ;D!
we all know im crap with things like that simon :)
So, how wd I do that =]

Invent
15-10-2007, 06:45 PM
I'm not spoon feeding you. Think about it and learn.

Moh
15-10-2007, 06:48 PM
I'm not spoon feeding you. Think about it and learn.
tbh I only learn from your work lol :p

Want to hide these adverts? Register an account for free!