Flash in PDF?

Is there any way to get flash content into a form made with LiveCycle designer.
Is there a way to open it in acrobat and have it editable enought to insert a swf if not in LiveCycle?
Short story is I want to drop a colorpicker into the form, and I can't seem to find a way to implement on in Livecycle...
Thanks in advance for any thoughts,
-Ted

Hi Ted,
I have not had much luck getting the .swf to talk to the XFA/AcroForm. I am sure that it can be done - its just that I have not been able to do it. Here is an update: https://acrobat.com/#d=PTBzh-SKqWHFMCH92Mre3w
Thinking about it though I am not sure if it is a good idea to mix the two technologies. I know you can use Flex to create form guides and you can import a swf into Acrobat to create a vehicle for the user to interact with the swf. However in these cases the swf represents the complete user interface.
Where you are putting XFA form objects and swf side-by-side, it means that you have to import an AcroForm into LC Designer, which is going to reduce the functionality.
Instead you could mimic the colour picker in LC Designer. Sample here: https://acrobat.com/#d=JsgRxRQt-J*ZeuMJwuYBjw
It is not as "flash", but will maintain the functionality within the XFA form.
Lastly you may want to consider some restrictions that may apply if swf content needs to communicate outside of the XJA/AcroForm: http://www.adobe.com/devnet/acrobat/pdfs/acrobat_reader9_flash_security.pdf
Good luck,
Niall

