Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Need some help making this firefox compatible

  1. #11
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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

  2. #12
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    What does the XML file look like?

  3. #13
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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>

  4. #14
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    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.

  5. #15
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •