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

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\);

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

RE: [flexcoders] URLLoader().

2006-06-06 Thread Tracy Spratt
No, URLLoader is 2.0 only. What is the difference between it an HTTPService? That is a very good question, I hope someone will answer it. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ravindra Suthar Sent: Tuesday, June 06, 2006 3:10