[flexcoders] URLLoader and Flex/AIR

2009-08-08 Thread interfacea
Hi, I am facing strange problem in Air only it works fine in browser. I am trying to download Binary octet/stream data with URLLoader using AIR. Its working . i have a download button a inputBox to enter file name and a list which shows the progrss of files being download. when

Re: [flexcoders] URLLoader + Binary != URLStream

2009-05-27 Thread Manish Jethani
On Wed, May 27, 2009 at 2:14 AM, Stephen More stephen.m...@gmail.com wrote: I would think that I could load a swf using either URLLoader or URLStream. As it turns out only my URLStream is returning the correct data. Can anyone provide a fix to the following code that makes URLLoader work

[flexcoders] URLLoader + Binary != URLStream

2009-05-26 Thread Stephen More
I would think that I could load a swf using either URLLoader or URLStream. As it turns out only my URLStream is returning the correct data. Can anyone provide a fix to the following code that makes URLLoader work correctly ? import flash.net.URLLoader; import

Re: [flexcoders] URLLoader, FileReference and file download from server - Open or Save options

2009-03-20 Thread Charles Galpin
Vijay, this works for me for png files. I don't expect pdf to behave differently // Flex navigateToURL(new URLRequest(url), _self); //Java servlet response.setContentType(image/png); response.addHeader(Content-Disposition, attachment; filename=\ + name + .png\);

[flexcoders] URLLoader, FileReference and file download from server - Open or Save options

2009-03-19 Thread Vijay Ganesan
I have a Flex application where the user clicks on a download button to download a file from the server. In my previous DHTML incarnation of the same application, on click of a download button I sent a request to my servlet which writes out the file bytes to o/p stream and sets the

[flexcoders] URLLoader

2008-05-21 Thread wild.katana
Wierd, I can't post any replies on my old topic... Tracy, what do you mean by instance variable? I tried: public var myLoader:URLLoader = new URLLoader(myXMLURL); But it didn't work.. Any ideas?

[flexcoders] URLLoader goes off on invalid URLRequest

2007-10-04 Thread richmcgillicuddy
Why does this occur Basic Logic: -- Create URLLoader (MyLoader) -- Setup Events for IOError and COMPLETE MyLoader.load(badURL); this floats off to nowhere

RE: [flexcoders] URLLoader goes off on invalid URLRequest

2007-10-04 Thread Alex Harui
Doesn't URLLoader require a URLRequest? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richmcgillicuddy Sent: Thursday, October 04, 2007 2:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] URLLoader goes off on invalid URLRequest

[flexcoders] urlloader and status codes

2007-03-21 Thread Alex MacCaw
I know that more methods are now allowed in urlloader, do we now have access to more status codes? -- http://www.eribium.org | http://juggernaut.rubyforge.org | http://www.aireofs.com | Skype: oldmanorhouse

[flexcoders] URLLoader class

2006-12-14 Thread z4guyuk
I've got a URL loader class loading some XML for me. I was testing the error handling to see what happens if the internet connection is not working (I disabled my network connection). When I tried to load the XML no events for the URL Loader fired at all and I was left waiting for the XML to

[flexcoders] URLLoader compile error

2006-07-17 Thread flexnewbie06
Hi I am trying to load an xml doc to the loader...i get a compile error 1120 on the xml_loader variable. onComplete is a function I wrote to list the xml data into a list. Any suggestions on what I'm doing wrong? var xml_loader:URLLoader = new URLLoader; var xml_request:URLRequest = new

[flexcoders] URLLoader().

2006-06-06 Thread Ravindra Suthar
Hi, Can I use URLLoader in flex 1.5. and what is the diff frm httpReqest. How can I use this From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, June 07, 2006 12:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] URLLoader().

2006-06-06 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] URLLoader(). Hi, Can I use URLLoader in flex 1.5. and what is the diff frm httpReqest. How can I use this From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent: Wednesday