For this you'll actually have to turn over download control to the browser rather than using FileReference. Using URLRequest, open the file in a new window/tab.
Michael Krotscheck Senior Developer RESOURCE INTERACTIVE <http://www.resource.com/> www.resource.com <http://www.resource.com> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ________________________________________________________________________ ____ This email and any of its attachments may contain Resource Interactive proprietary information, which is privileged, confidential and may be subject to copyright or other intellectual property rights belonging to Resource Interactive. This email is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any dissemination, distribution, copying or action taken in relation to the contents of and attachments to this email is strictly prohibited and may be unlawful. If you have received this email in error, please notify the sender immediately and permanently delete the original and any copy of this email and any printout. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday, October 19, 2007 2:08 PM To: [email protected] Subject: [flexcoders] File Download I want the user to be able to click on a link and download a file. When they click on it, I want them to have to option to save the file or open it right there. I can use the file reference class so the users can click on the file and save it...but they have to navigate to that folder to open it. Anyone know how to make the open dialog appear? Thanks, Nate

