Embeded Youtube video not displaying when scaled

I'm embeding a youtube video using this method:
var youtubevid = $("<iframe/>");
sym.$("vcontainer").append(youtubevid);
youtubevid.attr('type','text/html');
youtubevid.attr('width','540');
youtubevid.attr('height','380');
youtubevid.attr('src','http://www.youtube.com/embed/YNuG2ZhVrDI?rel=0&autoplay=1'); 
youtubevid.attr('frameborder','0');
youtubevid.attr('allowfullscreen','0');
This works fine.  But, as soon as I add the below code to scale the stage the video is just black(no controls either) but the audio plays.  Any idea why this would be happening?
var stageHeight = sym.$('Stage').height(); // Set a variable for the height of the stage
sym.$("#Stage").css({ // Set the transform origin so we always scale to the top left corner of the stage
"transform-origin":"0 0",
"-ms-transform-origin":"0 0",
"-webkit-transform-origin":"0 0",
"-moz-transform-origin":"0 0",
"-o-transform-origin":"0 0"
function scaleStage() {
    var stage = sym.$('Stage'); // Set a reusable variable to reference the stage
    var parent = sym.$('Stage').parent(); // Set a reusable variable to reference the parent container of the stage
    var parentWidth = stage.parent().width(); // Get the parent of the stage width
    var stageWidth = stage.width(); // Get the stage width
    var desiredWidth = Math.round(parentWidth * 1); // Set the new width of the stage as it scales
    var rescale = (desiredWidth / stageWidth); // Set a variable to calculate the new width of the stage as it scales
// Rescale the stage!
     stage.css('transform', 'scale(' + rescale + ')');
    stage.css(  '-o-transform', 'scale(' + rescale + ')');
     stage.css('-ms-transform', 'scale(' + rescale + ')');
    stage.css('-webkit-transform', 'scale(' + rescale + ')');
     stage.css('-moz-transform', 'scale(' + rescale + ')');
    stage.css('-o-transform', 'scale(' + rescale + ')');
    parent.height(stageHeight * rescale); // Reset the height of the parent container so the objects below it will reflow as the height adjusts
// Make it happen when the browser resizes
$(window).on('resize', function(){
     scaleStage();
// Make it happen when the page first loads
$(document).ready(function(){
    scaleStage();

Just curious why are manually scaling the stage when responsive scaling in available in Animate CC 3.0 itself?

Similar Messages

  • Embedded Youtube videos not working on Chrome 23 / Flash player 11.5.31.2

    For the past couple of weeks, I've not been able to play any Youtube videos that appear as embedded videos on other websites.  The small player appears with the still frame from the video and all the controls, but on pressing play, the video goes blank and won't play (the slider stays stuck at 0:00).  Nor does the full screen button work - the player just stays where it is within the third party website.  This problem has occurred across more than one website, but all sites still work in Internet Explorer.
    The main Youtube site is still working.
    I have tried all relevant steps here, to no avail (except increasing memory for a particular website, since not just one website is affected):
    http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html
    Details:
    Windows 7 Home Premium 32-bit
    Google Chrome 23.0.1271.64 m
    Flash Player 11,5,31,2
    Any suggestions please?
    John

    Thank your for your reply, Chris.
    I installed the newest version of Chrome, and the videos I have
    embedded on my blog are now working.
    Regards,
    Frank
    2012/11/30, Chris Campbell <[email protected]>:
    Chris Campbell http://forums.adobe.com/people/chris.campbell created the
    discussion
    "Re: Embedded Youtube videos not working on Chrome 23 / Flash player
    11.5.31.2"
    To view the discussion, visit:
    http://forums.adobe.com/message/4885375#4885375

  • Embedded YouTube videos not working

    Hello,
    Embedded YouTube videos used to work fine up until a few days ago but they have stopped working in all browsers. I use Safari, Firefox and Netscape Navigator.
    I am using Mac OS X (10.6.3) and have just conducted a software update and installed a fresh version of flash. This can't be a browser problem because it is not working on any of the browsers. I am having problems viewing embedded YouTube videos on such sights as Blip.fm, Facebook, etc but they used to work fine a couple of weeks ago.
    Is this a problem with flash? or Mac OS X?

    Another me too. In particular the symptoms are this:
    + any YouTube video embedded within a webpage loads the poster frame and the controls, but after clicking the play button only shows the progress indicator briefly before showing "An error occurred, please try again later." within the video frame.
    + the same YouTube videos play fine on the YouTube site.
    + other Internet video plays fine, embedded or not.
    + when the error occurs Safari reports "One error in opening the page. For more information, choose Window > Activity".
    + the Activity window shows "forbidden" for http://v13.lscache4.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2 Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWSVhMVV9FSkNNNl9QRllH &fexp=900028&algorithm=throttle-factor&itag=34&ipbits=0&burst=40&sver=3&expire=1 274817600&key=yt1&signature=C15947474FA80C9A1B9DA597103C5FF7D621A478.0C1490DE456 5D519F602B0043A4E1F9D800417A0&factor=1.25&id=c3e8886e8b459334
    + the same URL downloads fine when visiting YouTube directly, except the signature value is different.
    I have tested the following:
    + the same computer worked fine a week or so ago
    + other computers on the same shared ADSL connection work fine
    + Firefox works fine (contrary to other's experiences)
    + deleting com.apple.Safari.plist doesn't help
    + disabling/enabling the "Enable Plug-ins" preference doesn't help
    + deleting Preferences/Macromedia folder doesn't help
    + reinstalling Flash doesn't help
    + empty cache doesn't help
    Tis quite perplexing.

  • Embedded youtube video not showing up in IE

    Ok, I dont know whats wrong here. Im redesigning a site and Im trying to embed a youtube video. It works fine in ff and in chrome but nothing appears on my page at all in IE. Ive looked on every forum i could for the answer but no one seems to really have one that I already havent done. Ive checked everything i need to in tools/internet options, as well as in control panel. I tried uploading another video and i get the same problem. ALSO, I tried making the video real big on my page just for kicks...in ff, it showed up and my whole page was out of whack. I checked in IE and everything was how it should be but without the video. So apparently IE isnt picking it up at all. Code is below and video is in RED. Forgive the amount of text. I never seem to paste enough of it in. Please take a look.
    Note: using asp for this site so thatswhy you wont find <html> or <body> tags. Code is also a little messy but my job is to just re-design whats already there.
    Thanks for your potential help...
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style1 {
        color: #333333;
        font-weight: bold;
    -->
    </style>
    <table cellpadding="10" cellspacing="0" border="0" width="100%" class="bodytext">
        <tr>
            <td colspan="2"><img src="Images/ah_dz/self_publishing.jpg" border="0"></td>
        </tr>
        <tr valign="top">
            <td colspan="2"><!--<span class="ProductHeadings2"> Self Publishing</span><br />-->
             <span class="LandingPageDetails"><a href="default.aspx?Display=Launch">Launch Package</a> | <span class="LandingPageDetails"><a href="default.aspx?Display=Folio">Folio Package</a></span></span>      </td>
        </tr>
        <tr>
          <td colspan="2">Print On Demand has made it possible for authors to get their work into the marketplace without having to deal with the bigger publishing houses or the costs                 associated with them. The idea of selling the book first and then printing it does away with excess stock and obsolescence. Read about the services we offer below and decide between our <a href="default.aspx?Display=Launch">Launch</a> or <a href="default.aspx?Display=Folio">Folio</a> packages to determine which would best suit <i>your</i> vision. </td>
      </tr>
        <tr>
          <td width="55%"><br />
    What we will provide for you:
      <ol>
        <li>Consultation on the choices available to you</li>
        <li>Book archival, production and distribution on demand </li>
        <li>Legal and administration fulfillment</li>
        <li>Partnership with design and layout</li>
        <li>E-commerce, distribution, tracking and payment of royalties</li>
        <li>Complete in-house printing and bindery facilities</li>
        <li>14 Docutech printing systems</li>
        <li>IGen3 Advanced colour printing system</li>
        <li>4 DocuColor 2045 colour printing systems</li>
        <li>8 Docu-12 printing systems</li>
        <li>21 offset presses</li>
        <li>Direct Imaging Press (full colour)</li>
        <li>Complete in-house coating and laminating systems</li>
        <li>Complete Soft and Hard Cover solutions</li>
      </ol>
      Why Volumes?
      <ol>
        <li>You maintain total ownership and control of book rights</li>
        <li>You choose between two robust publishing packages</li>
        <li>We post press releases to thousands of potential buyers</li>
      </ol></td>
          <td width="45%" align="left"><object width="305" height="214"><param name="movie" value="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="305" height="214"></embed></object></td>
      </tr>
        <tr>
            <td colspan="2">
            <table align="center" class="style1" rules="all" frame="box" width="700" border="1" bordercolor="#CCCCCC" cellpadding="4" cellspacing="1">
            <tr>
              <td width="46%" bgcolor="#E3E4FA"> </td>
              <td class="SPLinks" width="27%" align="center" bgcolor="#E3E4FA" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:16px"><a href="default.aspx?Display=Launch" style="text-decoration:none"><b>Launch Package</b></a><br /><span class="price" style="font-size:14px"><b><i>$799.00</i></b></span></td>
              <td width="27%" align="center" bgcolor="#E3E4FA" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:16px"><a href="default.aspx?Display=Folio" style="text-decoration:none"><b>Folio Package</b></a><br /><span class="price" style="font-size:14px"><b><i>$1699.00</i></b></span></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">ISBN Assignment</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">CIP Arrangement</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Design an EAN Barcode</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Copyrighted Webpage Layout</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Include a Copyright Notice</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">2 Copies Sent to National Library</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Monthly Financial Report on Sales and Royalties</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Electronic Master of the Book</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Front and Back Cover Design</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Proof for Review by Author</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Archive the Book for Future Ordering</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Sell Through Other On-line Bookstores</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Discounted Rate for Channels Mutually Agreed Upon</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">500 Full Colour Business Cards</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">500 Full Colour Bookmarks</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">20 Finished Copies to the Author</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Listing in the Canadian Booksellers Association Magazine</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Press Release of the Author’s Book Title</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Electronic Press Release</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">E-Commerce Ordering Covered by Volumes</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
            <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Volumes Will Also Make Your Book Available On-line</td>
            <td align="center" bgcolor="#f0f2f6">-</td>
            <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
          </table>
            <br>
              <p>Volumes can make your book available all over the world to major booksellers&rsquo; websites. We also provide our own on-line bookstore to handle e-commerce distribution if this is the route that you choose to take. <br>
              </p>
              By working with Volumes to self-publish you will:
                      <ol>
                          <li>Keep total control of your book. Ownership of the content and design is all yours &ndash; You keep the rights. Whether you sell the content to other publishing houses, foreign rights, television or promotion rights &ndash; You will own them all.</li>
                          <li>Cover layout and design at no extra cost. We understand the concept of the cover sells and will work with the cover layout until you are 100% satisfied.</li>
                          <li>We take the headaches out of producing the EAN bar code, ISBN number, Library of congress number, Copyright page and Cataloging in Publication data.</li>
                          <li>With our state-of-the-art electronic archival system you can print the quantity you want when you want it. This new process lowers the risk that you would undertake using any other publishing process. No more administration cost for warehousing, obsolescence and interest expense. You have no extra cost for ordering on demand. You also have the ability to make revisions and updates at a later date with no additional cost.</li>
                          <li>We manage the royalties and pay you on a bi-monthly schedule plan. By partnering with Volumes you will reap the well-deserved rewards. When signing up with most publishing firms you will not only lose total control but you will receive a royalty payment between 6% &ndash; 8% per book. By self-publishing you will increase this royalty to over 60% of the retail price.</li>
                          <li>Volumes' consulting team will also sell the books to you at our print cost. When you need to sell your book in seminars, book affairs and other related shows we will not offer a discount but sell you the books at cost. We encourage this as you take the extra time and effort in selling your book. We want you to be well-rewarded.</li>
                          <li>We work with the National Library to register your book. We ship 2 copies for their records and charge no extra shipping or handling fee.</li>
              </ol>
                      <p>Writing and producing a book takes a lot of hard work. Let your hard work speak Volumes. Choose one of our two publishing packages that best suits <i>your</i> needs.                </p>
                        <p>If you have written a book, <a href="mailto:[email protected]">tell us about it</a>!<br>
                        or give us a call toll free:  (888) 571-2665, (519) 571-2665</p>
                        <p>Click here for information about: <br>
            <span class="LandingPageHeadings"><a href="default.aspx?Display=Launch">Volumes Launch Package</a></span> <br>
                <span class="LandingPageHeadings"><a href="default.aspx?Display=Folio">Volumes Folio Package</a></span>
                <br></p>
                      <hr noshade="noshade" align="left" color="#94AEFF" width="100%" size="1" />
      <br>
    <div align="left"><a href="ftp://ftp.mtprint.com/" onClick="MM_popupMsg('Welcome to Volume\'s anonymous FTP server. Please note that you may only deposit files here.     You may not read, delete, or overwrite files that already exist. Also, please note that you may not create folders in this directory either.\r\rOn a Windows-based PC, simply drag and drop your file(s) or file folder onto the ftp window that will appear once you click ok below.\r\rOn a Macintosh-based machine, please use Fetch to anonymously submit your files.\r\rOnce your files are delivered here, please send an email to your Volumes consultant.\r\rThank you for choosing Volumes! ')" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('FTP','','Images/StationeryLanding/FTP2.png',1)"><img src="images/StationeryLanding/FTP.png" name="FTP" border="0" id="ftpbutton"></a><br>
    </div>
    <div class="instructions"><br>
      If you have met or talked with one of our representatives and need to submit a file, please click the FTP button above.</div>        </td>
        </tr>
    </table>

    You added a couple of spaces to the Youtube code.
    Change:
    & border=1
    to:
    &border=1
    in two places so that it matches the code from the Youtube embed code. Or copy the code from Youtube again. The result:
    <td width="45%" align="left"><object width="305" height="214"><param name="movie" value="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="305" height="214"></embed></object></td>
    It works in my test.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    If you are reading this via email, be aware that it may not be an accurate representation of my message. Login to read the actual message and/or to reply.

  • Embedded Youtube videos not working in Chrome or Firefox?

    I have embedded some YouTube videos into Lightbox widgets and they play fine on IE and Safari but not on Chrome or Firefox. The poster of video shows but you can't click on it. Didn't know if Java Script was required but have it enabled on all Browsers.

    Hello,
    Could you please provide us a link where we can check the issue.
    You can also try Right clicking on the added HTML code>Arrange>Bring to Front and see if it resolves your issue.
    Regards,
    Sachin

  • Embedded Vimeo video not displaying in Safari 5

    I recently embedded a vimeo video into the home page of my iweb website. It displays on most browsers and earlier versions of Safari, but not with Safari 5. Are others running into this problem? Do you have any suggestions?
    My website is www.tmsnewengland.com

    It works for me with Safari 5. Do you have ClicktoFlash installed for Safari? Does this Vimeo embedded video load for you: Embedded Vimeo Video
    OT

  • Embedded YouTube videos not playing in Safari OS X

    Hello
    Recently, I've had trouble playing embedded videos (for example on tumblr or on Laughing Squid).  I can see the space the YouTube box is meant to be in, but it's blank.  I can play them on YouTube though.  This started before the Yosemite update.
    I use AdBlock but it happens whether it's on or off.  I've updated my Flash, cleared my Flash and Safari cache but to no avail.
    This happens both on my MacBook Air and on my desktop, both running Yosemite and fully updated Flash etc.
    Does anyone know if this is a widespread bug or if I can fix it easily?
    Thank you!

    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.

  • Embedded youtube videos not playing

    Running Windows 64bit with Internet Explorer 10 and Flash version 11.6.602.171
    Youtube, Facebook no problems.
    I think the videos are embedded with the new iframe only and do not play.
    Can anyone shed some light on this?

    For the life of me, I cannot find the settings on this version of Flash.
    I have the Flash Player Settings Manager, but no Global Storage Manager.
    As for the sites
    Direct links:
    http://www.youtube.com/embed/5UgBCU5XUbI?rel=0
    http://www.youtube.com/embed/maZedqk6ttY?rel=0&wmode=transparent
    Or from the sources:
    http://www.lyaintro.com/index_2.html
    http://networkmarketingpro.com/
    As for Amazon videos, I have found that if I clear my cookies and run the video on a product intro like say a metal detector. I can watch it once, but if I go to another product and try to watch it's video, I get nothing but a loading bar, then go back to the first video and again, nothing but a loading bar until I clear the cookies.

  • Embedded Youtube video is not playing in PDF while it is playing in Adobe Content Viewer - Indesign CC

    Hi,
    as a newby to DPS with Indesign CC, I'm currently working on a catalog that contains internal jumlinks and embedded youtube video's.
    All works fine in preview (Folio Overlay > Preview on desktop).
    Then I export to Adobe PDF (Interactive).
    When I open the PDF the internal links work just fint.
    But the Youtube video is not popping up.
    To embed the video I've inserted this code: <iframe width="640" height="360" src="https://www.youtube.com/embed/6EXxtnTOnqA?feature=player_detailpage" frameborder="0" ></iframe>
    And I've selected 'autoplay' in the Folio Overlays
    So what am I missing here?
    Thanks for you help,
    Dimitri

    Hi Bob,
    Like I said I'm a Newby, I even don't really understand what you mean with this.
    I'm working in de Digital Publishing toolset (I thought that was DPS).
    I use Folio Overlays over the embedded youtube code, with autoplay on.
    Than I export to PDF interactive, but neither Adobe reader, nor Preview is showing the vid.

  • Embedded Youtube Video's not Playing in Web Viewer

    I have several YouTube videos embedded in my folios. They all play fine when being viewed in the app, but if the folio is shared (by any channel) and viewed in the web viewer these videos won't play. Instead the user is greeted by this error:
    Not found
    Invalid character in path
    I know that other apps using embedded youtube videos are playing just fine in the web viewer (I check out Wired) so I'm curious why mine are broken.
    Any thoughts?

    This streaming YouTube example works fine in DPS Tips web viewer:
    http://contentviewer.adobe.com/s/DPS%20Tips/7f80a0ffed3a4ff08734bc905aac4a29/Advanced_Over lays/29_Video_Stream.html
    Here's the embed code I used:
    <iframe width="640" height="360" src="http://www.youtube.com/embed/QV1UZ-88HeE?rel=0" frameborder="0" ></iframe>
    Are you using the same embed code format for your overlay?

  • Powerpoint 2013 causes IExplore to crash when previewing an embedded youtube video

    Powerpoint 2013 causes IExplore to crash when previewing an embedded youtube video
    As a user with "local administrator" or "Power User"privileges the video previews the video plays, but as a normal user the following error occurs.
    Internet Explorer has stopped working
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Debug or Close Program
    Event Viewer details are as follows:
    Log Name:      Application
    Source:        Application Error
    Date:          28/01/2015 11:22:32
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:     
    Description:
    Faulting application name: IEXPLORE.EXE, version: 11.0.9600.17496, time stamp: 0x546fddcc
    Faulting module name: iertutil.dll, version: 11.0.9600.17496, time stamp: 0x546fee66
    Exception code: 0xc0000005
    Fault offset: 0x000e53a8
    Faulting process id: 0x15ec
    Faulting application start time: 0x01d03aecb5356af2
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\syswow64\iertutil.dll
    Report Id: f311913d-a6df-11e4-bf49-8019346e8858
    Event Xml:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-28T11:22:32.000000000Z" />
        <EventRecordID>30194</EventRecordID>
        <Channel>Application</Channel>
        <Computer>ALMETMP566-W7.midkent.ac.uk</Computer>
        <Security />
      </System>
      <EventData>
        <Data>IEXPLORE.EXE</Data>
        <Data>11.0.9600.17496</Data>
        <Data>546fddcc</Data>
        <Data>iertutil.dll</Data>
        <Data>11.0.9600.17496</Data>
        <Data>546fee66</Data>
        <Data>c0000005</Data>
        <Data>000e53a8</Data>
        <Data>15ec</Data>
        <Data>01d03aecb5356af2</Data>
        <Data>C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE</Data>
        <Data>C:\Windows\syswow64\iertutil.dll</Data>
        <Data>f311913d-a6df-11e4-bf49-8019346e8858</Data>
      </EventData>
    < /Event>
    Process for creating a test file is as follows
    Via youtube and your preferred browser, search for any video file (eg rubik's cube), select a video and start to watch it.  Choose Share, Embed and copy the link information (eg <iframe width="560" height="315" src="//www.youtube.com/embed/MaltgJGz-dU"
    frameborder="0" allowfullscreen></iframe>)
    Close browser and create a new powerpoint 2013 presentation.
    Insert, Video, Online Video
    In the "From a Video Embed Code" box, paste the link information then click the arrow to apply
    Save the file and then Right Click on the file and Preview.
    In advance of the creation/running, I've applied the following KBs to the machine(s)
    kb2817636 & kb2837627
    As i said at the start, members of the Power Uses or Administrators group don't have this issue - but as 99% of our users are "users" and not really an option to make them all members of PU group.
    Same also happens if the computer is removed from the domain.  Admin & power users work, standard users crash IE.
    Uninstall and reinstall of Office 2013 and IE11 has no apparent difference.
    Assistance in this is appreciated.
    Thanks
    Jon

    hi Jon, do you have all available updates installed for your PowerPoint? Install the two KB in the links below, then test again:
    http://blogs.technet.com/b/bgp/archive/2014/04/09/support-for-youtube-videos-in-powerpoint-returns.aspx
    Flynn

  • FireFox no longer displays embedded Youtube videos in WordPress blogs - Even the Youtube videos no longer display on the YouTube website!

    Since yesterday FireFox no longer displays embedded Youtube videos in my WordPress blog - Even the Youtube videos no longer display on the YouTube.com website!

    Go here please, and post your concern. We are trying to show how widespread this issue is:
    Youtube videos not playing on standalone Safari browser iOS 8

  • Embedded YouTube videos do not play on my Mac Mini

    Embedded YouTube videos don't play in non-YouTube web pages.  I can click the link in the top of the video to be taken directly to YouTube, and I can watch the video there, but when I click the big Play button in the middle of the video window, I just get a black rectangle.
    I tried uninstalling Flash player as suggested in another thread, rebooted my machine, and reinstalled Flash player, but that did not fix the problem.  This is a non-Flash player problem that Apple should look into.  I have not tried this on other browsers to see if I have the same problem there or not, as I do not use other browsers besides Firefox.  I would rather not have to use another browser just so that I can watch embedded YouTube videos.  I would prefer if Apple (or another knowledgeable user) can post the solution to the problem.  Thanks!

    In Firefox, click Tools>Add-ons. Make sure the Shockwave Flash plugin is enabled and "Always activated".
    If that fails, see: How to perform a "clean install" of Flash Player in Mac OS X  in the Adobe Forums. That will clear out the pluigins and allow a fresh install with the new plugin.

  • Embedded youtube videos load on all other browsers but not Firefox

    I have embedded youtube videos into a website...
    They work on ALL OTHER BROWSERS but not on Mozilla Firefox.
    I have tried:
    1. Clearing cache & cookies and using Safe Mode.
    2. 18 different computers running Windows 7, Windows 8, Mac OSX, Linux Ubuntu 12.10 and Fedora 16.
    3. Using old embed code instead of iframe.
    4. Loading HTML5 works but Firefox cannot fullscreen (still under youtube development)
    5. Redoing site from scratch.
    Code is as follows, note middle video is old youtube code: http://pastebin.com/T3w09bqW
    Picture of problem: http://i.stack.imgur.com/rJjyu.png

    Good point. When I insert that snippet of code in a new page, it runs for me. (Except that the first one says the frame is too small.) Does this work for you? http://dev.jeffersonscher.com/yt/941211.html

  • This animation will not work, neither does embeded youtube videos

    So this site https://www.navo.navy.mil/cgi-bin/animate.pl/metoc/74/84/0-0-17/0 animation does
    not work (in either FF or Safari on mac, works great on any browser on xp).
    Anyone know why???
    Also, if I try to look at a embeded youtube video it shows a black screen unless I scroll so that the
    video is partially blocked (top or bottom).
    Anyone?

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

Maybe you are looking for

  • After Effects CS5.5 exporting a 3D object

    I have this cube, just like that in the screen  below: the full cube! http://3.bp.blogspot.com/-KoMd2lI3ws4/U1lSFl4srfI/AAAAAAAADco/f9pVy493tW0/s1600/SH03.jpg ...but when I export it, I have just a part of it! What's happening? http://2.bp.blogspot.c

  • How do I open QUB?    I want to start making databases visually with cool schema but can't open qub?

    Hi there everyone yet another post I have previously asked how to open qub and received the following answer.... charis, "Open the Recordset Wizard in Dreamweaver. Look at the options on the right. One is QuB and that is the Query Builder. After you

  • IPad Apps (Games) no longer working properly

    It all started when I downloaded Reckless Racing HD. I noticed that the screen jittered quite a bit, and when actually trying to drive the little cars in the game, it basically didn't work. The graphics seemed to glitch quite a bit. Fine. It's probab

  • Tax condition types issue in sales order

    Hi Friends, I am bit lost with the following issue. I have searched sdn and other SAP forums for this. There were similar issues discussed but they didnu2019t solve my issue. There was exactly similar issue but it was unanswered. So I am posting the

  • Button archives ?

    Hello, I am building applications using AS3 (not Flex). Are there any good free button and/or user interactivity graphic archives on the net. I just find it really tedious having to create buttons and other user input controls from scratch in AS3. Wo