-
ok this is what i would like it to do. i have a xml file that jazler.com radio software uploads to my site. The thing is i can't change it to txt or html due to we send the same xml code to satellite TV Networks, so people can view what song is on air.
i would also like it to update after a certant time.
I was thinking if i could make the xml show in flash that would work or maybe if you could show the xml in an image?
also i need this code to work for all major browsers...
Thankz
-
What does the XML file look like?
-
looks like this
<Schedule System="Jazler">
<Event status="happening" startTime="09:58:53" eventType="idle">
<Announcement Display="Sorry, service not available. Try again later."/>
<Song title="">
<Artist name="">
<Media runTime=""/>
<Expire Time=""/>
</Artist>
</Song>
</Event>
</Schedule>
-
hi queerfm,
Instead of doing the XML data processing in the client side. You can do it in the Server Side using ASP without much trouble.
As i mentioned in my earlier post FF will simply skip the client side VBScript code if you embed that in a web page.
But if you want to process the XML file using a server side tool like PHP or ASP, since you are trying with VBScript i think ASP is the best method to do so.
-
well that would be great but i have one small problem well its not a big problem but i have a windows server and a linux. but my Radio station is on the linux how would i link the two?
And i did not make that VB Script i got it off the people that make the software.
So would you have a demo i could use?