Similar Messages

  • How to embed interactive flash in PDF

    I am trying to place an interactive Flash .swf file into a
    PDF. I don't want it to just play through like a movie. I need
    people to be able to click through it, and interact with it as if
    it. There are, for example, 4 matching problems. So a person will
    match for the question in problem 1, then click a button to see if
    they got them right or wrong, then click next to go to the next
    question. We've gotten it so that you can do all the interaction in
    the PDF, but it first playes through all the questions and actions.
    Basically it playes through it like a movie. Does anyone know how
    to get it so it doesn't play through like a movie and instead is
    just an interactive piece? Sorry that this is really
    confusing.

    If this post answers your question or helps, please mark it as such.
    You can use SWLoader for that:
    http://livedocs.adobe.com/flex/3/html/help.html?content=controls_15.html
    http://www.adobe.com/livedocs/flex/3/langref/mx/controls/SWFLoader.html

  • Unable to view flash in PDF in Safari

    Hello,
    We recently upgraded to PDF Reader XI and Flash player on our MAC computer. We have PDF files with flash content embedded. When we open these PDFs using Safari browser on MAC we are unable to view flash content in PDF. However if we download then we can see flash content in PDF Reader XI.
    How do we view flash content within Safari directly?
    Thanks
    Yogesh Ajmire
    708-814-4420
    ps. I found same issue with Safari on windows7 also.

    In the Safari Preferences, under Security, make sure that "Allow all other plug-ins" is checked in both Mac and Windows versions

  • Embedded flash in PDF - Adobe links not working

    Super annoyed here.
    We have a bunch of PDF's used in public education by teachers all over which have flash embedded (yes some not so smart person created them)
    Until 3 weeks ago Reader would send the user to the page: Acrobat Help | Flash Player needed | Acrobat, Reader XI
    Which had two links in that would make Reader work with the embedded flash. (http modified so links will show)
    hoop://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_ax.exe
    hoop://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe
    Now of course they just get 404 errors. We still get this msg with the latest version of reader and latest version of flash...
    Now I can't find anything to get the embedded flash to play and I have Special Education staff screaming.
    Not a happy camper.
    Shooter

    Yes, these links are old - I will try to get them updated.
    The correct links are
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    Flash Player for Mac OS X

  • Flash in PDF: linking to another page?

    Hi!
    I need to add some interactive flash elements to a PDF, including some buttons that should make que document jump to a given page.
    Can't find any documentation on this. How can it be done?
    thanks

    It's possible (and according to the SDK extremely simple) but it doesn't work. If you have a SWF on page 1 (offset 0) then calling
    ExternalInterface.call("eval","this.pageNum=1");
    from ActionScript is a Very Bad Idea, as the RMA is deactivated before the return value can be sent from the host to the EI handler. This kills Flash, which takes Acrobat/Reader down with it in a screaming mass of twisted metal and chocolate.
    The workaround is to use EI in ActionScript to call a JS document-level function in the PDF which returns a value, but also spawns a timer-delayed function which changes the page. That way the RMA deactivation isn't coincident with the handshake, but it's messy.

  • Adding Flash to PDF Portfolio Welcome Page

    I have been having trouble adding my flash file to the welcome page in my PDF portfolios. I have hunted through the documentation but I have not found any specific trouble shooting for this issue. The docs say you can add an swf or flv but nothing about formats, settings or configurations that it my or may not accept.
    What I have done so far is export a standard .swf formatted for Flash 10 at 600px square and try to place it in the welcome page. When I try and drag it I get the "no" symbol (circle with a line through it) and if I use the choose file dialog it just shows up as nothing. I could really use some help here.
    Thanks in advance.
    Ben Ross

    Problem persists. Does anybody have information on getting flash files to play nice with acrobat? Also having some trouble with the contents on the portfolio not displaying. At all. it ends up looking like an empty 20mb file. any help is welcome.
    Thanks.

  • Anyone played w/ flash in pdf's ?

    Trying to creat an
    interactive document .. click .. popup
    Used the pdf link to to launch a flash movie in a floating pop up..
    Now I I want the popup to close automatically ..
    Unloading the MC doesn't do it ..
    Thoughts ? THANKS !!

    Darn .. you would think something so simple would be documente
    d .. well we are on a new horizon ...
    see .. http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=16032

  • FLASH in PDF with LC Designer

    Hi there,
    i was reading all the options how to embeed a Flash into a PDF with Acrobat.
    I wonder how i can achieve this with LC Designer, or more even through a Form Fragment on a LiveCycle server
    Anybody got an idea on this ?
    thank you
    Dieter

    Hi,
    The only way that I know is to create a blank PDF in Acrobat first. Then import this PDF into LC Designer. You will not have all of the LC Designer features available to you, but you will be able to create a basic form.
    Then when you open the form again in Acrobat, the Flash Tool (from the Tools > Multimedia menu) will be available to you. 
    Thom Parker has an article here: http://acrobatusers.com/tutorials/2008/08/js_flash_buttons/
    The trick is getting the Flash content to communicate with the PDF/XFA content. Thom uses the external interface call to fire a function. This works well with Document Level functions in an AcroForm, but I have been unable to get it to fire a script object function in the XFA form.
    Incomplete sample here: https://acrobat.com/#d=HAp0kKvcWk7X5N52HxcXng. The colour picker is meant to change the colour of the XFA objects, but at the moment it does not call the function "xfa.form.mobileFlash.swfComms.setColour", even though you can fire this in the javascript console.
    Good luck,
    Niall

  • Flash to PDF ?

    I saw a PDF recently that looked like Flash. It had working
    buttons for viewing different screens and printing, etc.
    How can I do that. I have Flash 8. I found the link below but
    am not sure if I'm on the right track. Can somebody
    please help me. I would love to be able to convert a flash
    file to PDF with working buttons. Thanks much.
    http://www.adobe.com/designcenter/tutorials/flashpdf/

    This tutorial does not address converting a Flash file to PDF
    (which I don't
    think is actually possible unless the page is static.) It is
    about
    inserting a Flash file into a PDF page. All it requires is a
    working full
    copy of Adobe Acrobat (Acrobat Reader will not allow editing)
    and following
    the tutorial.
    Works like a charm!
    "redtiger" <[email protected]> wrote in
    message
    news:ejdo06$rco$[email protected]..
    >I saw a PDF recently that looked like Flash. It had
    working buttons for
    >viewing
    > different screens and printing, etc.
    > How can I do that. I have Flash 8. I found the link
    below but am not
    > sure if
    > I'm on the right track. Can somebody
    > please help me. I would love to be able to convert a
    flash file to PDF
    > with
    > working buttons. Thanks much.
    >
    >
    http://www.adobe.com/designcenter/tutorials/flashpdf/
    >

  • Flash in PDF is disabling acrobat shortcuts!? Anyway to stop this happening?

    I've included some simple shockwave animations in a pdf to be viewed onscreen.
    The flash content seems to be disabling the arrow key (or any keyboard shortcuts for that matter) page advance in acrobat.
    Is there a way to stop this happening!?
    Someone in the Acrobat forum mentioned adding "stage.focus = null" but I don't seem to be having any luck with it. They suggested I post her.
    The code I have in my first frame looks like this...
    stop();
    playButton.addEventListener(MouseEvent.CLICK, startMove);
    function startMove(e:MouseEvent):void {
        play();
    stage.focus = null
    Hope someone can help me with this. Thanks.

    Maybe you'll have better luck in the Acriobat forum since this sounds like it might be something you need to manage via the hosting file rather than the swf...
    http://forums.adobe.com/community/acrobat

  • Convert Flash to PDF

    Is there a way to convert all the flash interactions on a
    html page to a word document or PDF file?

    http://flashjester.com/index.php?section=tricks_flashhandout
    Dear FlashJester, please send me the check for doing your
    advertising by the end of the month. Thanks!

  • Printing Crystal Reports that use Xcelsius Flash to PDF

    I've tried searching for this and can't find much about it.
    I have a VB.NET(Visual Studio 2008 Version 9.0.21022.8 RTM) application that I use to print Crystal(Crystal 2008 Version 12.2.5.537) reports automatically, its using the CrystalDecisions.Windows.Forms DLL version 12.0.2000.0 (not sure if I should be using a different DLL based on this [Old topic|Re: Exporting CR2008 With flash file to PDF]). I'm using Adobe Acrobat Pro 9 Version 9.3.1.
    Problem:
    The flash files when printed to PDF through .NET don't show up. If I print to PDF by hand through Crystal they show up just fine.
    If I print to HTML through .NET the flash files show up (I've come up with a workaround based on this, but lets just say its less than ideal...).
    What do I need to do to get the flash files to show up when being printed through .NET to PDF?
    Thanks,
    Jeremy

    I fooled around with this a long time ago. All I remember is that if I actually clicked on the place holder in the PDF, the image would now show up... But I don't remember the upshot of it (e.g.; escalation or what ever...). Also, there was the issue of Acrobat version, but I believe you're at 9, so that should be OK.
    I would like to test this, but I'm not sure when I'll get the chance. If this is a critical issue, you may be better off creating a phone case here:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Flash in pdf will not rewind

    I have Acrobat 8, and Flash 9. I embed a flash file on one of
    the pages. It runs once. How can make it run each time I visit thi
    s page or click on it? Thank you.
    Athena

    It may be that they are using something prior to Reader 8 or you did not activate Reader Rights. If you have the form data submitted, you should not have the problem. In some cases folks will not be able to save the form with the data, even if reader rights has been activated. Thus what is saved is a blank form and you get the same. I had a student use cutePDF to submit the form (data) and I still got a blank form (actually the submission did not work for him and when he saved he did not retain the data - so what he sent me by e-mail after saving was a blank form. I just sent him the fields I was looking for an had him fill it in separately and e-mail it. My form was not submitted by e-mail. E-mail is another potential problem due to various viewer problems that you have no control over.
    Also if you are posting a form on a web site for general use, you will likely not be able to use Reader Rights without violating the license agreement (not something you want to get sued over). In that case, it is better to not activate that feature and just have the data sent -- use FDF, XFDF, or XML. If getting the data in HTML form (can't be imported to the form) is acceptable, then you could have the data submitted to a formmail or cgimail script for use. In my case, I used a formmail format that met my need. For FDF, XFDF, or XML, it is best to submit to a web script that will save the submitted file, possibly renaming the file in a sequential manner and storing in a given folder. Then you can simply import the data to the form to view it or parse it into a database. I strongly discourage using e-mail for submission due to client issues that come up -- unless you have a controlled environment of users, not the case for a web site in general.

  • Flash CS4 Link to a printable pdf file

    First of all, I am having trouble importing a pdf file into my Flash CS4 project's library.
    I need assistance making a link to a pdf file that is not currently on the internet.
    That is, the end result I am looking for, is for someone to mouse click on a button which takes them to view a printable pdf file.
    Any advise?
    Suzanne

    I don't have experience with incorporating pdf into Flash, but I found this blog/article that may be useful for you regarding pdf's and CS3... read thru the comments that others added as they identify a few options...
    http://www.pixelwit.com/blog/2008/02/flash-cs3-pdf-integration/

  • 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.

Maybe you are looking for

  • Cannot delete movie file from iTunes

    After converting movie file via Quicktime and adding it to the iTunes library, I am not able to remove it anymore. If you try to delete it, it crashes iTunes and after that all desktop icons are frozen. The movie does not play in iTunes, you cannot e

  • Restore SharePoint Database to new server - What to do about external content type?

    I currently run SharePoint 2010 and have a content database back-up which I want to restore to a new server. I was able to restore to a new server and everything seems to be working, except that I have one list in my previous site which had an extern

  • PDF Document Opens Upside Down in Acrobat 8.2.6

    I have a PDF document that always opens upside down. After I have opened it I will correct the orientation and then re-save it but when I open it again, it is upside down. I would appreciate suggestions. I am using Acrobat Standard 8.2.6. Thanks for

  • IWeb 08 can't see my MobileMe galleries

    When I go to Insert/MobileMe Gallery, it is greyed out and states "No albums or movies available". I have 6 unrestricted MobileMe galleries on my account. Why can't iWeb see them, any ideas? Paul

  • Why can't I view a list of my Calendar entries

    suddenly I can't view all my calendar entries on iphone 4. The screen is taken up with a display of the calendar month/year with only one or two lines of my entries. I want to see the lot & don't need to see a display of a calendar. I've looked at Se