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.

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.

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

  • 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 embed or make a calandar in Adobe Muse

    I want to embed or make a calandar in adobe muse. When people click on a day It will then take them to what is going on for that day. I tried using google calandars embed option but I cannot then click on that day and then view that day so I can see better. It just showed the month view only. Does anyone know of a way to create this without slowing down your page with a million other pages or if there is a calandar system out there that has this embed option. Thank you very much.

    Hi Russ,
    There is no out of the box solution for this in Muse at the moment. However, if you host your site on Business Catalyst, then depending on the site plan ,you can use the News module to do so. For more info, Please refer to the following links :
    http://helpx.adobe.com/business-catalyst/using/add-news-items.html
    http://helpx.adobe.com/business-catalyst/partner/add-calendar.html
    http://businesscatalyst.com/pricing/monthly
    http://tv.adobe.com/watch/muse-feature-tour/muse-advanced-cms-integration/
    Regards,
    Aish

  • How do I put a video created in adobe muse in dreamweaver to finish my web page for an assignment?

    I am new to Creative Cloud, etc.  I created a video/slideshow in adobe muse and am wondering how to get it in my webpage/Dreamweaver?  I do not have a domain name or website or anything like that.  Just trying to complete an assignment.

    Muse is a web design program.  I seriously doubt you created a video in it.  You might have embedded a video you created elsewhere inside your Muse web page.  Is that what you mean?
    You'll get better answers to specific product question if you post them in the appropriate product forums.
    Dreamweaver
    http://forums.adobe.com/community/dreamweaver?view=discussions
    Muse
    http://forums.adobe.com/community/muse?view=discussions
    Nancy O.

  • How to improve mp4 video quality in adobe premiere CS6????????

    please help me,, i want to improve my mp4 video qualitty in adobe premiere CS6 how can I?

    What are your source clips exactly (container and codec).
    Post a screenshot of your export settings.

  • 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

  • How to implement an interactive Outlook 2013 calendar into a Adobe Muse web page?

    I am trying to implement an interactive Outlook 2013 calendar into a Adobe Muse web page.
    Any input on this subject is greatly appreciated!
    Thanks,
    FT

    I would also like to do this as well for our company intranet page...

  • Automatically having my video start when my Muse site is opened or launched? best video format?

    I want to place the best quality video I can on my adobe Muse web site, however I want it to start playing automatically when the page is launched or opened, also what is the best type of video format for adobe Muse? thank you in advance for your opinions and answers.

    If its just a 5 second video that you would want to add to the homepage, you might want to use the MP4 format encoded with H.264 codec and embed it using the video tag of HTML5. More info about it here - http://www.w3schools.com/html/html5_video.asp
    You can then set it to autoplay by simply using the autoplay attribute for the video tag.
    http://www.w3schools.com/html5/att_video_autoplay.asp
    A very interesting read about HTML5 video tag and video codecs - http://www.htmlgoodies.com/html5/client/how-to-embed-video-using-html5.html

  • How do I add cookies to adobe muse site?

    Hello,
    I am creating a site in Adobe Muse, which I also host through the webbasic adobe business catalyst account.
    I want to add a cookies message onto my site and to that of client sites that I create.
    I searched the forum and there appears to be a guide showing how to get the cookies set up in adobe business catalyst itself. However, when I try to follow the instructions, I fall at the first hurdle because it tells me to go into Site Manager and then into Pages. However, I don't have anything that says Pages. Mine only has two options; Web Forms and System Emails. The only thing in the Web Forms folder is Contact Form.
    I have no idea how to get the cookies message onto my Adobe Muse site. Please...does anyone know the answer?
    Also, if someone from Adobe reads this, it would be great if Adobe Muse had a widget for this...considering it is now a requirement for all websites that use cookies to be able to get consent. I hope it's in the next update.
    Cheers
    Sebastian

    Refer to this thread for instructions on adding a Manage cookies form - http://forums.adobe.com/message/539301
    The online content editing is disabled by default for sites published through Muse to BC and hence the Pages tab doesn't appear for you under Site Manager. However, you can always enable the Online Content editing feature by logging into the site admin -> going to the My Details section (by hovering over your name at the top right) and enable the option as indicated in the screenshot below.
    Please refer to the following post for a reason as to why the option is incompatible with Muse (but doesn't affect any functionality as such if you enable it).
    http://forums.adobe.com/message/4385787.
    Thanks,
    Vinayak

  • Publishing an Adobe Muse site to a third party hosting provider?

    Hi Guys,
    I'm trying to find instructions as to how to go about publishing my completed Adobe Muse site which is hosted with a third party hosting company, there are videos for publishing to business catalyst alright.
    Any help would be greatly appreciated...
    Thanks
    Have a nice Saturday :-)

    I am having a problem trying to FTP my site created in Muse, too. I am using "Upload to FTP host" (Found under File) and after several tries I am still getting a different error message each time: "Error uploading (a certain file which happens to be a jpg this time!). Click Resume to try again. If this problem persists, try again later.
    [426 Failure reading network stream.]."
    I tried again and again and again. So I called the host company and I checked to see if am using all the correct settings that they have.They verified that I had the proper settings.
    Still no success.

  • This Adobe Muse site file is damaged and cannot be open.

    Hi all,
    While making some edits to my muse site, my mac froze, and I waited for about 10 mins and it was still frozen--so I forced restarted my computer. Upon re-opening the file, I received the message "This Adobe Muse site file is damaged and cannot be open." I was wondering if there is any way to recover the file. I have a very recent HTML export of the site, is there a way to re-import that into a muse file? Or perhaps the file is somehow able to recover? I'm on an iMac that was just bought. It's pretty frustrating because my last backup was from two weeks ago and there have been major updates to the design of the site. At the very least, I have the latest export to copy the layout from, but my site is 50+ pages. Thanks in advance for any help.
    -Jack

    I don't have good news. The file is truncated. It's shorter than it should be and the missing information isn't something I can manufacture.
    From your description of events and looking at the information in your log file we believe you hit a rather obscure weakness in the Mac OS, or perhaps Mac hardware or the hard drives/controllers used. When an application writes to a file and requests the file be flushed to the physical media, two things occur. The first is the data is written to the physical media and the second is a table on contents on the media is updated to indicate the new length of the file. In this case it appears the Save completed successfully as far as Muse could tell (the success is reported in the log), but what probably occurred is either a very low-level OS crash and/or your restart of the computer occurred before the length of the file was updated in the table of contents.
    Unfortunately, after some time spent searching online, it doesn't appear as though there are any Mac OSX tools that will re-extend a file without altering the bytes in the newly extended area. Or at least I couldn't find any (and it makes sense for security reasons that the old data wouldn't be there when the file was re-extended). Even if there is such a tool, it's very likely other activity on your machine since the restart has already overwritten those bytes with some other file, so the missing part of the file is now gone.
    I'm sorry, but I'm not aware of any way to recover or repair your file.

  • Google Search - Adobe Muse Site

    We're currently managing an Adobe Muse site we created for a client. However, when searched (www.originofthesky.com) as you can see from the attached image below instead of reading "Origin of the Sky" for a title it reads "HOME." The title for our home page on our site map in the Plan Mode is Origin of the Sky and we have searched through Page Properties and other possible links, etc. and we seem to have hit a road block because no where except our top nav bar does it read "HOME." Does anyone know why this "HOME" title could be coming up and how to change it? Thanks!

    I had this which is what the google search is referencing with the above screenshot:
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset
          xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
    <url>
      <loc>http://www.originofthesky.com/</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>1.00</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/about.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/photo---video.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/our-blog.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/connect.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/index.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/our-partners.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/the-gear.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/oots-in-the-news.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.64</priority>
    </url>
    <url>
      <loc>http://www.originofthesky.com/first-impressions.html</loc>
      <lastmod>2014-01-02T19:51:32+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.64</priority>
    </url>
    </urlset>
    However, I didn't think this was right so it currently looks like:
    Thank you for all your help!

Maybe you are looking for