How to embed a simple video in muse

how can I embed a simple video ( no controls, only autostart and loop)

Hi,
Please refer to the following link embed video
Regards,
Aish

Similar Messages

  • How to embed music or video in Muse

    Can music (mp3 files and video be embedded into a muse page?

    Hi,
    Please refer to this thread, Re: how do i embed audio (mp3) in muse?

  • How to embed virtual tour in adobe muse ?

    Hi
    How to embed virtual tour in adobe muse like this ?
    http://www.artisanerie-embrun.fr
    The height / width is responsive.
    I have a iframe code but the result isn' the same.
    Thank you

    You can try this one for specific use :
    http://musewidgets.com/collections/all/products/iframe-pro-pack
    Thanks,
    Sanjit

  • Can anyone tell me how to embed a flash video stream in html5

    Can anyone tell me how to embed a flash video stream in html5. I have a video stream but would love to be bale to get it to run on ipads so would like to know how to embed the flash video stream in html5 http://www.ravedance.net

    Gary, thank you for responding:
    1) I know my "profile" indicates I'm on Mountain Lion.  I have not figured out how to update that.  I am using Yosemite and Keynote Version 6.5.2 on a 15" Macbook-Pro  (tell me how to update my profile, please - nothing I click on opens any kind of "edit" options)
    2) My 20 sec video does play in Quicktime.  I find nothing in the Quicktime Inspector about deselecting "start movie on click."
    3) in my slide presentation I can insert the video on a slide okay and if I click on it can get it to play, But I cannot seem to get it to play after a transition automatically.  Maybe it cannot be done.  Obviously I would like the entire presentation to play automatically without clicking on or between slides.
    Again, thank you for you kind help!

  • HOW TO EMBED YOU TUBE VIDEO IN DREAM WEAVER CS6

    HOW TO EMBED YOU TUBE VIDEO IN DREAM WEAVER CS6

    Either of these codes should work:
    <div>
    <iframe width="560" height="315" src="http://www.youtube.com/embed/mzyBKElnstQ" frameborder="0" allowfullscreen></iframe>
    </div>
    <div>
    <object width="560" height="315" data="http://www.youtube.com/embed/mzyBKElnstQ"></object>
    </div>
    There is also a Video code that can be used:
    <div>
    <video controls="controls" height="315" width="560">
    <source src=" source.mp4" type="video/mp4" />
    </video>
    </div>

  • How to embed multiples HTML5 videos onto simple web page?

    How to insert multiples HTML5 videos onto single web page?

    I recommend Pickle Player -- one player can support playlists of MP4 or M4V video files.
    http://www.pickleplayer.com/
    Nancy O.

  • Blocked Plug In when trying to embed a Youtube video in Muse

    I copied the HTML code of a Youtube video that I'd like to embed in my website, and when I pasted it into my Muse layout, I got a "Blocked Plug In" message. Can anyone tell me how to fix this problem?

    Hi
    Could you please check this thread and see if that helps
    Unable to embed and view YouTube videos in Muse: 'Blocked Plug-in'

  • How do I place a video into Muse?

    I have converted a .mov file to .swf file. When I place it into Muse I get the box with the Flash f in top left coner, but when
    I preview the page there is no video.
    I have a swf file directly from flash that is animated with audio and it shows. What is the diference in the files and how do I get the video to run?

    It's strange it's not working, but it was a long time ago I imported a Flash animation into Muse. However i strongly recommend if it's not too much trouble to try and rework it into Adobe Edge Animate as this creates an .oam version (animated directly into HTML 5 compliant code) and works perfectly across all browsers.
    Failing that try the following link to the W3C schools website as you might be able to link their HTML code to your video.
    (http://www.w3schools.com/tags/ref_av_dom.asp)
    And lastly, if all that fails and it's for example an animation portfolio; upload it to YouTube and copy the HTML embed code and that always works really well.
    Tom

  • 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

  • How to embed youtube/vimeo videos in Flash MX

    Does anyone know how to embed a video in Flash that is from a
    video hosting site (i.e. youtube, vimeo)? I don't have the source
    video file, I was not the one who uploaded it. Thanks,

    See Restrictions...   http://support.apple.com/kb/HT4213
    More info here   iPhone User Guide

  • How to embed Flash .flv video?

    Hello guys,
    I am wondering, is there any way how to embed Flash video onto my web page?
    And regarding QT video template on iWeb's Movie page, can I drag any kind of QT ? Like H.264 QT for example, or is it just for Mpeg2 QT?
    Thank you so much for any advise.

    What is your video codec you are working with? NTSC (and PAL) DV is about 13 gigs/hr uncompressed. When you export your QT movie from your editing application and convert the file to flv you are compressing the video at that time with a determined bit rate and video dimension. quality and file size comes down to math. File size = bit rate x movie length. Quality is bit rate in relation to dimension. Surprisingly enough the recommended video encoder for flv is Flash Video Encoder application that comes with Flash. Sorenson Squeeze is arguably the best flv video encoder. Visual Hub is not recommended if quality and efficiency is desired. Flash Player is a browser plug-in that that allows web visitors to view Flash videos on your website from their web browse. Most already have Flash player installed and you can insert a script that checks to see if the visitor has Flash player installed and if it doesn't a window will appear informing the visitor that they are required to instal the Flash Player in order to view Flash content on your website. A URL is also provided to direct the visitor to the Flash Player download page. Insert this script into the <head></head> of your site:
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
    with(navigator){
    var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){
    var flashVer = -1;
    if (plugins && plugins.length > 0){
    var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
    desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
    if (desc == "") flashVer = -1;
    else{
    var descArr = desc.split(" ");
    var tempArrMajor = descArr[2].split(".");
    var verMajor = tempArrMajor[0];
    var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
    var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
    flashVer = parseFloat(verMajor + "." + verMinor);
    // WebTV has Flash Player 4 or lower -- too low for video
    else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
    var verArr = reqVerStr.split(",");
    var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
    if (flashVer < reqVer){
    if (confirm(msg))
    window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash";
    </script>
    Then replace <body> with this:
    <body onload="MM_CheckFlashVersion('9,0,0,0','Content on this site requires the latest version of Adobe Flash Player. Do you want to download it now?');">
    Beginning with Flash Player 9 h.264 QT movies are now supported for playback. Simply change the file extension from .m4v to .flv to convert the h.264 video to Flash video that can be viewed from Flash Player 9+ on a web browser.
    hope that helps!

  • How to embed a movie file in Muse?

    I have uploaded a movie file to my Muse site with Cyber Dog.
    What is the best embed code to use with Muse?
    I have a .mov file, .m4v, and .mp4 file uploaded. What is the best way?

    On the page you want your video, go to Object > Insert HTML and apply the code in the box.
    This is the code I use for mine.  You can change the values of the width and height as well.  I normally link mine from youtube or facebook, which both have an embed code you can copy and paste at the bottom of the video in the description.
    <object width="767" height="575" ><param name="allowfullscreen" value="true" /><param name="movie" value="YOUR VIDEO URL HERE" /><embed src="YOUR VIDEO URL HERE" type="application/x-shockwave-flash" allowfullscreen="true" width="767" height="575"></embed></object>
    Here's youtube's code:
    <iframe width="767" height="575" src="YOUR VIDEO URL HERE" frameborder="0" allowfullscreen></iframe>

  • How to embed you tube video in flex?

    How can I embed you tube video in flex application?

    I think this is what you are looking for:
    http://cookbooks.adobe.com/post_Quick___Easy_YouTube_Video_In_Flex-12429.html

  • How to embed a YouTube video in keynote on ipad2

    I am new to using keynote on the ipad2 and wanted to know the steps, if there are any, to embed a YouTube video into keynote.  Any suggestions?

    Yes, and if that presents any problems, you do have the You Tube application already installed on iPad.  It is a native application and you can watch any You Tube video through this app. 
    Safari is a great webrowser.  But if you want to wach any videos on iPad, find the App in the App store and you won't have any issues.  For example, you could be on CNN.com through Safari and if you try to click on a video, you likely won't be able to watch it.  But, if you download the CNN app from teh App Store, you'll be able to watch all CNN videos through the App.  It is a really logical and safe way to see what you want to see. 

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

Maybe you are looking for

  • Officejet Pro 8600 Plus paper tray will not go all the way in so cannot print

    Have loved this printer for almost two years but suddenly the drawer which holds the paper will not go all the way in so cannot print.  Took it to a so-called tech at Office Depot who said that because you cannot open/remove the tray, there is no way

  • Recommended Apple Displays for vintage 7350, G3/33 and Q650 Macintosh's?

    I am looking for an Apple compatible display solution for a Quadra 650, a Workgroup Server 7350 and a G3/300. At this time I have the following displays at disposal: a vintage 12-inch RGB display which is connected to my vintage Mac LC, a 15-inch IBM

  • Created Outside-In webservice and Java Proxy

    Hi, I had created Outside-In webservice using XI 7.1 and implemented java bean with MDM API. I had retreived the image from MDM and converted to binary and stored in local. Now i wanted to attached the image in the response structure. How to acheive

  • Job Pricing - Match SAP fields to survey data

    I am in the process if importing my survey data and matching the fields and pay categories.  Are we able to use a SAP field name more than once for the columns within the survey data?  Example I have three sections listing the number of incumbents co

  • Need advice for a SIMPLE how to in PE 10

    I know Premiere Elements is a powerful program, but sometimes they get too cute and make it difficult to figure out how to do the most basic of tasks.  I have PE 10 and here's what I'm trying to do: split a 60 minute AVI file into 10 six minute segme