I want to "embed" a SWF into a Flash (not Flex or Flash Builder) project I'm making. What I would like to do is have a page of the PDF show (inside a MovieClip) and have the rest of it available to download (probably using navigateToURL).
I've heard that this is possible by embedding it as an HTML page inside the MovieClip, though I haven't found any info about it. Worst comes to worst I could just have a JPG preview of the PDF and have it downloadable, but is there any other known way I could do it using AS3?