Adding Movies to InDesign Documents

I successfully added a .swf file movie to an InDesign document and published to PDF - the first take went fine.
Then I added audio to my (Captivate) file, republished as .swf, and placed it in another InDesign document.
This time I get the message: "One or more interactive elements are clipped in ways that PDF files cannot reproduce. Those elements will be adjusted in the exported PDF."
The PDF file appears to be blank.
Should I be able to place a .swf file that includes sound into an InDesign file for output to PDF? Perhaps I am doing something else wrong, but I want to verify that the sound should come over with the .swf.
Anne G.

See this Help topic. From InDesign CS4, you have two ways to create Flash files -- SWF and XFL. If you export to SWF, you can include page curls, hyperlinks, transitions, and navigation buttons. If you export to XFL, you lose any button, hyperlink, or transition you've added in InDesign, and you use Flash Pro to add those things along with fancier animation effects. If you export to SWF, you can't edit the file. If you export to XFL, you have to know Flash Pro well enough to edit the file.

Similar Messages

  • Adding name of indesign document to metadata of all images used in document

    I have been asked to include the indesign file name in the metatag of each image used in every document i produce from here on.
    is there a way to write a script in indesign that will copy the document name then open every link (in bridge?) and append the document name to the metadata (i don't want to lose any existing tags) and then save?
    scott

    This should should give you a start. It'll add the active documents name to the field instructions of the img when executed. Tested once. No errorhandling.
    currDoc = app.activeDocument;
    docName = currDoc.name;
    docGraphics = currDoc.allGraphics;
    for(var g = 0; g < docGraphics.length; g++){
        currGraphic = docGraphics[g];
            currGraphicFilePath = currGraphic.itemLink.filePath;
            fileObject = File(currGraphicFilePath);
    writeDocNameToMeta(fileObject, docName);
    function writeDocNameToMeta(fileObject, docName){
    if(loadXMPLibrary()){
            var myFile = fileObject;
            xmpFile = new XMPFile(myFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);
            var myXmp = xmpFile.getXMP();
                  var myStatus = myXmp.getProperty(XMPConst.NS_PHOTOSHOP,"Instructions");
       myXmp.deleteProperty(XMPConst.NS_PHOTOSHOP, "Instructions");
       myXmp.setProperty(XMPConst.NS_PHOTOSHOP, "Instructions", docName);
       if (xmpFile.canPutXMP(myXmp)) {          xmpFile.putXMP(myXmp);    }
            xmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY);
            unloadXMPLibrary();
        function loadXMPLibrary(){
            if ( !ExternalObject.AdobeXMPScript ){
                try{ExternalObject.AdobeXMPScript = new ExternalObject('lib:AdobeXMPScript');}
                catch (e){alert('Unable to load the AdobeXMPScript library!'); return false;}
            return true;
    function unloadXMPLibrary(){
            if( ExternalObject.AdobeXMPScript ){
                try{ExternalObject.AdobeXMPScript.unload(); ExternalObject.AdobeXMPScript = undefined;}
                catch (e){alert('Unable to unload the AdobeXMPScript library!');}
    Hans-Gerd Claßen

  • Adding movies to Indesign automated page-curl swf export

    I know there have been several discussions on this, but I thought I would ask the question anyway.
    I have a magazine created in InDesign, I can add hyperlinks to pages and websites and export it as a nice swf file with a page curl transition. The problem seems to be when anyone wants to edit the Flash file (.xfl), they loose the nice smooth page curl transition, is there no way this can be moved to Flash easily (bear in mind my knowledge of Action script is limited).
    Any help would be much appreciated.

    See this Help topic. From InDesign CS4, you have two ways to create Flash files -- SWF and XFL. If you export to SWF, you can include page curls, hyperlinks, transitions, and navigation buttons. If you export to XFL, you lose any button, hyperlink, or transition you've added in InDesign, and you use Flash Pro to add those things along with fancier animation effects. If you export to SWF, you can't edit the file. If you export to XFL, you have to know Flash Pro well enough to edit the file.

  • [IDCS2]How to move the Snippet in a folder inside the Indesign Document Using Script?

    Hi
    How should i move all the snippet objects in a folder in to an Indesign Document using Javscript?
    Thanks
    myriaz

    Once you have the snippet in your document, how do you move it/select it? My snippet is a text frame with a table in it.
    This does NOT work:
    var myFoot = myDocument.pages.item(0).place("Hard Drive:Users:Casey:Desktop:footer.INDS")
    myFoot = myFoot[0]
    myFoot.geometricBounds = ["1", "1", "1", "1"]
    The snippet gets placed, but my error says "Object does not support the property or method 'geometricBounds'. This code works for normal images I place.
    JS - Mac - CS3
    Casey

  • How to embed data into an InDesign Document

    Hello everybody,
    I'm porting a QuarkXTension to InDesign CS3 on PC but, maybe, I've found a showstopper...
    The current xtension writes some collected data into a document slug that is retrieved by an external application simply scanning the content of the file.
    I need to maintain the same way with InDesign but I've discovered that the persistent data added to a document workspace doesn't stay all together when is more than few KBytes (everything seems to be ok until 2 KBytes but that's too little) inside the InDesign document but is scattered on many locations. Of course this makes the work of the external application impossible.
    Is there any way to command/force inDesign to write the persistent data insidde the file in one single chunk?
    I understand this is something unusual but that's the way that complex publishing workflow works and can't be changed in that part.
    Thanks a lot in advance for any help.
    Best regards,
    Luca Severini

    I think I have found a possible solution to embed my data in a way readable by an external application. To use the XMP toolkit.
    Very interesting the fact XMP Toolkit includes the source of a simple command line tool that parses the xmp embedded into InDesign file.
    The same source can be easily modified to get all the objects contained in the document aka database.
    Bye
    Luca

  • How Do I combine 2 InDesign Documents into 1 (in a very particular way)

    How do I combine two InDesign Documents into one in a very specific way.
    Here's my problem: I have two separate InDesign CS5 files for playing cards. File one is the front. File two is the back.
    The company that does my final print production needs the the cards sent as two separate PDFs. One for the card fronts, one for the card backs. Both of these InDesign (and the PDF export) files are arranged in the same way: page 1 is card #1, page 2 is card #2, etc. Nice and simple.
    However, I use a different company for producing prototype versions of the decks (the production printer can't do this economically). My prototype producer needs me to send a single PDF where page 1 is Card #1 Back, page 2 is Card #1 Front, Page 3 is Card #2 back, Page 4 is Card #2 front, etc.
    The decks I am building usually run 56 cards, but can be as large as 180 cards.
    So, what's the easiest way to automate this process? is there a way to combine two separate indesign files by "interleaving" the pages from the two original documents into a new larger document (where I could do a new PDF export)?  Or, is there a better way to do this in Acrobat Pro? At the moment I have to resort to drag and dropping each card from one PDF thumbnail pallet to the other. It's really time consuming and mind-numbingly boring.  Any Ideas?

    This script is actually pretty straightforward, so it's a good first
    challenge I think.
    I would script this in InDesign -- probably because I'm more familiar
    with InDesign scripting.
    To start learning the InDesign scripting basics, open the ExtendScript
    Toolkit (ESTK) which is almost certainly installed on your computer
    already. Go to the Help menu, and you'll find an entry there called
    Adobe Intro to Scripting. Read that. I think that's the best place to start.
    For the script in question, you would want to:
    1. make sure both InDesign documents are open. They would both have the
    same number of pages. (No scripting involved here, just make sure
    they're open before running the script.)
    2. loop backwards through the collection of document pages of one of the
    documents. (document.pages is the collection you're looking for)
    3. use the move() method of a document page to move it. (myPage.move())
    4. Learn about the LocationOptions enumerator so that when you move the
    page you can tell InDesign if you want to move it before, or after
    another page. (LocationOptions.AFTER or LocationOptions.BEFORE)
    5. Get a reference to the page in the second document before (or after)
    which you want to move the page in the first document.
    5. that's basically it
    I suggest that as you work your way through this (if you decide to take
    up the challenge), you post any questions you may have on the InDesign
    Scripting forum here.

  • Packaging an InDesign document with Placed Illustrator Files which contain PLACED GRAPHICS!

    I've got an InDesign document 215 pages long.  Each page contains a placed Illustrator document... and each Illustrator document contains a placed TIFF.
    When I package the InDesign Document the Illustrator files are gathered into the new location, but InDesign does not gather the TIFFs.  I need to get this material to the book designer, but relinking 215 pages is going to be a very risky and time consuming process--one that will have to be done OVER and OVER again as the project moves from one location to another.  Can anyone recommend a solution?  Why doesn't InDesign look for nested files?
    Does anybody understand what I'm talking about?
    --Jay

    The reason behind link (.psd in layers) means in the future it can be edited.
    If the person receiving to package needs to edit the layers of a PSD placed in an Illustrator file, then yes you would have to manually include the layered PSDs. But if it's just a matter of ensuring full res and color managed output downstream then saving as PDF does that and preserves the links to layered files locally. So if I save as PDF trash a link and reopen the PDF in Illustrator it will look for the link:
    If you save as .ai with the links embedded, the users downstream would be able to unembed and edit a flattened version of the placed art.

  • Copying a page from one InDesign document to another

    I have a page in an InDesign document (which contains graphics) that I would like to copy to another InDesign document, but Copy / Past does not work.

    Have both files open...
    In the source file open the pages panel and select the page(s) you want to copy, from the panel menu choose move page(s), and select the destination file and specify a position.

  • How to create a link to a dropbox file in an InDesign document?

    I have an InDesign document where I have successfully inserted links to a homepage, but I would also link a file which I keep in my Dropbox. I.e. when people click on the icon/text in the InDesign document, I would like them to be taken to the download page in Dropbox.
    Simply marking the text and >add new hyperlink and copying the download link into the appropriate field hasn't worked so far.
    Thanks a lot for any help!
    Best,
    Marvis

    I just typed my email address in InDesign, and chose Create Hyperlink from the Hyperlink panel menu. Chose Email Address as the type. Added a Subject Line. It shows the email link in the hyperlink list.
    Exported the same way. Works fine in Acrobat. Clicking launches my email application:

  • Can multiple articles be in one indesign document?

    I have an indesign document with multiple articles in it. I made the articles using the Articles panel. How can I add these articles to a folio? When I add an article to a folio using the folio builder panel, it adds the entire document, even though I've used the Articles panel to specify that, say, pages 2-5 are an article named "Family Matters."  Does an article have to be a separate indesign document in order to be added to a folio?
    On a more general level, I haven't seen anything in the DPS literature that explains what an article is, what can/can't be an article, etc. I think that would help me. Thanks to anyone who can answer this.

    Currently it is one article per INDD document. (Two INDD if you intend to do dual orientation)  The "articles" panel is directed more toward epub and html export.
    The concept of the"article" (in terms of the Digital Publishing Suite) was alot easier to understand when it was previous called a "stack" in the prerelease.  The concept is that each page in your article stacks on top of eachother to form one article.  You article InDesign file contains all the pages in that particle "stack" .
    Think of it in terms of a magazine.  Each "article" has its own section in the viewer and thus is own InDesign document (consisting of all the pages for that particular article).  All these different articles or InDesign documents come together to make one "folio" or edition of your magazine.
    My suggestion would be to get familar with the workflow to understand what is and isn't support from Indesign.  Some great videos are on the "getting started with the DPS" page
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60174dc2eb12f2ca67c28-80 00.html

  • Newbie question: saving jpeg files in indesign document

    hi there,
    i'm rather new to indesign and i can't get this thing to work:
    whenever i place a jpeg image (or for that matter, any other image format) into an indesign document and later move
    the jpeg file to a different location on my harddrive and then reopen the indesign file, the image is all pixeled. it seems like the image
    isn't saved inside the .indesign file, but is more of a referal to the file on my hard disk.
    is it possible to embed external files (like jpeg) into the actual indesign document and save them within this document?
    i'd be gracious for any help.

    Grant's answers are correct. You SHOULD use linked images and you should update them on the Links panel.
    There are specialized reasons it might be necessary to embed an image, but in general it's not a good idea: (1) It makes the files unnecessarily large, (2) if you make changes in the image, it can be updated in the InDesign file.

  • Automatic Hyperlinking of a 30,000 page InDesign Document

    Hello,
    I am trying to figure out how to best develop a system of automatic hyperlinking in an InDesign document (I know this is usually done small-scale and manually). This document will eventually be exported as an e-book or interactive PDF. Ideally, users would be able to click a link within the document and it would lead them to another link internally, further down in the document. Does anyone have any suggestions on how to best incorporate a more technical program into InDesign, or how to go about this? Any help would be much appreciated. Also, is anyone aware of how to create this document so that updates that are added to the 30,000 pages can be automatically 'pushed' to the subscribers or readers Desktop?
    Thank you very much,
    Ali
    [email protected]

    You have facing pages, so you should set up your document as document with facing pages.
    You should have done it with New document but you can change it with File > Document Setup.
    You will have to change your master to 2 pages and to allow to shuffle the pages.
    Shifting pages are shifted when you use the page tool. It can happen more easily with non facing pages.
    Was there a specific reason, why you choose not to use facing pages at the first place?
    With the page tool you can shift pages.

  • How do I set up an InDesign document in another language?

    I have laid out an InDesign document in English. It will be very easy for me to copy/paste my translated text for Spanish since my fonts include the accents, etc. for Spanish. But, how do I do it for a language that uses cyrillic (or other) characters instead of normal letters? I will be given the text in Russian, Vietnamese, Chinese, Tagalog, and Korean in a Word document. Will I need to purchase special fonts for these languages? I'm assuming that if my English InDesign file is using Helvetica Neue Lt Std, that a copy/paste will not work when I'm pasting Russian text. If I will need special fonts, can you recommend some for these languages (for PC; opentype or postscript)? Any assistance will be greatly appreciated.

    Well, I can answer all of your questions, but I'm feeling like you ought to be answer some of them yourself in order to be able to demonstrate yourself competent of typesetting these languages in the first place. For instance: a brief visit to Wikipedia will reveal that Tagalog is typeset in Latin script. Just make sure that it's not marked as English, and that hyphenation is off, and you should be okay with whatever English-language fonts were originally selected for the project. This is partially because Tagalog typographical rules are not as stringent as English rules are, and many of the rules tend to hew to US English standards in any case.
    However, that cannot be said for Russian at all. Russian typographical rules are more stringent than English rules. They don't have the pick-your-own-style-guide problem that English has. Ever watched people argue over the Oxford comma? Much less likely to have that kind of dispute in Russian. But since you don't know the rules, you won't know when you're breaking them.
    Russian and Vietnamese are both supported by comparatively narrow arrays of fonts. There's a Russian foundry called Paratype that will have a very wide array of Cyrillic cuts of familar fonts. Vietnamese is harder to find. The advice from Ellis is good. I'd also point out that any Adobe "Pro" font stands a good chance of having Russian and/or Vietnamese. I am pretty regular user of Myriad Pro and Hypatia Sans Pro (with all of the extra typographical doodads turned off).
    Chinese and Korean are so different that there isn't even very much hope that you can go out and find a font and do it yourself. Fonts for both languages are incredibly expensive. The free fonts that came with your OS might be okay; the ones that came for free with InDesign are also good. But in neither case should you expect a full set of weights, or any italics whatsoever. (Also: don't fake an oblique by adding skew; it looks about eight thousand times worse in Chinese than it does in English.)
    I would strongly advise that you have all of your documents proofed by the translators. For Korean, it'd almost be mandatory; your formatting job stands a decent chance of being Worse Than Useless. (About ten percent of the Korean I handle in InDesign fails to wrap at spaces and breaks in the middle of words.) If there is any chance that you can job this out to a pro, I'd suggest that you take it. It'd be far better for your non-English-language readership if you as a designer critique the typically sub-par design job offered by your translation firm's DTP department than you, as a designer, render the translated text poorly and not have an in-language reader tell you where you've botched it. In the first case, it's probably ugly, but in the second case, it's maybe illegible.

  • How may i place a Numbers spreadsheet in an InDesign document?

    How may i place a Numbers spreadsheet in an InDesign document?
    It's possible?

    Hi.
    You can import a .xls file.
    First, go to Preferences > File handling > check "Create links ... spreadsheet files" in order to be able to update your table when modified in Excel.
    Note that you won't be able to get any formatting from Excel file, so you should create a custom table style, along with paragraph and character styles.
    While importing your Excel file, check "import options", select "Unformatted Table", and apply your table style.
    Of course, no dynamic math operation can be make within InDesign Table, you must do it in your source file, then resave it and update your link.
    If you properly used cells, paragraphs and characters styles, the formatting will be preserved when updating link to the spreadsheet.
    Don't forget your .xls file is now linked to your indesign file (just like a picture), so don't move or delete it without caution...

  • Proper way to set up an InDesign document for performance?

    Hello there,
    I'm wondering if I am using the product wrong, because I am having a heck of a time with the performance of my documents grinding my computer to a halt.
    I'm starting a new project, it's a 92 page book. On each page will be one or two *hi-res* pieces of art, at around 450dpi. Multiply this by 92, and you get something big. In the past I have simply placed the artwork which creates a link back to the original, and update the original as needed. However the last time I did this, when I got to like page 22, the InDesign document was no longer usable, it just killed the PC (a modern one).
    In that case I was placing Adobe Illustrator .ai files. Maybe that was the reason? In this case, I need to place PSD files.
    So my questions are a) what's the best way to place the files and b) what format should I place the PSDs? I need to export this in PDF form for print.
    Thanks for any help! It's been ages since I've done print work.

    Well, there a couple of vague statements in your question, but I am going to take a quick stab at it before we get into that.
    Yes, when you drop an image (photo, illustration, etc.), into an InDesign file it creates a link and you can edit the original as needed and it will be updated in the InDesign file.
    First make sure you're updating the files one at a time. Select the element you want to "fix", click Edit> Edit Original and make your changes. Save the original file, then check in with the InDesign file and see that the image has updated, then move onto the next.
    Second you can set up these linked files to display within InDesign as low-res versions to keep your system running faster. Give that a try also. You can set it up from View > Display Performance or by Right clicking on the image and selecting Display Performance > Fast Display.
    As for the vague statements, because others will ask.
    What version of InDesign?
    What type of system specifically? Processor, Ram, Video Card, Video Ram, etc.
    What is it doing to your system? Locks, crashes, explodes into pieces?
    p.s.
    Why 450 dpi files?
    What type of files? Tiff, PDF, JPEG, etc?

Maybe you are looking for

  • External Hard Drive No longer Visible Anywhere on Laptop, Yet Still Lit Up

    Hello! So I have a MacBook Pro OS X 10.9.5 and my external hard drive is a Toshiba 1.5 TB Toshiba Canvio Basics 3.0 This morning I was in a rush to pack up my laptop so I went to eject my external hard drive and I wasn't really paying attention when

  • FEBAN automatically closed the Open item for Debtor

    Open items in our company usually closed manually. But this time FEBAN closed an open item (Debtor). Where can i change the configuration for not automatically closing the open item by EBS. Any help? Points will be awarded.

  • Best option to save data populated from a web service?

    I have manage to made a windows form that uses a web service to populate the data into a DataGridView. Then I have a column for adding comments next to each row. So a user could add some comments about this data for each row. Also I have a drop down

  • Scan into multiple page document Deskjet F380

    HP Deskjet F380 Windows 7 Home premium 64-bit operating system. I need to scan a multiple page document so that I can email it, but I am currently only save each page as individual jpegs. I have already downloaded the HP driver recommended. Suggestio

  • Dynamic Resource name for Excel/csv files

    Hi All, Reading from a source excel (as well as csv) file, I tried passing the resource name via a variable which is set to contain the name of the file (refresh). However, on execution, the file name shows up with an additional "\" character without