Re: [Flashcoders] XML File doesn't load on Flash Player9 in IE6, IE7

2007-07-19 Thread Muzak
HTTPStatus 200 means OK
http://www.btinternet.com/~wildfire/reference/httpstatus/200.htm

In other words, everything should be fine.
Show us some code..

regards,
Muzak

- Original Message - 
From: Sascha [EMAIL PROTECTED]
To: flashcoders flashcoders@chattyfig.figleaf.com
Sent: Thursday, July 19, 2007 2:04 PM
Subject: [Flashcoders] XML File doesn't load on Flash Player9 in IE6, IE7


 Hi list,

 I'm loading a XML file with the URLLoader class into a v9 SWF. On Firefox it
 all works without problem but on IE 6 and 7 the XML file doesn't get loaded,
 instead I get HTTPStatus 200.
 I don't have much experience with all the new AS3 Security stuff yet so I'd
 like to ask what I would have to do to make this work. I've read about
 crossdomain.xml files and Security Domains but these all seem not to apply
 to simple text/xml files. But I could be totally wrong. Would be great to
 get some hints on this!

 Thanks,
 Sascha


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] XML File doesn't load on Flash Player9 in IE6, IE7

2007-07-19 Thread David Ngo
An HTTP code of 200 usually means success. Do you have any sample code you
can show?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sascha
Sent: Thursday, July 19, 2007 8:04 AM
To: flashcoders
Subject: [Flashcoders] XML File doesn't load on Flash Player9 in IE6, IE7

Hi list,

I'm loading a XML file with the URLLoader class into a v9 SWF. On Firefox it
all works without problem but on IE 6 and 7 the XML file doesn't get loaded,
instead I get HTTPStatus 200.
I don't have much experience with all the new AS3 Security stuff yet so I'd
like to ask what I would have to do to make this work. I've read about
crossdomain.xml files and Security Domains but these all seem not to apply
to simple text/xml files. But I could be totally wrong. Would be great to
get some hints on this!

Thanks,
Sascha


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] XML File doesn't load on Flash Player9 in IE6, IE7

2007-07-19 Thread Sascha
Yes I thought that too. Strange is IE gives me a HTTPStatus Event while
Firefox does not.
I'm using my own written IO class framework which is quite complex so
unfortunately cutting out some code isn't done in a minute. I always thought
that everything Flash-internal should run the same on every browser, the
only thing that could be make trouble are some security features. Correct me
if I'm wrong but otherwise the problem must a security-related thing.

I'll try to post some code until tomorrow, it's getting late here.

Thanks,
Sascha



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of David Ngo
 Sent: Thursday, July 19, 2007 21:49
 To: flashcoders@chattyfig.figleaf.com
 Subject: RE: [Flashcoders] XML File doesn't load on Flash Player9 in
 IE6, IE7
 
 An HTTP code of 200 usually means success. Do you have any sample code
 you
 can show?
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Sascha
 Sent: Thursday, July 19, 2007 8:04 AM
 To: flashcoders
 Subject: [Flashcoders] XML File doesn't load on Flash Player9 in IE6,
 IE7
 
 Hi list,
 
 I'm loading a XML file with the URLLoader class into a v9 SWF. On
 Firefox it
 all works without problem but on IE 6 and 7 the XML file doesn't get
 loaded,
 instead I get HTTPStatus 200.
 I don't have much experience with all the new AS3 Security stuff yet so
 I'd
 like to ask what I would have to do to make this work. I've read about
 crossdomain.xml files and Security Domains but these all seem not to
 apply
 to simple text/xml files. But I could be totally wrong. Would be great
 to
 get some hints on this!
 
 Thanks,
 Sascha
 
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com