A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: XML in browser

  1. #1
    Senior Member
    Join Date
    May 2003
    Posts
    160

    XML in browser

    Hey guys ... I'm really sure this is the right place ... cause it not flash related ... Everytime I make an XML doc ... Sometimes I want to display the data in my MAC browser ... But the results never show up ... Does anybody know why this would happen ... any help is good ...

    Thanks in advance

    - S

  2. #2
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    Are you loading it onto a web server? Some servers automatically try to apply an XML Stylesheet to your XML data and provide bodgy results when they don't work.

    IE 5.x on the mac can show XML data fine.

    Thanks

    Luke
    Flash-XML FAQ
    http://www.tupps.com/flash/faq/

  3. #3
    Senior Member
    Join Date
    May 2003
    Posts
    160
    I can load it web server ... but for testing I don't ... I'm attaching the HTML and XML that I'm working on ... maybe by taking a look someone can figure it out ...

    thanks guys
    Attached Files Attached Files

  4. #4
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    Couple of problems.

    First is that on line 9, your function is named fuction (missing n).

    The other problem is that you are using the Microsoft xmlDom, which is based on ActiveX. Active X is only available on the windows platform (in IE).
    Flash-XML FAQ
    http://www.tupps.com/flash/faq/

  5. #5
    Senior Member
    Join Date
    May 2003
    Posts
    160
    so instead of using Microsoft xmlDom, what can I use so it works on both Mac and windows?

    thanks again for the help

  6. #6
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center