How to embed youtube using responsive iframe

Anyone was able to ebmed someting with responsive iframe ?
Ive found some solution here
http://toddmotto.com/fluid-and-responsive-youtube-and-vimeo-videos-with-fluidvids-js/
but have no idea how to add this to muse...

Thank you for posting.
You can embed videos with responsive iframe, however, you can't do it directly in Muse. You can add the video iframe in muse, but to make it responsive, you need to add the Javascript as mentioned in the link you provided. You need to add this script to page after you have published/hosted your site on a hosting server. Or, you can create a .js file, upload it to your hosting server and reference it in your page. Again, you can do so once you have uploaded your site.
Hope this helps.
Regards,
Aishvarya Raj Rastogi

Similar Messages

  • How to embed youtube movie in flash website using xml pages?

    hi to every one
    I m quite new to flash website designing. so I've downloaded a free flash website template, that is using xml pages in it. & I m using adobe flash cs4. now I wants to embed youtube movie in one of its .xml page & I wants that it shows that movie when i open that xml page in adobe flash cs4. even I've pasted youtube embeded code in one of that xml page but it does not works. so please please please resole my problem as soon as possible.
    thousands of thanks to all of those who helped me....
    Regards
    Faiz Fareed.

    Maybe you can try You Tube Api for flash
    http://code.google.com/apis/youtube/flash_api_reference.html

  • 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 YouTube in Ibook/Location of File, Open in Dashboard Widget Code?

    Hi,
    I am new to the whole Mac experience and loving it after 25 years locked into the MSGATES paradigm. I have been playing around with Ibook and have made a book. I would like to embed a You Tube file and it seems it is not as simple as slecting an HTML widget and then dropping in the Youtube embed code. Or is it?
    Instructions are to create a widget and then drag the widget code into the HTML widget in iBooks. I was able to make it as far as to learn I can make my YouTube video a custom dashboard widget using the "File," "Open in Dashboard" method in Safari.
    Once I did this I was able to select the portion of the YouTUBE page and click to make the YouTube widget. Presto, easy as pie. But where is the .wdgt file (and/or other related files to this custom dashboard widget) stored? I was able to find the widget directory in my root but only the preinstalled widgets were there--not the the widget I was able to make with the "File," "Open in Dashboard" method.
    Is this the most straightforward way to embed a You Tube file, or is there another way?
    It seems this should/can be as easy as just dropping the embed code into the HTML widget in iBooks. perhaps a consideration for the next version of iBooks...
    Lov'in the Apple experience

    We use a container thats ratio matches the video and insert following format into the folio overlay controls for Web Content: https://www.youtube.com/embed/ jyOFS5lAG68    *PLEASE NOTE: there is a space between the embed/ the video ID.  Remove it to see how the video looks when you paste the link.
    We found this works on both iOS and Android.
    -Ry-

  • How To Embed YouTube Videos in InDesign

    First time poster, be gentle!
    Anyways, I'm designing an internal newsletter for my company, and one of the feature stores includes talks about one of our clients' videos on YouTube, and I would like to embed that video into my InDesign file.
    I followed the instructions at http://help.adobe.com/en_US/InDesign/6.0/WSC117AD88-69F6-4658-A1F1-12012B15B9D7.htm, and everything seems to be OK until I click the "Verify URL and Movie Size" button. It gives me the error "URL does not refernce a movie type." I am assuming this is because it's a YouTube video and there are problems reading it, but is there any way around this?
    Thanks for your help!

    Just wondering if anyone has found a way to embed streaming media content such as youtube, vimeo, or other video provider movies into Indesign? I also need to be able to place streaming audio from an http source.
    I want to export my indesign files to flash to create interactivity but really have no idea how to use Flash.
    I am not even sure Flash can embed streaming media content from you Youtube or streaming audio content.
    I looked into using PDF (via the Youtubewidget and it works great) but the issue I have there is that it's page transitions are very weak visually compared to that of Flash's page turn effect. I found a source for some code which looks Ok but does not compare to Flash. Here is the site link. http://www.coastworx.com/bookflip.php
    Is there a way to export from a PDF to Flash and have all the media & links stay intact?
    On another note, I did some testing in Indesign CS5. If you try and place a video from a URL it will require that the video start with HTTP or RTMP (for flash media server). I tried using the standard object embed codes from Youtube but it informs you that it is not properly formatted. I even tried to truncate it to start with the HTTP section of the code but it provided me with an error, stating it must start with HTTP or RTMP.
    Does anyone know how to accomplish what I am looking to do?
    Thanks in advance...
    Robert
    Message was edited by: mycreativemind

  • How to EMBED Youtube/Google Video into Pages

    Not import or copy, but EMBED. For instance, you can embed the following into a webpage:
    <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/nqM4tKPDlR8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/nqM4tKPDlR8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
    Anybody want to chime in?

    Pages is not a web browser, and can't pull information from the web. There is no way to do what you want, as far as I know.

  • How to implement YouTube video iframe...

    Hello there,
    Maybe this topic is like others in this forum, but... i will give you my point, answer and question...
    Well... example:
    1. In our empty application project lets put in default.html:
    <iframe width="500" height="412" src="https://www.youtube.com/embed/tDBSa5TMX2Y?html5=1" frameborder="0" allowfullscreen></iframe>
    2. In package.appmanifest lets add in Content URIs this lines:
    https://*.youtube.com
    (https://*.soundcloud.com  - if you use soundcloud iframe)
    welll. If you make this- try- you will find that youtube video was loaded in html5 (or soundcloud).
    The problem is only in youtube video- when i click play- nothings happened. Is there something else? Why cant play Youtube video? If i try with soundcloud- everything is ok and works perfect.
    Can you give me some ideas how to youtube play?
    (sorry for my english)

    Lets give a summary - what you will do to put youtube clip in your app (windows 8.1):
    First way is with webview controller- just put in code:
    <x-ms-webview src="https://www.youtube.com/embed/tDBSa5TMX2Y?html5=1"></x-ms-webview>
    Second way is with iframe... when content come from ajax or some api. To do this, your youtube embed code must contain param html5=1. Steps are:
    1. In package app manifest (package.appxmanifest) you must add Content URIs like :
    https://*.youtube.com and include it. If you use SoundCloud iframe- add another line with
    https://*.soundcloud.com
    2. Just add line with iframe :
    <iframe width="500" height="412" src="https://www.youtube.com/embed/tDBSa5TMX2Y?html5=1" frameborder="0" allowfullscreen></iframe>
    And thats it. If content comes from ajax (API)- you must "escape" it ... something like this:
    MSApp.execUnsafeLocalFunction(function () {
    element.html('<iframe src="youtube"... etc');
    That it is.
    I have some issue with my old apps - youtube iframe and elements comes but after click play - nothings happened. In this case- just create new blank app and try it. Video will play :)
    Sorry for my english and good luck!

  • How to use an IFrame with my servlet?

    Hello, my question is this (basically, I'm building a "social" application for one of the social networks out there,
    but I'm using a java servlet as my back-end server, though I don't know if it matters to my question) -
    I want to insert an iframe to my application, but I didn't find good material on how to use this, and what to add to my servlet
    for completing the communication with the iframe - can anyone give an example maybe, or a link to a good piece of code.
    Basically, what I want for my application is to simply allow a user to record a voice message, and save it somewhere,
    and for that I need to use a java library, and this is why I thought building it with an iframe that will directly communicate with my java servlet. - IS THIS A GOOD IDEA?
    thanks :)
    Kogan.

    IFrame is just a HTML element. You normally embed HTML elements in a JSP file. How to use an IFrame is covered by every average HTML tutorial.
    What's your actual problem?

  • How to embed a Youtube video into a Flex application

    Youtube provides an url and a section of html div code for embedded in html. But they do not work within Flex.
    I may be able to use ExternalInterface to call a HTML iFrame that embed the URL. But any better ways?
    Youtube uses Flash Player. Can we access the FLV file directly? Any suggestions?

    hi,
    create loader(s) or use SWFLoader and use runtime loading to load different YouTube players into your Flash (flex based) movie:
    http://code.google.com/apis/youtube/flash_api_reference.html
    There are samples in TourDeFlex - but they are currently all but broken 404 (including standalone air applicaton version):
    http://www.adobe.com/devnet/flex/tourdeflex.html
    (see section "Could Api > YouTube" - maybe it will work soon),
    regards,
    Peter

  • How to embed a Youtube channel onto a page or a player

    Hi,
    Is there a way to embed a Youtube channel onto SP page/ player? Or something that user can click through and the video will display accordingly? 
    Please advice and thanks in advance.

    Hi,
    Did you want to display all the videos inside a Youtube Channel and videos can be played in SharePoint page?
    If yes, I recommend to create a custom web part which will get and display the videos from Youtube in SharePoint page and then play the video after clicking it.
    For getting data from Youtube, you need to get the APIs which can be used to get resources in Youtube from Youtube side.
    For playing the videos in SharePoint page, you can refer to the links below:
    http://www.asp.net/web-pages/overview/ui,-layouts,-and-themes/10-working-with-video
    http://www.aspsnippets.com/Articles/How-to-play-YouTube-video-in-ASPNet-Application.aspx
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Embed BI website into a web page using an IFRAME tag in HTML

    Hi
    I have got a requirement below.
    # Embed BI website into a web page using an IFRAME tag in HTML
    (Build a webpage and provide the links to BI Dash Board (10 reports))
    How to start and where to add the code and Is there any code available?
    Please help me out.

    Thank You for reply.
    I have created a website with dashboard links by using IFRAME tag .As of now there is no security restriction since it was POC for two reports.
    My question here how to Provide a link directly to BI public website from a web page on client site(Assume in gmail for example)

  • How to embed audio to my website using quicktime when I get "file not found

    hi,
    i've been trying to embed audio into my website all night and I get a file not found message even though I;ve checked 100 times and all files are where links say they should be..
    but even just linking to audio (mp4) files won't work...
    everything is o.k. with non-audio links on my website - only the mp4 audio can't be found.
    can anyone help me? or post the correct code?
    I've tried using these formats..
    <EMBED SRC="anymovie.mov" HEIGHT=176 WIDTH=136>
    <embed
    src="http://www.crossandthrone.com/.samples/qt/sample-reference2.mov"
    width="242" height="199" autoplay="false" loop="false"
    controller="true" bgcolor="#666666"
    pluginspage="http://www.apple.com/quicktime/"></embed>
    the pages that should play audio just have a quicktime file with a question mark on them
    help would be much appreciated!

    Start here:
    http://www.mediacollege.com/video/streaming/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "subdued2u" <[email protected]> wrote in
    message
    news:gbg2th$r13$[email protected]..
    > Hello ,guys, i have a website,, and i would like to add
    upload vidoes on
    my
    > website i have tried but did not work can anyone please
    tell me how to
    embed my
    > videos in my website using dreamwever ?
    > thank so much
    >

  • How to download youtube videos to ipad without using a computer.

    How to download youtube videos to ipad without using a computer???  Looking to download some videos people created using Dr. Jean music.  My kid used Dr. Jean in preschool and wanted to keep singing them at home.
    Looking for a friend that doesn't use a computer.  I myself have downloaded some kids educational stuff and added to itunes and then put on ipod/ipad using firefox. 
    Is there an easy way, so they don't go to the photo roll??
    thanks in advance.

    There are some Apps you can use, but be careful they will only download these videos inside the App, so you won't ba able to play them in your video app or share them.
    Most popular is the app called "Video Download" but there are a lot of alternatives for free and even with more quality which you can pay for.

  • How to embed and launch ipa file from another ipa package created using Air for iOS

    Hi Guys,
    Anybody out there knowing how to embed and launch ipa file from another ipa package created using Air for iOS ?
    I am having 1 ipa file created using Xcode, Now i need to include that file in my ipa Package which is created using Flash CS 5.5 and Air for iOS. Also i need to know how to open my 1st ipa file from AS3 ?
    Thanks,

    Hi Sir,
    Thanks for your reply.
    But in that case user need to download 2 applications right. I need user to download my parent application created using Flash and that package contain one more ipa created using Xcode, so from my parent app only user should able to open my 2nd app. Is there any way to do that?
    Ps:  I am not talking about in-app but 2 individual apps inside one package.

  • How do I embed YouTube or Vimeo video in an apple mail message

    Is there an easy  way to embed YouTube or Vimeo video in an apple mail message?
    I've tried using command+i (same with share feature) on a YouTube page ... looks great except I get missing plugin error on video.
    I'm up to date on Flash plugin, running Safari 6, OS X 10.8. No old Flash files in the internet library.
    Any help is appreciated!

    There's an HTML validator built in to the editor and it will, by default, throw out all but the simplest HTML tags.
    The Apple document, Mac OS  X Server, Wiki Server Administration V 10.6 explains all the gruesome details. But here's the solution that I use:
    Change to the Wiki Server's directory by using
    cd /Library/Application\ Support/Apple/WikiServer
    If it doesn't exist, create a file called whitelist.plist:
    sudo touch whitelist.plist
    The file will be owned by root and all members of the _teamserver group. The latter is required for the Wiki service to have access.
    Then edit the file with any appropriate editor -- I like vi:
    sudo vi whitelist.plist
    The file needs to have very specific formatting. This one should get your YouTube embedded HTML working:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>protocols</key>
    <array>
    <string>scp</string>
    </array>
    <key>styles</key>
    <array>
    <string>font-size</string>
    </array>
    <key>tags</key>
    <dict>
    <key>object</key>
    <array>
    <string>width</string>
    <string>height</string>
    </array>
    <key>param</key>
    <array>
    <string>name</string>
    <string>value</string>
    </array>
    <key>embed</key>
    <array>
    <string>src</string>
    <string>type</string>
    <string>width</string>
    <string>height</string>
    </array>
    <key>script</key>
    <array>
    <string></string>
    </array>
    <key>hr</key>
    <array>
    <string></string>
    </array>
    </dict>
    </dict>
    </plist>
    After making changes or additions, save and close the whitelist.plist file then restart the Web service using the Server Admin application.
    If you aren't at all familiar with vi, then you may want to instead create a text file on your desktop, put the content into it, then move it to the right location and change its ownership and permissions.
    Hope this helps.

Maybe you are looking for

  • AUC settlement process

    Dear All, Please let me know how to settle values from a GL to asset with AUC settlement process with out using Internal order. Thanks, Srini.

  • IBooks Author - 'Your book couldn't be exported.'

    After working on a project on iBooks Author for my medical school I finally try and export it to an iBooks file and I get the warning message: 'Your book couldn't be exported. Verify that your destination disk isn't full and that you have permission

  • PHOTO PRINTING WITH C5280

    I know this is a really stupid,stupid question but I have never used the Vivera photo ink with my printer. I want to print some pictures of my grandchildren and do not want them to fade. However I do not know which cartridges to use. Do I use HP 99 P

  • Segment Builder in PC-UI

    Hi, We are going to use CRM Marketing and teh segment builder capabilities in CRM 5.0. We are using PC-UI (EP 7.0). Is it possible to have the same modelling functionality when creating profiles like in the SAP GUI? Ie drag and drop functionality, pi

  • Is SECURE BACKUP a good alternative to Veritas Netbackup ?

    Folks, With Oracle becoming more and more "one place - get all" company, i guess for support perspective, it will good to use or atleast start evaluating different Oracle products that are used with RDBMS Got a question, Is Secure Backup product havi