A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Anyone who does Mac/MX/ASP

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    336
    Can someone contact me through email that does publishing to Macintosh and is familiar with sending/receiving data using ASP.

    It really stinks that Mac IE5 has so much difficulty with using LoadVars and POST, and even sometimes GET.

    I had to jerry rig an entire module I made that worked fine on all PC's, but not on Mac. And the main user of the thing will be 50/50 mac and pc.

    So i'd like to know how those people that publish regularly for Mac and use ASP do their loading. LoadVars() was so nice since it had an onLoad function and I didn't have to do frame-based load checking.. maybe there is another way to check for lodaing using loadVariables?

    thanks

    .fe.

  2. #2
    __OSX powered__ nucleuz's Avatar
    Join Date
    Aug 2000
    Location
    Norway
    Posts
    836
    I had some issues that did get solved setting the header to:
    Code:
    application/x-www-urlformencoded
    http://www.macromedia.com/support/fl...variables.html
    That might help.

  3. #3
    Senior Member
    Join Date
    Jul 2000
    Posts
    336
    Originally posted by nucleuz
    I had some issues that did get solved setting the header to:
    Code:
    application/x-www-urlformencoded
    http://www.macromedia.com/support/fl...variables.html
    That might help.

    So how do I set the header to that?

    I honestly don't know what you mean by header. Can I set the above statement in Flash?

    Any more explanation would be helpful.

    thanks for someone finally responding about this

    .fe.

  4. #4
    __OSX powered__ nucleuz's Avatar
    Join Date
    Aug 2000
    Location
    Norway
    Posts
    836
    You need to set it in the ASP script you are loading in.
    http://coveryourasp.com/Snippet.asp?snip=35
    You can find a overview of MIME types at : http://www.utoronto.ca/webdocs/HTMLd.../mimetype.html
    also : http://ppewww.ph.gla.ac.uk/~flavell/...tent-type.html should give you a quick intor to the content-type.
    Also: search for MIME types or content-type at http://www.google.com

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