A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: sendAndLoad problems on Mac but not PC

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    44
    I'm using sendAndLoad to upload XML data to an ASP page.
    Immediately after I load an .swf file.
    It works on the PC but on the MAC it never loads the .swf.
    I'm getting a server response so its not hung up there.
    Any clues?
    I'm using Flash 5.

  2. #2
    This is how I got around this problem:

    Don't use the xml.sendAndLoad().
    Use the loadvars function. I don't know how this exactly looks like in Flash 5, but in MX I used the LoadVars object, and put the XML inside as variable xml.

    So I can get it in PHP with the variable $xml.

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