Embedding mp4 into FM 12 file

I am attempting to import an mp4 video file into a FM document. It imports ok, but when I go to set the graphic name, the option is grayed out. And when I attempt to create a link to the graphic (i.e. a play and pause feature for PDF purposes), it says that the document does not have a multimedia object in it. I can double click on the imported file in FM, and it play in Windows Media Player. Not sure what I'm missing here...

Hi,
Pls verify the following:
1. You should save as pdf and not use print to pdf for this functionality to work i.e. for the video to be active in pdf
2. Pls check that all checkboxes under Edit->Preferences->General->Embed in PDF are turned on
3. Creating links to graphics work for flv, swf and 3d files only.
Thanks,
Anchal Arora
Framemaker Engineering

Similar Messages

  • Embedding Fonts into a PDF file - Best Solution/s

    Good day
    What is the best solution or solutions to Embedding Fonts into a PDF file?
    Kind Regards

    Amplifing on what Test Screen Name posted.
    --| Use a Distiller Job Option that embeds fonts.
    --| Use Acrobat Pro's (starting with 9.x) Preflight that embeds fonts (if they are present and installed on the local machine).
    --| Untick "Rely on system fonts only; do not use document fonts" in the Adobe PDF Document Properties dialog.
    Be well...

  • Embedding Postscript into a pdf file

    I've been looking for a while for a solution to a problem I have. I want to be able to embed postscript code into pdf file. Is it possible to do this within acrobat or even some other solution?
    Thanks!

    By "embed PostScript code", do you mean add a .ps file as an attachment?
    You can do this with the Doc.importDataObject() method.

  • Embedding files into a .pdf file

    How do I embed files into a .pdf file?  It worked in word but when I converted to .pdf format, I lost the ability to open the embedded file with a click...

    Challenge no. 2 below Pat.  Thanks!
    Dave Janzow
    Director, Business Development, Life Sciences
    UNITRANS INTERNATIONAL CORPORATION
    peace of mind > every time
    [private information removed by moderator]
    All business transactions are based on Unitrans Intl Corporation's terms and conditions, available on request.
    Unitrans Intl Corp. is a certified member of C-TPAT (Customs Trade Partnership against Terrorism).
    Our SVI number for Customs House Brokerage is: unibro00850.
    Please refer to our website for further information on the C-TPAT program.

  • Embedding video into Projector file

    First of all, sorry, I know this question has been asked
    before, but I couldnt find an answer in the other threads.
    I am looking for a way to embed my mov files into the .exe
    projector file so you do not need to include the mov files on the
    final disc. The reason I need this is because I am creating an
    enchanced DVD, which included DVD footage which you can watch on a
    TV, but when the DVD is in a PC, you can click on a button which
    launches a projector file. The only prob is that I can only link to
    1 file, and this one file is then embedded in the video TS file.
    Hope this makes sense.

    You cannot embed video content as such. You may be able to
    use a binary io xtra such as
    vList
    to create an internal member with the same data as the external
    video file, but you will need to write the internal member back out
    to the hard disk before Director will be able to play it. You could
    then delete the temporary file.
    There are ways to retrieve the media of internal members
    (other than scripts) from a protected cast. The strongest
    protection you could apply would be encryption to the internal
    member. Having said that, during the time the video file is on the
    hard disk, a savvy and unscrupulous user could copy it for playback
    elsewhere.
    In other words, there is no way to protect your video file
    completely.

  • What HTML code do I need to get Adobe Flash to play an embedded MP4 video file (8 MB)?

    What HTML code do I need to get Adobe Flash to play an embedded MP4 video file (8 MB)?
    Thanks
    Mark

    Here are a couple of ways, one using the Netstream class and the other using the FLVPlayback component.
    For the NetStream approach, the following in the timeline code will play/loop the intended mp4 file...
         var video:Video;
         var connect_nc:NetConnection = new NetConnection();
         connect_nc.connect(null);
         var stream_ns:NetStream = new NetStream(connect_nc);
         stream_ns.client = this;
         function netStatusHandler(p_evt:NetStatusEvent):void {  
             if (p_evt.info.code == "NetStream.Play.Stop") {
                 stream_ns.seek(0); // to loop the video
         stream_ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
         video = new Video();
         addChild(video);
         video.attachNetStream(stream_ns);
         stream_ns.play("path_to/your.mp4");
    For the FLVPlayback component, add it to the stage, give it an instance name ("fp" used below), assign your mp4 file ("path_to/your.mp4") as the source property in the Properties panel, and select the option to autoplay as well.  Place the following code in the timeline...
         fp.addEventListener(Event.COMPLETE, playAgain);
         function playAgain(evt:Event):void {
             fp.play();
    To put the Flash swf file in an html page, in the Publish Settings set it to publish an swf and an html page.  Publish the file an the html page will be created for you.

  • Embedding extended XMP metadata into a PDF file

    Hello.
    I am preparing a thesis for submission into our library repository. They keep some additional information about the paper in a separate XML file which looks like: http://naca.central.cranfield.ac.uk/ethos-oai/2.0/uketd.xml
    The metadata can be then easily harvested by other libraries etc.
    Because the papers are downloadable and can freely circulate over the Internet I would like to also include the metadata into the PDF itself.
    I've managed to extend the PDFX (MiKTeX) package such that it writes custom metadata in addition to the default fields (Author, Title, Subject, Keywords) into the PDF.
    The problem is that the library metadata (see above) makes use of XSI schema which is apparently not compatible with RDF format of XMP.
    Is there a way to get such rich metadata sets into a PDF file in a portable and accessible (thinking about search engines) way or should I stick with plain Simple Dublin Core?
    Thanks for recommendations.

    You may want to repost this in the XMP SDK forum:  http://forums.adobe.com/community/design_development/xmp_sdk

  • Can't play the embedded mp4 video in SWF

    Hi, I am creating a basic webpage for the first time. I have successfully inserted a SWF flash player in Dreamweaver, however I am unable to play a mp4 video that is embedded in my swf flashplayer within Dreamweaver web page.
    Message was edited by: Madalsa Tested and previewed the exported SWF on stand alone basis, there I am able to play the embedded mp4 video.  Any ideas will be appreciated.

    I don't mean to impose or anything, but I'm in dire need of help. I've been trying to understand your directions, but to no avail.
    I'm trying to get my embedded .mp4 video to play in my .sfw video on my webpage...  I know that  you said that firefox won't play .mp4 vidoes, and recommend converting it into a ogg.
    The thing confusing me is that... I'm not sure which file I should be converting here... Infact I did convert the .mp4 into a ogg well actually it's a .ogv(confused here also), but am i suppose to convert the .sfw file as well? And how would I setup it up in your first example(i ask this question again below)
    The .mp4 file was 20131122_123440.mp4 , now it's 20131122_123440.ogv and the .swf file is secondtime.swf
    This is the coding I have below set up for my website:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body  bgcolor="blue">
    <table width="1001" height="420" align="center">
    <tr>
    <td></br>
    <p align="center">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" name="0" width=1000 height=420 align="middle" id=0>
    <param name="movie" value="secondtime.swf" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <embed src="secondtime.swf" menu="false" quality="high" bgcolor="#FFFFFF" width=1000 height=420 name="0" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </td>
    </tr>
    </table>
    </body>
    </html>
    Now if I was to simply to put it in this example below:
    <video controls>
      <source src="foo.mp4" type="video/mp4">
      <source src="foo.ogg" type="video/ogg">
      Your browser does not support the <code>video</code> element.
    </video>
    How would I be able to get it to work?
    Also, I've read that it could be a pathing issue as well.... Because when I run the video as a test from my computer into firefox it plays the flvplayback (which was the .mp4, and maybe I should of mentioned this in the beginning?), and it works fine.. I placed the .html and the .sfw and the .mp4 in the same folder to try to get it to work, but it doesn't work online, and  I noticed that once I put the .mp4 back on my desktop it plays the video fine in the test run fine... Maybe I should put the .ogv file into the folder instead? I don't even know how that would work.
    Thank you for taking your time out to read this, I really apprecaite it!!! Sorry for the lack of understanding as well!

  • Embedding Fonts Into A PDF

    Hi There,
    I'm having trouble sending my files to the printers, my fonts is jumping...
    How do i make sure that my fonts are embedded into my PDF file,
    I'm using indesign cs5.5 Please can someone help me, I have distiller as well.
    Thank You
    Kind Regards

    Can you check one of your problematic PDFs with Acrobat? Go to the Document Properties dialog and check the "Fonts" tab. That way you can verify if your fonts are embedded.
    It's really straightforward: where Acrobat does *not* tell you a font is "(Embedded)" or "(Embedded subset)", that font is missing.
    If you find you are creating files without embedding all fonts, you need to review your workflow. As I said above, you might have switched off InDesign's warnings for this.
    Bear in mind it's also possible your PDFs are fine and it's your printer that needs to update.

  • Can't drag MP4 into Library?

    I'm using WinXP and iTunes 7. I had already drug an MP4 named untitled.mp4 into iTunes library then drug it onto my video iPod. That worked fine. I know have a movie named movie1.mp4 that I drag onto iTunes. Nothing happens. I delete untitled.mp4 and see it reappear after dragging movie1.mp4. movie1.mp4 is not there.
    I've closed/reopened iTunes. There seems to be some caching issue. Can some one help?
    Thanks,
    Brett

    I found the problem. My mistake - this was actually just confusion on the file names.

  • Embedded MP4 videos not playing in iOS Safari

    Hi everyone,
    I'm having a problem with embedded MP4 videos (e.g. YouTube videos) not playing correctly in Safari. When I try to play one, I get one of two problems:
    1. On my (first gen) iPad, Safari usually crashes.
    2. On my iPhone 4, videos will load but only play audio, not video, though when I tap on the screen the "play" and "pause" symbols appear.
    Has anyone else run into this problem? Or know how to fix it?
    Thanks,
    Mike

    Ok, I fixed it. Go to some embedded Flash video, click to run and then right click to get Global Settings for Flash. Go into Storage and make sure you aren't blocking any data from being stored on your computer. At the very least choose the "ask me" setting. (For good measure I also went into Advanced and clicked to Delete All Data associated with Flash. But when I restored Block for data storage the videos stopped working, so that seems to be the answer.) I'd be interested to hear if this works for others.

  • Importing mp4 into Flash 8, converting to FLV

    I just finished taking a Flash Video class where I understood
    I could import an MP4 and convert in to an FLV using encoding tools
    that come with Flash Professional 8. However, I opened a new FLA
    just now and tried to import an MP4 (File -> Import Video),
    Flash would not recognize the sample MP4 I have sitting on my
    desktop.
    I downloaded a demo copy of On2 FlixPro and it did recognize
    the MP4, is converting it to an FLV as I write this.
    Did I misunderstand about importing MP4s into Flash 8
    Professional? Is it in fact not possible. Or might there have been
    something I didn't do or didn't do correctly before importing? If
    so, what might it have been?
    Thanks in advance.

    chris_whalen,
    > I opened a new FLA just now and tried to import
    > an MP4 (File -> Import Video), Flash would not
    > recognize the sample MP4 I have sitting on my
    > desktop.
    The MP4 file extension does not appear in the filetype
    filter of the
    Import dialog, but if you select "All Files (*.*)," that
    should work. I've
    imported MP4s (they're MPGs, after all), but the extension
    doesn't appear
    under the "All Video Formats" choice. (I'm hoping this is
    what you mean by
    "would not recognize," anyway.)
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Embedding video into imovie

    Can anyone tell me if imove embeds video into imovie project, or does is always need to find the video file to play it?
    thanks

    fryedmeb,
    I'm not sure if I completely follow your question, but I'll take a stab at it.
    What appears as a single iMovie project file is really a package containing all the necessary media for the project. Video clips, audio clips etc.
    It also contains a reference file with instructions on how all the pieces get put together to form the project.
    But, at the iMovie project stage, all the media are discrete pieces. "Unembeded" so to speak.
    Once you output (Share) your iMoive to, say, a full quality DV QuickTIme file, the movie is then rendered as one self contained file.
    Matt

  • Error while embedding java into BPEL

    Hi Guys,
    I am getting the following error while embedding Java into BPEL.
    Error: C:\unzipjdev\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\.client (The system cannot find the file specified)
    i checked for .client content , it is not available in the directory.
    Does anybody know about this?

    could you please provide the java exec code snippet that you use in bpel? there is a sample under samples/references/JavaExec

  • Embedding YouTube into Flash

    Could anyone help me with embedding YouTube videos into a
    Flash file. Not got a clue how to do it!!!!!!

    Hi,
    You can't place HTML snippets directly in Flash Catalyst.
    Here are a couple of related threads that may help:
    HTML as an overlay iFrame - http://forums.adobe.com/message/2442117#2442117
    YouTube in Flash Catalyst - http://forums.adobe.com/message/2890324#2890324
    Tanya

Maybe you are looking for