PDF vs. Flash

Project: Interactive CD-ROM
Programs: Adobe 9 or Flash
We will be creating and designing an interactive CD-ROM. The original document will be a word document. After designing and formatting the text, we will end up having a 100 page document.
The end result is to have this project deployed on a CD with interactivity, attached files (i.e. Excel sheets, PDF's, word docs), printing features, and will need to work cross-platform.
We feel this project needs to be an Interactive PDF instead of a Flash movie. We are having debates between other developers whether to do the project in PDF form or Flash.

PDF is the only way to go. Flash is not designed for such a task. PDF can be printed;Flash files cannot be. PDF handles attachments, embedded movies, video audio, you name it.

Similar Messages

  • Adobe Reader not opening PDF Portfolio - Flash player error

    I have Acrobat 9 Standard installed on my PC and I created a PDF Portfolio. Acrobat Standard can open that Portfolio just fine.
    I also have Acrobat Reader installed (11.0.2).and have Adobe Flash Player (11.7.700.169) installed. Both Reader and Flash Player work fine independently on PDF or Flash content.
    However when I try to open the PDF portfolio with Reader, I get the following Error:
    :"To view the Flash technology in this FDF file; please install this version of Flash player that supports Adobe reader and Acrobat".
    The Dialog box with the message above has a [Proceed to download page] button (which does nothing but bring up Reader with a black page), a [Learn more] button (similar behavior), and a [Cancel] button.  Both Reader and Flash are the latest versions as of today (4/16/2013).
    Any help or insight with this is appreciated.
    Thanks !
    Bruce Dana.

    Thank you.  What you suggested di the trick !
    Bruce Dana, PE, CPM
    Manager, Engineering / CADD Systems Office
    Florida Department of Transportation
    Engineering / CADD Systems Office
    605 Suwannee Street, Mail Station 69
    Tallahassee, Florida  32399-0450
    • Voice: (850) 245-1606
    Toll Free: (866) 374-3368 extension 1606   | Fax: (850) 245-1601
    • E-mail: [email protected]<mailto:[email protected]>      | Web: http://www.dot.state.fl.us/ecso
    How am I doing?  Please contact my Director, Duane Brautigam, PE -  Office of Design at:
    [email protected]<mailto:[email protected]> with any feedback.
    THINK GREEN: Before printing this e-mail please ensure it is necessary - conserve our resources!
    Pursuant to Section 119.011 (11), Florida Statutes, all electronic communications made or received by Florida’s Department of Transportation, including its officers, employees and agents, are public records.  Unless exempted under Section 119.07(6), Florida Statutes or another statute, all public records may be inspected and copied by any person desiring to do so under the supervision of the custodian of the public records.

  • Can't open PDF with flash after upgrade Reader 10.1.5 and Flash player 11.5.502.146

    We rolled out Reader 10.1.5 and Flash 11.5.502.146 [Windows 7] this week and discovered that one can not view a PDF containing Flash content.
    We receive the message "To view the Flash Technology content in this PDF file, please install the required version of Flash Player". 
    According to the Adobe Reader Blog "As mentioned in Three Common Adobe Reader and Acrobat Security Questions, unknown Flash will now be rendered by the system Flash Player (NPAPI version), when using Adobe Reader and Acrobat 10.1.5. Note: This has already been done for Reader and Acrobat 11. As stated before, this means that Adobe Reader/Acrobat users will no longer have to update Adobe Reader/Acrobat each time we update the Flash Player."
    How could we resolve the problem?

    See if anything in this topic helps: http://forums.adobe.com/thread/1136468

  • Fail to print pdf with flash(updated)

    Hi, all,
    I open a pdf with flash in adobe reader.
    I want to print it, but it doesn't get the result as what I see in adobe reader.
    It seems that the  flash has an animation, and the printer capture the image before the animation is finished.
    Did I post the discussion in the right forums?
    And if you need more information, tell me please.
    Thanks

    You asked in the correct forum, but it appears that no-one knows the answer.
    I know that there were some problems printing Flash content, but I do not know how Flash Player integrates into Adobe Reader - if it uses the installed plugin, or if it uses its own plugin.

  • Can I open reader and digitally sign pdf in flash?

    First off let me say, I have 0 experience with Adobe Flash or Adobe Air, so this may be a dumb question or I may not even be asking in the right place.  I currently have an application which uses Adobe Reader to digitally sign PDF files.  The PDFs are displayed inline within a webpage.  The user must use Adobe Reader because it needs to be FIPS 140 certified.  The issue we are running into is with browsers like Chrome and Firefox bunding their own PDF reader, it brakes our application.  I am looking for a way to force users to use Adobe Reader.  From reading on the web, it looks like this isn't really possible and we are at the mercy of the PDF plugin the user has installed.  The idea I thought of, though, would be to write an Adobe Flash application which would display the PDF.  I am hoping doing it this way, I could force the use of Adobe Reader and not the PDF plugin of the browser.  Does anyone know if this will work?  And if it does, will I have all functions of Adobe Reader available (specifically digitally signing)?

    for a web based app, you can't easily display a pdf in flash.  even for an air app (or any other platform), you can't force anyone to use adobe reader (especially, because not everyone has adobe reader).

  • Link to specific page in PDF w/ Flash

    I need a solution for linking to a specific page or location
    within a PDF from Flash. I have used the following code:
    on (release){
    getURL("myfile.pdf#page=4 ","_blank");
    Is this even possible and can anyone suggest a solution on
    how it might work?
    Thanks,
    John

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=317300
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=326332

  • Opening a PDF inside Flash compile errors

    I'm trying to open a pdf inside flash.  I followed a tutorial online but I'm have issues with the compiler.  Here's my code:
    import flash.html.HTMLLoader;
    import flash.html.HTMLPDFCapability;
    import flash.html.HTMLWindowCreateOptions;
    if( HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK )
        var htmlLoader:HTMLLoader = new HTMLLoader();
        var url:URLRequest = new URLRequest( "01_Advanta2_Master.pdf" );
        htmlLoader.width = 800;
        htmlLoader.height = 600;
        htmlLoader.load( url );
    var pdfHolder:UIComponent = new UIComponent();
    pdfHolder.addChild (htmlLoader);
        addChild (pdfHolder);
    It results in these errors:
    1046: Type was not found or was not a compile-time constant: UIComponent.
    1180: Call to a possibly undefined method UIComponent.
    I've tried to import fl.core.UIComponents in the beginning but that resulted in this error:
    1172: Definition fl.core:UIComponent could not be found.
    Any help would be greatly appreciated.

    You need to have components in the library in order for them to be accessible.

  • Jpg or pdf encoder flash

    hi all,
    i just wanted know is it possible to encode jpg or pdf from flash in actionscript 2 ?just like http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from -flash/ this article.please tell me if it is possible and how?
    Thanks and regards

    here's the code to copy and compress bitmap data:
    function PixelAF(bmp:BitmapData,number:Number):Array {
        var num:Number = number-1;
        var h = bmp.height;
        // aStart = null assigned in sendDataToGatewayF when stepNum = 1;
        if(aStart == null){
            aStart = 0;
        aEnd = Math.ceil(bmp.width*num/imageSlices);
        //trace(aStart+" :PixelAF: "+aEnd);
        var pixelA:Array = new Array();
        //for (var a = 0; a<=w; a++) {
        for (var a = aStart; a<=aEnd; a++) {
            for (var b = 0; b<=h; b++) {
                var tmp = bmp.getPixel(a, b).toString(16);
                pixelA.push(tmp);
        aStart = aEnd+1;
        return pixelA;
    function compressArray(orig:Array):Array {
        var compressedA:Array = [];
        var lei:Number = 0;
        for (var i = 0; i<orig.length; i++) {
            if (orig[i] != compressedA[lei]) {
                compressedA[i] = orig[i];
                lei = i;
            } else {
                compressedA[i] = "";
        return compressedA;
    to create a pdf, check the documentation for blazePDF.

  • How to load a pdf inside flash

    I need open a pdf inside flash how I do this?

    armandix,
    > I need open a pdf inside flash how I do this?
    You can't, really. Flash Player doesn't support Acrobat.
    Specifically,
    you can't open a PDF in Flash and have it act like a PDF
    (scrollable,
    searchable, etc.). But you can certainly convert your PDF (or
    a page from
    your PDF) to an image format and import that.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Adobe pdf to Flash page turning book

    First of all apologies as this isn't strictly an Indesign itself question - more the end product of Indesign brochure query.
    Can anyone recommend a particular professional PDF to Flash page  turning book effect software. I've googled but there's a fair few out  there and not sure which to go for. Anyone recommend a software in  particular or know if any have been approved by Adobe? This is following  a request by corporate client of mine but I'm stuck on which one is  best to go for.
    Thanks
    Molly O'Moon

    eDocker is not a PDF to Flash FlipPage software, it´s more like InDesign to Flash FlipPage solution, but it´s aproved by Adobe.
    You can download trial version from Adobe Marketplace at:
    http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&offeringid=1 7503&marketplaceid=1
    Sample Magazine (with videos, animations, slideshows etc. InDesign interactive features)
    http://www.edocker.com/_demo/edocker-online-demo/index.html

  • Import pdf to flash?

    Hi,
    I'm trying to get a flash flip book working and I'm trying a
    few components - however none seem to be able to import pdf files
    and so need either jpgs or swf files.
    For my flipbook I need the text to be searchable, so jpg's
    out the window.
    I've tried pdf2swf, but it's output seem pretty poor - the
    swfs look fine when I view them, but when I import into flash the
    text becomes really small and loses all it's formatting.
    Is there any way to import a swf file to Flash and preserve
    it's formatting/layout? I don't know if it's something to do with
    the swf file being broken into several layers on import?
    Alternatively does anyone know a way to import pdfs to
    Flash?

    pdf is not a supported file type in flash.

  • Convert PDF to Flash

    Hi There,
    1 Month ago, I was required to convert a batch of PDFs to animated Flash (better with Page-flip). I've browsed and listed some PDF to Flash sites, hope this would help any of you.
    http://www.axmag.com
    Offers free online conversion and offline software which is my favorite. Multiple choices can be satisfied. It is such an innovative conversion tool for creating page flipping reading experiences.
    http://www.page-flip.com
    Can be the most professional converter with higher credit rating. However the cost is higher. The license fee for per user is €40, and this is for 3 months
    not lifetime.
    http://www.swftools.org/
    An open source software. To be frank, the conversion effect is not as good as the former. May it meet the needs of flash/web developer.
    http://www.issuu.com  
    Terrific online converter with large quantity of users, features in sharing documents (more like magazines 2 me). Multiple formats support: PPT/Word/PDF to Flash
    That's all I got, any comment is welcome.

    OtisGoff wrote:
    Nice work!
    Issuu and Scribd.com? These to seems to be the most famous platforms for online PDF conversion and reviewing. "PDFmeNot", which is absorbed by Google, is not me my choice. "aXmag".com is a new site with free online conversion.
    I know, It is non of our business. But, things do turn ugly in Website merge, like "PDFmeNot". Whatever, it a pleasure that you like my post.

  • Pdf in Flash CS3

    Hi everyone,
    Is there a posibility to open an external PDF in Flash CS3
    using AS3?
    I would very much appreciate some help.
    Thanks,
    Dan

    Please help
    What is a pdfpath? How can make it work?
    navigateToURL(new URLRequest(file.pdf), "_blank"); does not
    do anything

  • PDF to Flash page turning book effect

    Can anyone recommend a particular professional PDF to Flash page turning book effect software. I've googled but there's a fair few out there and not sure which to go for. Anyone recommend a software in particular or know if any have been approved by Adobe? This is following a request by corporate client of mine but I'm stuck on which one is best to go for.
    Thanks in advance
    Molly O'Moon

    Thanks for your reply Dave
    Just tried exporting an ID file using the swf export settings but it does seems to be just be limited to a page curl effect. Is good but not quite what I'm after. What I need is something that produces page turns, zoom in and out options, a 'go to locked pdf' version and a print option that prints from the pdf and not the swf. Not sure this can be done in the ID export menu? I might be missing something though - so really after recommendations on software that would let me to do this to a pdf but not sure which would be best choice out of the options that are out there.
    Really appreciate your help.

  • JRC for Eclipse 2.0: Export to PDF with Flash Objects in RPT file

    Hi,
        We've a few reports created with Flash objects in it ( from Xcelsius). We are trying to generate the reports and export it to PDF using the new JRC for Eclipse 2.0. The exported file size is big ( 600MB) but there is no flash object or data in it. Can you please help us with this one?
    Thanks,
    Bala

    Hi, Ted. Thanks for looking into this.
    I asked a similar question last September in this [thread|CR report with embedded SWF: Export to PDF displays nothing;. It's my understanding that exporting flash objects to pdf is not support in  CR 2008.
    In CR 2008, when I export a report containing a swf to pdf, the flash file is not rendered in Adobe Reader. It looks like there's just a picture. In fact, in CR, if you r-click on the swf and do Format Flash... | Flash, you can change the picture used for export and printing. The default picture is what I'm seeing in the pdf.
    I'm creating the swf using Xcelsius 2008. In XC 2008, if I export to pdf, the flash object is rendered. Why the difference?
    The same Adobe reader is being used in both cases.
    I'd be glad to send an .rpt with embeded swf for you to test.
    Thanks again.
    Tim

  • Downloadble PDF in Flash

    I was just wondering if there was anyone out there who knows
    how to make a downloadable pdf in flash.
    thanks in advance!
    ~TheKornGrL

    Take a look at the FileReference Class. This will allow you
    to click on a link and then open a Save dialogue so you can save
    the pdf on your computer.

Maybe you are looking for

  • How to maintain minimum price limit and maximum price limit for a condition

    Hello Gurus, Goodmorning, How to set minimum price  limit and maximum price limit for a pricing condition type  where we will do this ?, is it possible to set in VK11 ? Note- I   can see  minimum and maximum setting in condition type  pricing - in  S

  • [JS] Editable Dropdown

    Is it possible to have a dropdown that is editable as you have when you click Save Preset... in the New Document dialog? ScriptUI CS3 and CS4

  • How do I convert .m4v to Apple Quick-Time 5, 6, and 7 (.mov, .qt)

    how do I convert .m4v to Apple Quick-Time 5, 6, and 7 (.mov, .qt)??  Thanks!

  • Windows 10 upgrade product key

    When upgrading to Windows 10 in few days, will I need my current product keycode for the upgrade or will I be able to just upgrade with no problems? Have an Acer Aspire E15 and I don't want to be led on a merry chase trying to do a legitimate upgrade

  • I can no longer use Autohotkey controls with spotify

    Hello, I use spotify whilst working (read: gaming) and I'd ahte to minise the winodw everytime I want change songs or volume, so I use an autohtokey script I found online - but it doesn't work with this terrible awful updated spotify. I'll just post