RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Philippe Maegerman
You cannot load .pdf files into theflash player, I think you will have to open a new window or load it into an iFrame on top of your applicationà la Coenraets (http://coenraets.com/viewarticle.jsp?articleId=95) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Jesus Salvador Ramos Cardona
to write to a new window? De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] En nombre de Philippe Maegerman Enviado el: Lunes, 22 de Agosto de 2005 10:22 am Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] About downloading files in Flex Importancia: Alta You

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Dirk Eismann
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesus Salvador Ramos Cardona Sent: Monday, August 22, 2005 5:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] About downloading files in Flex We know this, and that's why we are changing the content type of the response

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Jesus Salvador Ramos Cardona
Agosto de 2005 10:45 am Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] About downloading files in Flex Importancia: Alta Try: getURL(targetURL, _blank); if you want to POST some data to a servlet and receive the response inside a new window you could also use the LoadVars class, e.g

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Dirk Eismann
@yahoogroups.com Subject: RE: [flexcoders] About downloading files in Flex The thing is, we are not using servlets anymore. We are using Flex, and the Cairngorm architecture. Is a servlet the only way to achieve this functionality? De: flexcoders@yahoogroups.com [mailto