Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
- From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 4:49 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Hi Muzak, And when you trace out you do get the contents of the file? Sid

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Karl DeSaulniers
: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 4:49 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Hi Muzak, And when you trace out you do get the contents of the file? Sid

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
a File object around, just like any other object. regards, Muzak - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 4:49 PM Subject: Re: [Flashcoders] Loading string data in a file

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Muzak
); fs.writeUTFBytes(plsData); fs.close(); } - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 22, 2009 9:44 AM Subject: Re: [Flashcoders] Loading string data in a file from a server No i

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
); fs.close(); } - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 22, 2009 9:44 AM Subject: Re: [Flashcoders] Loading string data in a file from a server No i cant use XML since eventually

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Muzak
@chattyfig.figleaf.com Sent: Wednesday, April 22, 2009 3:37 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Hi Muzak, This is not exactly what i want to do but it comes close (and i cant test right now since i'm at work) The whole 'prompt user for saving a file' i want

Re: [Flashcoders] Loading string data in a file from a server

2009-04-22 Thread Sidney de Koning
flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 22, 2009 3:37 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Hi Muzak, This is not exactly what i want to do but it comes close (and i cant test right now since i'm at work) The whole 'prompt user for saving

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
Anybody? I just want to know how to load an file from a server that holds string data (xml or txt file) without getting the 2032 error. Please help, Sid On Apr 20, 2009, at 4:14 PM, Sidney de Koning wrote: Hi List, I want to load textfile from my own server from an AIR app but i keep

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Ian Thomas
Hi Sid, It might be worth using a web traffic proxy such as Charles to make sure that your AIR app is issuing a sensible HTTP request to the web server i.e. that the thing you have which works in the browser is actually the same as the request issued by the AIR app. I'm not sure this can be a

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Muzak
Works fine here (Flex+Air). - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want to know how to load an file from a server that holds string data (xml or txt file) without getting the 2032 error. Please help, Sid On Apr 20, 2009, at 4:14 PM, Sidney de

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want to know how to load an file from a server that holds string data (xml or txt file) without getting the 2032

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Sidney de Koning
here (Flex+Air). - Original Message - From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 3:41 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Anybody? I just want to know how

Re: [Flashcoders] Loading string data in a file from a server

2009-04-21 Thread Muzak
- From: Sidney de Koning sid...@funky-monkey.nl To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 21, 2009 4:49 PM Subject: Re: [Flashcoders] Loading string data in a file from a server Hi Muzak, And when you trace out you do get the contents of the file? Sid

[Flashcoders] Loading string data in a file from a server

2009-04-20 Thread Sidney de Koning
Hi List, I want to load textfile from my own server from an AIR app but i keep getting a 2032 Error, a Stream Error. Event though when i load this from the browser it works. The docs about this on the net are very limited. This is what i thought of so far: - It could be a crossdomain