views:

12

answers:

1

I have a banner in actionscript 2, that posts to a URL, and gets a response back. The http header from that is then used to figure out if the posting was successful. This works like a charm i IE, but in Firefox and Safari, the Flash player shomehow interprets the HTTP header as a 0, no matter what the browser actually gets. My guess is that it's what's described here - http://livedocs.adobe.com/flex/3/langref/flash/events/HTTPStatusEvent.html

Anyone have a solution for this problem?

A: 

Do you have the URL that is getting the post available? Can you provide it, along with your actual post? How are you inspecting the headers that are returned to flash?

sberry2A
Sorry, can't really post the url as it is for a sms gateway (spam and all that...). I'm using the Live HTTP Headers plugin for FF, and it says "HTTP/1.x 200 OK"
Frode