YouTube Embed Stacking [index #] order.

I made a youtube video border frame in Photoshop which had a transparent center with the inside corners rounded.
I didn't worry about the outside corners being rounded b/c Muse could take care of that.
I embeded the youtube clip and attempted to put the frame on top so the video would show through the transparent portion - which had my rounded corners.
In design mode it appears the layers are fine - they can be indexed. In preview mode or in live mode the video clip is always on top.
I have experimented with 2 separate video embeds and they WILL swap index order with each other but not with other items.
See shots taked from preview mode - -
The rectangle [frame] will NOT swap stack with the video - Shot 1
Shot 2 shows the small video on top of the frame and the larger video
Shot 3 shows the larger video on top
Nothing I try will bring the rectangle/frame to front.
Am I the vicitm of a BUG, of intended [by Adobe] results and/or of operator error?

Hello,
You can select the image (video border which you created in Photoshop), right click on it>Arrange>Bring to front.
It should place the video in the back layer and Border in front layer. However, in that case you might not be able to play the video. So you might have to use the autoplay option in Embed code.
Please let us know if you are still facing issues with it.
Regards,
Sachin

Similar Messages

  • Can anyone help with YouTube embed and scrolling problem?

    Hi,
    Whilst working on a mobile version of a site, I've noticed that if you're scrolling through on a device and the area with the YouTube embed is near the top of the screen, it'll suddenly scroll all the way back up to the top of the site. This only seems to happen with the YouTube embed, the rest of the site seems to work fine.
    Anyone else had similar issues?
    The site is www.cowandbell.com/phone
    I'm using an iPhone5 running iOS7 and it's happening in Chrome and Safari.

    Sorry if it sounded like I was telling you to "go away." Far from it: I was trying to point you to the place where you might get an answer most expeditiously. I'm trying to save you time vs. simply having your question sit around unanswered.
    For example, if other Parallels users have had the same problem, the Parallels folks would be the most likely know. I would not assume that"Parallels' answer will inevitably be, "We don't support third-party software."without first asking them.
    You'd be surprised to know how many times folks post questions here about third-party applications and the questions go unanswered, while the answer is actually waiting to be found at the Web site of the third-party app's developer.
    You might also try the HP Web site since it may be a general problem with that set of drivers under Windows.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • How can I embed the index of many files at once without cataloging

    As the subject says
    I need to increase the search speed of thousands of individual PDFs, but not have them cataloged.  When they go on their website our search doesn't search through the catalogue index, it just searches the pdf itself.  So cataloging would be useless for me.
    I don't understand why the batch processing doesn't have this option for embedd PDF.
    So all I do now is open a PDF, hit a button to embed, open up another and repeat.  Simple enough, yet there is no batch process.

    Is there a code for the Embed index command.  I'm trying to make a Windows batch file that can
    Open up adobe, open up a file, embed its index, save, close out, then repeat with another file.
    Then I can just make a long list of every file in that folder my hand.
    It'd be better than nothing

  • Youtube embed issues after update

    I ran the required folio builder update for CS6 and now when I try embedding a Youtube video using "insert html" under Object, the youtube video won't work once I update the folio and attempt to view from my IPad.  It's just a black screen.  Any idea what happened? I am using the proper embed code (not flash)
    It worked fine until I updated.  I restarted everything- computer, inDesign, etc.  Thanks,  Mark

    Hi Bob,
    Thanks for you reply.
    In your DPS Tips app (Effects -> Insert HTML, purple tab) is now mentioned that you should copy the entire embed code for sharing (and add "http://) on YouTube, and then choose "Insert HTML" in Indesign CS6.
    Indesign CS6 creates a frame automatically, which, in fact, is a Web Content overlay. 
    Fortunately, after pasting the embed code, you can't see what is in the container frame afterwards. Not very useful in case you want to make changes.
    In the link in my post above, you can read that you should create your own container frame, and then paste a part of the Youtube embed code in the Folio Overlays panel (and add "http://).
    This is a bit different way of doing it, but it works fine in V27, viewed on an iPad.
    Since you use the Folio Overlays panel in this case, you can see what is in the container frame (and also be able to change it).
    Maybe you can add this second option in your app?

  • Youtube embed code in the lighbox widget crashes Muse

    Muse crashes every time I use the youtube embed code in the lighbox widget. I am looking for a simple pop up video solution.

    Use the YouTube widget from the Widget Library. It avoids this crash. (The next major update of Muse will enable you to once again use the embed code, if you prefer that over the widget.)
    https://creativecloud.adobeevents.com/ccnext

  • Indexed Ordered Tables or Not?

    I am designing a database and have a question about the use of Indexed Ordered Tables. All tables in the database have a single column primary key. It is a numeric value select from a sequence. The table will be partitioned by date, one partition per month. The 13th partition will be removed each month. Rows will not typically be deleted.
    Would performance be better using Indexed Ordered Tables or Heap Tables?

    You generally want to use index-organized tables (IOT) when at least one of the following is true
    - the primary key encompasses all the rows of the table
    - the table is accessed frequently by the primary key
    - you want to enforce co-location of data (i.e. all the orders for a particular customer are stored next to each other)
    Of course, you probably want to benchmark with a standard heap organized table and with an index-organized table to be sure.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • YouTube embed code getting truncated

    I have a form field with a YouTube embed that I am trying to
    read into a MySQL database.
    <input name="Image1URL" type="hidden" value="<object
    width="425" height="344"><param name="movie" value="
    http://www.youtube.com/v/2X7xFIhTIDc&hl=en&fs=1"></param><param
    name="allowFullScreen" value="true"></param><param
    name="allowscriptaccess" value="always"></param><object
    src="
    http://www.youtube.com/v/2X7xFIhTIDc&hl=en&fs=1"
    type="application/x-shockwave-flash" allowscriptaccess="always"
    allowfullscreen="true" width="425"
    height="344"></embed></object>" />
    On insertion, the entry is getting truncated to:
    <object width=
    Apparently it doesn't like the "
    I tried to do a Replace to make it "" but can't figure out
    the correct way to code it
    Thanks.

    Answering my own question
    by converting the input to HTML format (simply by using a
    <cfinput, not an <input tag) the value now displays as:
    <input name="Image1URL" type="hidden"
    value="&lt;youtubeobject width=&quot;425&quot;
    height=&quot;344&quot;&gt;&lt;param
    name=&quot;movie&quot; value=&quot;
    http://www.youtube.com/v/2X7xFIhTIDc&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param
    name=&quot;allowFullScreen&quot;
    value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param
    name=&quot;allowscriptaccess&quot;
    value=&quot;always&quot;&gt;&lt;/param&gt;&lt;youtubeobject
    src=&quot;
    http://www.youtube.com/v/2X7xFIhTIDc&amp;hl=en&amp;fs=1&quot;
    type=&quot;application/x-shockwave-flash&quot;
    allowscriptaccess=&quot;always&quot;
    allowfullscreen=&quot;true&quot;
    width=&quot;425&quot;
    height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;"
    class="form" id="Image1URL" />
    which MySql interprets as:
    <youtubeobject width="425" height="344"><param
    name="movie" value="
    http://www.youtube.com/v/2X7xFIhTIDc&hl=en&fs=1"></param><param
    name="allowFullScreen" value="true"></param><param
    name="allowscriptaccess"
    value="always"></param><youtubeobject src="
    http://www.youtube.com/v/2X7xFIhTIDc&hl=en&fs=1"
    type="application/x-shockwave-flash" allowscriptaccess="always"
    allowfullscreen="true" width="425"
    height="344"></embed></object>
    btw: the reason object is displaying as youtubeobject in the
    code above is because when passing the embed code from one page to
    another, CF changes the word Object to InvalidTag. When the
    variable is passed, I am converting it to either object if it
    intended for display, or youtubeobject when it is inserted into the
    db
    <cfset YouTubeDisplay =
    "#replace(FORM.YouTubeEmbed,"InvalidTag","object", "all")#">

  • Youtube embed broken: Powerpoint 365 ProPlus

    Version 2013 (15.0.4569.1504) MSO (15.0.4569.1506) Part of Office 365 ProPlus
    Insert>Video>Online video
    enter search terms in youtube field, click search, thumbnails returned.  But select any video and click insert, recevice error message
    "Powerpoint can't insert..." etc.  Some KBs were released for 2013 to resolve this, but they will not install on a 2013/365 ProPlus install.

    Hi,
    In order to insert or embed a link to a YouTube video in PowerPoint 2013, you might to check the system requirements first. 
    As you are using Powerpoint 365 ProPlus, it is a Click-to-Run installations version, we need to use 15.0.4605.1000 or later. (You used 15.0.4569.1506, please installed the updates)
    Be using one of these browsers:Internet Explorer 9 or later.
    We also might need the Adobe Shockwave Player add-in.
    For more detail information, please refer to the following link:
    https://support.office.com/en-us/article/Requirements-for-using-the-PowerPoint-YouTube-feature-2a0e184d-af50-4da9-b530-e4355ac436a9?ui=en-US&rs=en-001&ad=US
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in
    Office programs.

  • Looking for a Programmer to Create A YouTube "Embed" Plug In

    Hello everyone,
    I am Looking for a Programmer to Create An Acrobat Pro "Embed" Plug In based on the free YouTube API.
    The purpose of this is to be able to easily embed YouTube Video's within Acrobat documents so that It can stream the content into the PDF file.
    Many have suggested to download the content and embed it, but doing so will violate the user agreement with YouTube plus it would increase the size of the PDF file consideribly.
    If there are any Programmers out there that would be interested in taking this project on please let me know. I believe there is a real need for this tool which people would really like to have.
    The programming goals for the project would be as follows:
    1. Take the Free YouTube API and create a plug in for Acrobat that would allow you to easily embed content into any PDF.
    2. The "Embed Plug-In" Would essentially allow you to just copy and past the embed codes from YouTube, Hulu, or any other web source that provides an "Embed Code" so that the content can easily be placed within the PDF.  This embeded content could be videos, audio, playlist systems, ads, etc.. "anything with embed codes."
    3. You would be able to select an area of the PDF for the placement, paste the code and then be able to resize the content window. i.e. for YouTube Files.
    The Market for this is as follows:
    - Web Based Magazines, or Flash Magazines that were created with Indesign, Acrobat then Flash. They can easily then create interactive content, with ads and multimedia. Anyone cab be interactive publisher then, no need for Flash Programming Skills.
    - Educational Institutions that want to create lesson materials with Web Content.
    - Business's that wish to share media elements from the web within PDF presentations.
    If you need examples of how this might be used please contact me to discuss it further.
    Thanks for your assistance.
    Regards,
    Robert
    Robert Stewart
    creativemind
    New York

    Since I only found the plug in yesterday I've only played with it a little bit.
    First thoughts:
    It works.  It's easy to set up.  I followed the instructions and I had a link working to our promotional video on youtube in only a couple of minutes.
    Things I found:
    I am using layers extensively in my pdf and wanted the plug in window to show up on only one layer.  However as I mentioned before it doesn't do that so my workaround was to change the settings in the video to play in a floating window.  However the plugin window is still visible if you do this, so my workaround was to reduce it to essentially a dot on the page and hide it on something pale grey!  I created a button in InDesign and used that to fire the video.
    Security stuff:
    Obviously the pop up windows are somewhat frustrating but I see no way to get around them without doing what Joel suggested in his other blogs, which given the amount of users receiving my pdf and their varying competence levels with computers is not really an option.  My workaround for that was to include a note explaining what to expect and do when they did show up.
    For the future:
    See if Adobe would make this an option in InDesign and usable within it's layers section.  That would be awesome.  I haven't had a chance to check out the addin Joel mentioned that might help with this in Acrobat.  Have you?
    Thanks for the other tips on embeding html etc - always good to find new ways get around problems.
    Grahame

  • Youtube embed is breaking my animation

    Hi,
    I am atttempting to create embed a Youtube video into my ad and I am seeing some issues in the console that seem to break it. Can you anyone take a look and help me understand why this is happening?
    Unsafe JavaScript attempt to access frame with URL file:///Users/adamperlis/Documents/PROJECTS/Gatorade%20Ad/Gatorade.html from frame with URL http://www.youtube.com/embed/B7X6jMDPb7w. The frame requesting access has a protocol of 'http', the frame being accessed has a protocol of 'file'. Protocols must match.  www-embed_core_module-vflNmuGQq.js:26
    EMBFbwww-embed_core_module-vflNmuGQq.js:26
    EMBM.gwww-embed_core_module-vflNmuGQq.js:30 
    Here is my file:
    http://dl.dropbox.com/u/9159616/Gatorade%20Test.zip
    Thanks,
    Adam

    Hey Heathrowe,
    Thanks for coming to the rescue again. Can you take a look at my file, it seems be breaking my animation. It freezes anytime I try to jump from one button to another.
    Adam

  • Does this youtube embed work on Windows?

    Was having issues making this work show on windows with the
    embed youtube provided.
    Wondering if this now works on IE.
    http://www.christophercollinscollection.com/collection.html
    Thanks a lot for any feedback!

    it worked in IE7 and FF 3.0 for me.
    Have you considered deploying in a non-YouTube format? an
    option -
    www.slideshowpro.net
    Unless you want other people to embed the video in other
    places.
    "brian914" <[email protected]> wrote in
    message
    news:gprhqd$52s$[email protected]..
    > Was having issues making this work show on windows with
    the embed youtube
    > provided.
    > Wondering if this now works on IE.
    >
    http://www.christophercollinscollection.com/collection.html
    >
    > Thanks a lot for any feedback!
    >

  • Index order in Oracle 10g

    Hi
    I have a query:
    I have a table having date and status as fields. Date is indexed.
    Now i want to know whether the performance will hit if i make the query as:
    where status = 'A' and date >= sysdate-100 and date <= sysdate
    Does it matter that the where clause ordering should be as per ordering of indexes?
    Similarly the same thing for partition. If date field is partitioned, will the partitioning advantage is there if we put status condition first.
    Regards

    The optimizer will choose the order of operations that it believes will cause your query to run the most quickly regardless of the order you specify conditions in your WHERE clause. The optimizer's decision will be driven by a number of factors-- optimizer parameters, database version, system statistics, table statistics, index statistics, histograms, the selectivity of your conditions, etc. No one can say with any level of certainty what the optimizer in your particular database with your particular tables and indexes with your particular statistics would generate for a query plan.
    If you as a human have reason to believe that the date condition is sufficiently selective that the optimizer should use that to do an index range scan as the first step, the optimizer should come up with that plan assuming your statistics back up your intuition.
    Justin

  • YouTube embed in web content overlay crashes InDesign when previewing

    I created an HTML file with this code:
    <!DOCTYPE html>
    <html>
    <body>
    <iframe width="560" height="315" src="http://www.youtube.com/embed/xxxxxxx" frameborder="0" allowfullscreen></iframe>
    </body>
    </html>
    I then created a box in InDesign and used the Web Content Overlay and selected the HTML file I created.
    When I go to preview my pub on the connected iPad InDesign stops responding during "Checking Folio Contents x of x"
    Is something wrong with my HTML file? Is it even possible to do this?
    For background info: I'm trying to get the same effect of streaming a video from YouTube as I would if I were to directly embed the mp4 into my pub. I don't know if this is even possible or what is the best way to do this.
    Thanks in advance for your help.

    Thanks Bob.
    Okay, so here are the steps I'm taking:
    1. Go to YouTube
    2. Copy embed code
    3. Go to InDesign
    4. Paste embed code
    This creates a web content area with the video embeded. So the user can click play on the video once it loads and can then click full screen on the video controls.
    What I'm trying to do is have a button on my page which links to a full screen view of the YouTube video so when the page loads the video doesn't load but when the user clicks the button it would then load the YouTube video full screen. I'm looking for the same functionality that is possible were I to embed an mp4 straight into my document, hide it, and then create a button that plays the video in full screen mode.
    Is the above possible?
    Thanks.

  • How to embed new youtube embed code in iweb

    For some reason neither the embed code pasted into an HTML snippet nor the youtube URL pasted into a youtube widget display the youtube video when I publish the site.
    The youtube video shows up in iweb the moment I paste either the URL into the youtube widget or the embed code into the html widget, but when I publish it, the youtube video doesn't display.
    I thought it might have to do with the old vs. new embed code on youtube - the new makes it work as html 5 as well, but I've tried both the new and old code and can't get it to show up.
    The last bit of info is that I have noticed that when i publish the changes, the snippet folder in the folder that gets published isn't updating - there doesn't seem to be anything in that folder that gets changed when i add, delete or edit any widget.

    The YouTube widget no longer works as it was dependent on software on the MMe servers which are no more.
    How are you publishing the site?  Are you publishing to a folder on your hard drive and then uploading to the server with a 3rd party FTP client?  Does the video play when you access the locally published site with your browser? If so then the problem lies with the uploading of the files.
    If you're using iWeb 2 (08) be aware that there are compatibiliy problems with it and Mt. Lion when it comes  to publishing.  So check the site locally to make sure all is well before uploading.
    This test page has two occurrances of a YouTube video, one with the old code, one with the old code and HTTPS and with HTTPS only: Page 2
    OT

  • YOUtube embed code in a flash app

    Ok so i want to be able to use the embed code from a Utube or
    Revver video in a swf. I want to be able to call:
    <object width="425" height="350"><param name="movie"
    value="
    http://www.youtube.com/v/7L87zqOVqXk"></param><param
    name="wmode" value="transparent"></param><embed src="
    http://www.youtube.com/v/7L87zqOVqXk"
    type="application/x-shockwave-flash" wmode="transparent"
    width="425" height="350"></embed></object>
    to the stage with a button. how can i do this?
    -Thanks

    Use the YouTube widget from the Widget Library. It avoids this crash. (The next major update of Muse will enable you to once again use the embed code, if you prefer that over the widget.)
    https://creativecloud.adobeevents.com/ccnext

Maybe you are looking for