[SPAM] [flexcoders] Re: how to open pdf, word file using flex

2010-05-21 Thread Tony
ervices available > > > > _ > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > > Behalf Of valdhor > > Sent: Wednesday, December 23, 2009 11:18 AM > > To: flexcoders@yahoogroups.com > > Subject: [SPAM] [flexcoders] R

[SPAM] [flexcoders] Re: how to open pdf, word file using flex

2010-01-05 Thread k.sigiscar
o:flexcod...@yahoogroups.com] On > Behalf Of valdhor > Sent: Wednesday, December 23, 2009 11:18 AM > To: flexcoders@yahoogroups.com > Subject: [SPAM] [flexcoders] Re: how to open pdf, word file using flex > > > > > > http://www.adobe. > <http://www.adobe.

Re: [flexcoders] Re: how to open pdf, word file using flex

2009-12-27 Thread Krunal Panchal
Sent: Thu, 24 December, 2009 0:06:05 Subject: re: [flexcoders] Re: how to open pdf, word file using flex Just a note: That code below will open it in the browser window, not in Flex From: "Ariel J" Sent: Wednesday, December 23, 2009 1:22 PM To:

[flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread s_hernandez01
If you just want to open a pdf file inside Flex it is possible, however, you would have to put the .pdf file on your webserver and call it with the url. AIR will automatically load the pdf using the HTML component. In Flex, you could use the navigateToURL request to open it up in a new browser

re: [flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread Wally Kolcz
Just a note: That code below will open it in the browser window, not in Flex From: "Ariel J" Sent: Wednesday, December 23, 2009 1:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to open pdf, word file using flex

[flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread Ariel J
var url:String = ; var request:URLRequest = new URLRequest(url); flash.net.navigateToURL(request,"_blank"); --- In flexcoders@yahoogroups.com, "vikranth4u" wrote: > > Hi > can anybody help me regarding how to write a code to open a pdf or doc file > using flex >

Re: [flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread Dan Pride
: how to open pdf, word file using flex To: flexcoders@yahoogroups.com Date: Wednesday, December 23, 2009, 9:30 AM   You need to use Live Cycle Data Service, or Air. Unfortunately, PDF support is not baked into Flex. But I wish it was, it would be fantastic if

RE: [SPAM] [flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Wednesday, December 23, 2009 11:18 AM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Re: how to open pdf, word file using flex http://www.adobe. <http://www.adobe.com/devnet/flex/artic

[flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread valdhor
http://www.adobe.com/devnet/flex/articles/portable_ria.html looks cool. I haven't read through it yet but will have to see if it really REQUIRES LCDS. --- In flexcoders@yahoogroups.com, "vikranth4u" wrote: > > Hi > can anybody help me regarding how to write a code to open a pdf or doc file > u

RE: [SPAM] [flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread Tracy Spratt
Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Wednesday, December 23, 2009 9:30 AM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Re: how to open pdf, word file using flex You

[flexcoders] Re: how to open pdf, word file using flex

2009-12-23 Thread djhatrick
You need to use Live Cycle Data Service, or Air. Unfortunately, PDF support is not baked into Flex. But I wish it was, it would be fantastic if it came bundled, it would make Flex so much more popular. --- In flexcoders@yahoogroups.com, "vikranth4u" wrote: > > Hi > can anybody help me regardi