You should not be able to embed a PDF file within a Flex 2.0 App. The
PDF reader is separate from the flash player.

You can have the PDF open in a new window or tab:

var u:URLRequest = new URLRequest("myFile.pdf");
navigateToURL(u, "_blank");

This works for me and I have the PDF file in the same location as the
swf file.

Andrew

--- In [email protected], "Harry Saputra" <[EMAIL PROTECTED]> wrote:
>
> How to embedded PDF Reader on Flex 2.0 App, and i can direct
pointing the
> pdf files into that PDF Reader ?
> Is its must use FlashPaper commercial ?
> 
> thanks
>


Reply via email to