Quote:
|
Originally Posted by motoxpress
Is it possible to embed PDF files in flash? I am guessing a flash paper doc would be simpler but, I would like to do PDF if possible.
-mx
|
You most definately CAN but you must be aware of several downsides:
1.) Imposrting PDF means importing every single page in the PDF document and converting it into a keyframe in flash. The result is one huge ugly item in your library, OR a bunch of frame in your time line, as well as HUGE file size (I have tried this myself).
2.) I would advise you to import such a PDF file into an fla file all by itself, and use MovieClipLoader to load the SWF file. This makes things a.) neater and more importantly b.) you can pre-load the SWF file contaiing your PDF
3.) If you insist on maintaining the PDF file, then I suggest you just leave it as-is and providing an HTML or flash link to it!
I hope this helps