Is it possible to Embed an MP4 video into a FlashCC file?

We're looking at hopefully getting some videos into our final swf by embedding it.  We know we can use FLV's etc, but we would like to use the original MP4's without the loss of quality. Is it possible to Embed mp4's using code or something and adding it to a stage? I read everywhere that it is not possible unless converted etc...
If anyone does have any comments, links or example code that may help, it would be appreciated.
Thanks.

Thanks for the answers here but this is what i've found online also. The problem is that the mp4 isn't embedded into the swf and has to be 'linked' to a source file.
The only thing I can find to do is to convert to flv and then embed... But even Media Encoder doesn't support flv anymore...

Similar Messages

  • How to embed a mp4 video into a pdf with acrobat pro XI?

    I'm  trying to embed a mp4 video into a pdf using Acrobat Pro XI.  When I try to play the video, all I see is a black box. The video is H.264 codec. I've tried on a PC and Mac and get the same results.

    Video playback in the Acrobat Family uses Flash Player, so if it works in FP (loaded via an HTML page) then it should work in your PDF. First suggestion is to use the free MediaInfo tool to check exactly what the internal structure reports as.

  • Embed an MP4 Video into an Adobe Muse site

    Hi - What code do I use to embed an MP4 video into my webpage in muse? I tried the following but it did not work:
    <video autoplay="autoplay" controls="controls" preload="auto">
    <source src="/aboutmp4.mp4" type="video/mp4">
    </video>

    what folder is the mp4 uploaded to?  Right now you have the link pointing to the main directory.  It depends on if you are using the ftp from muse or exporting it to HTML and then uploading.  You need to make sure the video file is on the web server.
    I think muse puts in in the assets folder so your code would be <source src="/assets/aboutmp4.mp4" type="video/mp4">
    You will not see your file in the preview only a blank box until you view it from the actual url.

  • Please help, I am trying to split a HD mp4 video into two parts using Quicktime 10.2

    Please help, I am trying to split a HD mp4 video into two parts using Quicktime 10.2, running Mountain Lion. I use trim then export but it doesn't give the movie option as a format. What would you suggest i do?

    I'm not sure why you're using a FAT32 drive, but using ExFAT instead of FAT32 would be a better overall choice as it doesn't have the 4 Gig limit.
    http://www.tech-recipes.com/rx/2801/exfat_versus_fat32_versus_ntfs/

  • How to import a .mp4 video into Flash?

    I have not been able to import an .mp4 video into flash 8.
    The video simply doesn't show up in the import box
    when I go through file - import. Is there a way to get flash
    to recognize the .mp4 format? Do I have to convert the video to
    another format? If so, how would I do that?

    KeviMRooney wrote:
    > I have not been able to import an .mp4 video into flash
    8. The video simply
    > doesn't show up in the import box
    > when I go through file - import. Is there a way to get
    flash to recognize the
    > .mp4 format? Do I have to convert the video to another
    format? If so, how would
    > I do that?
    >
    You can only import what's on your import file format type
    list.
    Which is no mp4 for flash 8.
    For video editing, google... there are countless solutions,
    from super
    expensive shareware to not so expensive basic tools... Seldom
    any freeware
    when comes to video editing tools.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • How do you embed a Flash video into a Flash form

    I am trying to embed a Flash video into a Flash form but the
    form displays just fine however the video does not. I have tested
    the Flash video with out the Flash form and works fine.

    Take a look at CF_PIM
    loading
    swf files in flash cfforms

  • I can't import .mov and .mp4 videos into Lightroom 5? Why?

    I'm not able to import videos (iPhone) into Lightroom 5. I've tried .mov and .mp4. Is there a cause/fix for this?

    BradRW wrote:
    Is there a cause/fix for this?
    I've no idea the cause, nor a proper fix.
    But here is a possible interim solution:
    'Import Any Videos' script (free, by me):
    robcole.com - MiscLrScripts
    It just re-encodes (or re-wraps) the video into a format that Lr likes, which you can do without the script if you have the tools and the know-how..
    Rob

  • How to embed a flash video into a logo?

    Hello,
    I'm new to flash and dreamweaver and I'm slowly trying to learn it.  I have created a a flash logo for my website (http://www.emorgenstern.com) and I'm trying to extend the background color to cover the rest of top.
    In dreamweaver I have put the embedded flash video in a div class and modified the class to extend the entire length with the proper background color.  In dreamweaver everything looks right but when I upload the actual .html and .css file it does not appear right.  The actual testing link is http://emorgenstern.com/emorgen/emorgen/index.html
    Below is the code for those sections.
    Here is the .html file
    <div class= "banner">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="468" height="60"   title="banner">
      <param name="movie" value="../banner.swf" />
      <param name="quality" value="high" /><param name="LOOP" value="false" />
      <embed src="../banner.swf" width="468" height="60" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
    </object>
    </div>
    Here is the .css file
    div.banner {
         margin:50px 0px 10px 0px;
         padding:17px 0px 0px 20px;
         border-style:solid;
         border-color:black;
         border-width:1px 0px;
         line-height:11px;
         background-color:#eee;
         width:100%;
    Any help is greatly appreciated! Thank you in advance.
    -Eric

    Your code is kind of messy.  Use the validation tools below and fix reported errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    Where did you get the CSS style sheet you're using?  It looks like an experiment, and not a real world CSS.  You might be better off using one of the the pre-built CSS layouts that ships with DW CS4.
    Anyway, to answer you question.  In your HTML, move your  flash code between this:
    <div id="Header">
    and this
    </div>
    In your CSS, change all this:
    /*#Header {
        margin:50px 0px 10px 0px;
        padding:17px 0px 0px 20px;
        height:33px;
        border-style:solid;
        border-color:black;
        border-width:1px 0px;
        line-height:11px;
        background-color:#eee;
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px;
    body>#Header {height:14px;}
    to this:
    #Header {
        width: 100%;
        background-color:#eee;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to embed a swf video into an html page?

    I am haing trouble embedding my swf video into my html page. Here is my code:
    <embed height="340" width="549" src="flashvideos/test.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="&amp;MM_ComponentVersion=1&amp;skinName=C:/Users/RogerPa1/Documents/Visual Studio 2008/WebSites/WebSite1/Products/Create/flashvideos&amp;streamName=C:\Users\RogerPa1\Docum ents\Visual Studio 2008\WebSites\WebSite1\Products\Create\flashvideos\Robotics&amp;autoPlay=true&amp;autoRew ind=false"></embed> 
    When I run the page the place where the flash player should be is blank. But if I right click I can select settings so the flash player is there. I'm using absolute urls for the flashvars because I read in a forum that that's what you're supposed to do. Anyway I am a little frustrated that the video won't play. I tried creating a video with no skin and the same problem occurs.
    Thank You
    idesofdecember

    Answered

  • How do I embed a small video into a larger video screen?

    Adobe Premier Elements 10 for a MacBook Pro Mountain Lion OS 10.8.5
    For my ski club, I'm making a short single 3 min video with footage from 3 different camera's.  The video frames from one camera are 320 px by 280 px and the frames from the other two cameras are 640 px by 480 px and when shown full screen on a monitor, the footage from the two 640 px by 480 px cameras look OK (if not great) but the footage from the 320 px by 280 px is obviously grainy.  I would like to embed the smaller into the larger at 50% so that the picture will be sharper, even though just filling up half the screen.  Help please.  This is for the upcoming ski show and I need it by Sunday, Oct 20.   Thanks.  DRThiess

    DRthiess
    With your Premiere Elements 10 Mac,
    a. have you set your project preset for NTSC DV Standard
    b. have you imported your 640 x 480 video into this NTSC DV Standard project via Get Media/Files and Folders and now have it on Video track 1.
    c. have you then imported your 320 x 280 into this same project and placed it on Video track 2 above the Video track 1 content
    d. have you then scaled the selected 320 x 280 on Video Track 2 using either
    ....Properties Palette/Motion Panel expanded and its Scale slider (check mark next to Constrain Proportions)
    or
    ....Click on Monitor to bring up the bound box of the image and then clicking and dragging on one of the handles of the bounding box to scale the image
    There are also some PiPs (Picture in Picture Effects) under Edit Header/Presets that you might want to explore. They are for 25% and 40%, but are adjustable.
    Please let us know if any of the above worked for you or if you need supplemental information.
    Thank you.
    ATR

  • How to put selected videos into one place (File)

    How to put selected videos into a File so I can only show on TV the videos in that file

    YYou have to describe your issue in more detail. Are you using iTunes? Trying to see it in Apple TV, etc, etc.

  • Cannot play JWPlayer mp4 videos - "error loading media, file could not be played" in MS Windows 7 Firefox. Works on Firefox for mac.

    We use mp4 / mv4 type videos. These videos are viewed through a JWPlayer playlist. They work fine using Firefox browser on a MAC, however on MS Windows 7, I get "Error loading media, file could not be played". They also work fine from MS Windows 7 using IE and CHROME browsers. Any idea what might be causing the problem when trying to play them from the Firefox browser on a Windows platform?
    I have already tried uninstalling Firefox, deleting my profile and re-installing the latest version.
    I logged a support problem with JWPlayer and they indicated that it ma be a browser specific related issue with html5?
    Thanks for you help!

    I would assume an issue with the HTML5 media player.
    If those aren't working on Windows then it is possible that the proper codecs aren't installed.
    You can try to disable the HTML5 media player and make Firefox use the Flash plugin.
    You can do this by setting these two prefs to false on the <b>about:config</b> page:
    *media.windows-media-foundation.enabled
    *media.directshow.enabled
    See also:
    Windows Media Feature Pack for Windows 7 N and for Windows 7 KN:
    *http://support.microsoft.com/kb/968211 - www.microsoft.com/en-us/download/details.aspx?id=16546

  • Embed a youtube video into pages?

    please show me step-by-step pictures

    If you mean use the Youtube iframe html, you can't. The video file you wish to embed will need to reside in your photos app.

  • I am having a problem importing MP4 video into Premier Elements 11.

    When I try to edit a video the highlights are turning black/grey and other colours are turning white or grey making the video look like a negative . . . sometimes the colour goes completely but not always.  Also, when this happens the whole thing freezes. I tried running the videos on QuickTime and they run okay which makes me think it's not the graphics card but Adobe Elements that's the problem. Any help would be greatly appreciated. Thanks.

    >think it's not the graphics card but Adobe Elements that's the problem
    •What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    •What is your exact graphics adapter driver version?
    •Have you gone to the vendor web site to check for a newer driver?
    •For Windows, do NOT rely on Windows Update to have current driver information
    •-you need to go direct to the vendor web site and check updates for yourself
    •ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    •nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    MP4 is a wrapper, what is inside YOUR wrapper - Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • How Do Embed a YouTube Video into the Video Gallery Lightbox Widget

    I just downloaded the VGL widget at Video Gallery Lightbox | Exchange | Adobe Muse CC . I'm able to change the picture but have not figured out how to embed the video. The instructions say it can be changed "via an "insert html" but when I do this I just get another video inserted into the page. Help!!!

    Select the composition and go to composition options > enable "show lightbox parts while editing".
    Now select the target container and remove existing video and insert video html in that container. This way you can change the videos.
    Thanks,
    Sanjit

Maybe you are looking for