YouTube Player API - disable link to YouTube

So I'm using the YouTube AS3Player API (https://developers.google.com/youtube/flash_api_reference#Standalone_sample) to embed a YouTube video into my Flash file.
The problem is that the I have to disable the video from linking to the YouTube page when you click on the YouTube link in the lower right corner of the video.
I'm sure there could be different soultions for this - in the actionscript, HTML, or Javascript, and I'm open to anything. Can anyone help me out with that?

I tried using modestbranding, but it did not work. The description of modestbranding says that it will remove the logo from the control bar. There is no control bar when I embed the video using the above code. The logo I'm trying to remove or at least disable is laying over the video in the lower right corner (this is an example video, of course):
Would you mind running my code in Flash and seeing if the modest branding works for you?
stop();
Security.allowDomain("www.youtube.com");
var my_player:Object;
var my_loader:Loader = new Loader();
my_loader.load(new URLRequest("http://www.youtube.com/apiplayer?version=3&modestbranding=1"));
my_loader.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit);
function onLoaderInit(e:Event):void{
addChild(my_loader);
my_player = my_loader.content;
my_player.addEventListener("onReady", onPlayerReady);
function onPlayerReady(e:Event):void{
my_player.setSize(600,337);
my_player.cueVideoById("fPDYj3IMkRI",0);
my_player.x = 90;
my_player.y = 124;
my_player.playVideo();

Similar Messages

  • I am trying to log onto a webinar. Their website says Adobe Flash Player is disabled. I have been on Adobe website and it has checked my computer, saying that my Flash Player is enabled. Where do I go now?

    I am trying to log onto a webinar. Their website says Adobe Flash Player is disabled. I have been on Adobe website and it has checked my computer, saying that my Flash Player is enabled. Where do I go now?

    Hi,
    Which OS and browser you are using and what is your flash player version? To check your flash player version visit Installation problems | Flash Player | Windows and click on check now button.
    Can you also please post a screenshot of the problem that you are facing using How to post a screenshot in the forum
    -Varun

  • How do I disable linked smart-object auto-update/refresh?

    Working in the CC3D features, I am constantly making changes to my bump map. Every time I step-backwards, or make a significant change to the bump texture (smart object?), CC auto-saves the layer. This specific file is a very very large document (3 gigs in the bump texture layer alone), and the 3D layer has lots of lights and is very complex. This auto-refresh/update really bogs down the time that it would take me to make my changes. I have a very fast machine (I know it's fast, I dont need to list my specs), and I have all shadows disabled.
    How do I disable linked smart-object auto-update/refresh?

    If you do not like a feature like smart objects there is nothing forcing you to use it. Use some other features to do what you want. Please don't ask Adobe to introduce bug into smart object support.
    You could work on your bump maps textures in external files. When your done some time in the future you could edit your project with the smart object layer and use replace smart object. Only then will all smart filters be applied to the smart layer with the replaced smart object.
    Or if by CC Auto save Layer you referring to CC Generate feature you can disable that feature.
    I have no idea what your referring to when you write "CC auto-saves the layer" being a feature. I know CC Generate will write layers out as web files but that more a Web feature then a 3d feature.  Where do you see your layer being saved?

  • Disable Links in PDF?

    Is there  way to disable links in a pdf?
    I know all about the link tool and the actual,  underlined links.  Those are easy to disable by deleting the information or redirecting them elsewhere.
    However, there are links that appear as text in the document, but when you pass your cursor ove them, they are actually links.
    I am working with emails that have been converted to pdf docs and I am seeing this quite a bit.
    Is there a way to disable those particular types of links?  I have been using the link tool to put a box around the link and redirect it.  I am concerned, though, that this measure can be removed and the information can be accessed.
    Is there a more permanent, secure method?

    OK, this was extremely helpful and made my job, on one level, much easier.  Thank you.
    However, I am working with emails that appear to originate from Outlook and there are links within the doc that appear as text yet when you position your cursor over them, they are actually links.  There is nothing to indicate that they are links, no http at the beginning, nothing.
    An example, from an email:
    ------Original Message-------
    From: Doe, John < john.doe @ nodomain.com >  (sans the spaces, of course)
    Now, when you look at it, it does not appear to be a link, but when you position your cursor over it, a little window pops up that says "mailto:john.doe @ nodomain.com." This is what I want to get rid of.
    I don't want anyone to be able to position their cursor over the email area and be able to obtain the full email address.  I am redacting the first part, but must leave the domain part so this is my dilemma.
    Anyone have any good ideas?  How can I avoid this in the future?  Or is there even a way to avoid this?  Is this something that just can't be done?
    I welcome any suggestions.  Thanks.

  • Making disabled links appear like textview

    Hi there,
    I have to display a combination of links and textviews in the same column within a table.  Because I cannot intermix cell editor types in the same column, I have to disable the links in order to achieve this.  The issue then is, my disabled links are greyed out, when in fact, I want them to be a solid black (appearing like textviews)  Does anyone have any hints as how I can do this?
    Thanks,
    MP

    If you don't mind that the link remains clickable, you might set its "type" property value to WDLinkType.RESULT. I'm not sure if a disabled link of this type is also greyed out, you might check this out.
    Armin
    Message was edited by: Armin Reichert

  • I tried playing a you tube video, but received a message prompt to download the latest version of Adobe Flash Player. The link to Adobe stated that there are issues with MAC OS X 10.7 and Flash Player 10.3. The new version did not download. Any Suggestion

    I tried playing a you tube video, but received a message prompt to download the latest version of Adobe Flash Player. The link to Adobe stated that there are issues with MAC OS X 10.7 and Flash Player 10.3. The new version did not download. Any Suggestion

    Hi Seattle
    From Adobe site only!
    flashplayer11_b1_install_mac_071311.dmg
    Works fine.
    Cheers Tomi

  • Real Player API

    Hi,
    is it possible to call the Real Player API within a Java application? I want to stream from a url like rtsp://myserver/mystream.3gp. I know that it's possible to embed Real Player in a website. But I haven't found much information about using Real Player in a java application
    If it's possible, which jar-File do I need? Has anybody some sample source code.
    I have to write a program, which checks if streaming works or not.
    Thx Stephan

    I just started using JMF 2 days ago ... yesterday Iwelcome to the club
    I just discovered that many
    formats such as flash >v2, MPEG4, some AVI formats etc
    etc are unsupported by JMF.yes, i think the guys at working hard to support more and more.
    Is it possible to use native installed codecs ? Haveit is possible, but depends on your programming skills.
    it is even possible to use the windows codecs on other operating systems,
    but this requiere hard programming skills and is not recommened for beginner
    oder average skilled people.
    have a look at the Custom Codec example on the jmf/sample/solutions page.
    some of these codecs been written in java and are
    avaliable for use somewhere ? Is it possible to havethere are some codecs out in the network. just try google.
    JMF interact with say the Windows Media Player API,
    Real Player API, Quick Time API to play media files
    given that I would lose platform independance ? sure, but why using java when you want to use plattform fixed
    api's ? it is even easyer to use visual basic.
    if you want to use the api of the media player, i recommed
    J++ from ms. J++ simply opens you the world of com objects,
    but why using java then ?
    One other thing I noticed when I played media files
    that were supported I had some performance issues ...
    are the is JMF using a software or hardware
    implemenation to render the videos ?that depends on your JMF package. JMF is available
    for windows, solaris and linux in special, which has native librarys on
    board to speed up performance and bring some more codec and even the possibility
    to capture video with it. but i prefer the cross plattform version and the most other
    people even so. the less is, you cant capture video.
    thanks in advanceyou welcome
    - michael

  • Disable link Internal goods/Service in SRM 7.0

    Hi,
    We are working on SRM 7.01 implemetation and wants to know how to diable few links in shopping cart screen.
    1. Disable link Internal goods/Services on wizard shopping cart screen.
    2. Diable link Limit shopping cart in Professional shopping cart.
    Thanks,
    Kumar

    You can make it invisible for all the users by enhacing the ABAP webdynpro component.
    Please follow the below steps:
    1) Goto T.code SE80 in SRM system
    2) Select Web dynpro comp./intf from the dropdown and give the value '/SAPSRM/WDC_DODC_SC_GAF_C' and press enter
    3) Now Double click on '/SAPSRM/WDCC_FPM_SC_GAF_C' under Component configuration
    4) Now Click on start configurator button on right hand screen
    5) A Internet explorer window will open 'Editor for the Web Dynpro ABAP Component Configuration'
    6) Click on change and give the Transport number and select the 'Web dynpro Built-in' tab
    7) Drill down the Element name and search your element which is Internal under SC_LINK_CONTAINER and make it 'Invisible'
    8) Save the data in IE after making the changes.
    To find out the Webdynpro component for any screen
    1) Right Click on screen
    2) More field help
    Please let me know for any issue.
    Thanks,
    Ankur

  • What is a disabled link in iweb?

    when you define the format (i.e. colors) for a link, you have the option for a disabled link color. In what scenario would a link in iWeb be disabled?
    thanks
    bob

    I take it for the link in the navbar of the page you're on. However in iWeb the like is still active but just refreshed the page. In some sites the link would be disabled but the color would indicate that's the page you're on.
    OT

  • No picture with Silverlight Player butl the link opens the page

    While streaming videos, I can't get Silverlight to work in the new FF Beta 4.0 The link works, and the page starts to open, but it won't stream

    You can no longer download YouTube videos as it is against their Terms of Service.
    Source: http://downloads.uservoice.com/forums/34980-general

  • Disable link for a Image in Content editor web part

    Hi
    i want to disable hyperlink for a banner added using content editor web part. Instead of hiding using Target Audience, i want to disable the link.
    Please help me how can i achieve this?
    regards,
    Vinay
    Thanks and Regards, vinnu

    Hi Vinay,
    I recommend to disable the link for an image using Jquery in Content Editor web part.
    First, you need to use F12 tool in Internet Explorer(IE) to get the html tag for the image, and you’d better find the class or id value for the tag of the image.
    For example, if the class for the image is test, then the code should be:
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
    <script type="text/javascript">
    $('.test').click(function(e) {
    e.preventDefault();
    </script>
    You can also paste the code of the image here for further research.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Media file type, how to pick player IN BROWSER LINKS ??

    I hit an mp3 link in Safari, it opens a new tab to play it using what I think is a version of iTunes (it has a 30-sec button on the front?). Same in Firefox, though I get a window with Quicktime instead (big Q before playing).
    *How on earth do I get the mp3 to play in an EXTERNAL player, preferably Realplayer?* So I don't leave the webpage where the mp3 link is.
    ...in Windows, you could select the media player of you choice and setup the file associations to go with each one under a "media types" options panel or suchlike. Though on my Mac I tried this by opening "Get Info" for a different saved mp3 on my machine, selecting "open with" > Realplayer > Change All, and it works for all ones stored ON MAC. However in Safari and Firefox, I hit an mp3 in a webpage and it does NOT open in Realplayer (just plays in the browser, so I can't read the rest of the page the file was on)??
    How do I set the file-type media files play with in browser windows?
    aaagh, it's soooo annoyong?!?!

    I think you miss my issue.
    I already KNOW I can download the mp3 then play it in Realplayer. But how do I get it to just open the mp3 and play straight into RP (or any other EXTERNAL player outside of the browser if RP can't be used for some reason) WITHOUT downloading the file to Downloads??
    I just want to click the link in the middle of the webpage, eg.
    *Blah blah blah blah, and here is my track samples:*
    anysongsample1.mp3
    anysongsample2.mp3
    anysongsample3.mp3
    anysongsample4.mp3
    anysongsample5.mp3
    anysongsample6.mp3
    *Blah blah blah blah*
    *Blah blah blah blah*
    *Blah blah blah blahBlah blah blah blah*
    *Blah blah blah blahBlah blah blah blahBlah blah blah blahvBlah blah blah blahBlah blah blah blahBlah blah blah blah*
    *Blah blah blah blahvBlah blah blah blahv*
    *Blah blah blah blahvv*
    ...if I have hundreds of tracks to go through, I don't want to dl them, just play without dl-ing them. I could do this easily in Windows, so how Mac??

  • Disable links to how-to videos

    It seems microsoft has listened and allowed the complete removal of ads, at least on my version(6.21.0.104), but now have added these links to how-to videos that I can't get to go away. I have disabled targeted advertising and help and skype tips, but they keep coming back. It's really wasted space that I would like back. Is there any other known fix, or is downgrading the only option.
    Attachments:
    9b3304265959dc70f44dda528816d039.png ‏64 KB

    The reason is purely commercial. Permanent links to the store and the Genius Bar are two examples of how iTunes 8 pushes the offerings of the Music Store.
    A third example is how they've taken away the Video Kind tab in the ID tag, which used to let us choose Movie, TV Show, or Music Video. Now video that we generate, edit, and encode ourselves ends up under Movies, and we can't move it. ITunes 8 is hostile to homemade content and only wants to work well with Music Store purchases. On my main machine, I'm sticking with 7.x as long as technically possible.

  • Can't download real player file from link

    I'm new to the mac world and I am trying to download a real player file (.rm) from a link that is on one of my course websites (I've tried Safari and Firefox). When I "right click" and select "Download File" it just downloads the actual html link, not the file. I'm able to download the file on my PC with no problems. Am I just missing something with the mac?

    Are you running RealPlayer 11? That includes a downloader that tells you when a file is actually available for download.

  • Why can't i download the right version of adobe flash player from the link it shows?

    since i always can not install adobe flash player from the webpage because of server error,i try to download the installer from the link it shows(http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe).however,after i downloaded the file from this link,i found it's the old version(10.0.45.2).what's wroung with it,and this problem has exsisted for a few days,anybody has found this problem?why still not solve it?

    Download it from the link on this page http://www.adobe.com/products/flashplayer/fp_distribution3.html

Maybe you are looking for

  • Acrobat X Pro Does Not Export to Excel with Proper Format

    I just upgraded from AA8 Pro to X Pro because 8.0 didn't run well in Windows 7. It was much easier to export a report from a PDF to an Excel table and in 8.0 I never had this issue with the formatting. Sorry for all of the screen grabs, but I don't k

  • Adobe Air 3 conflict with 10.7.2

    I cannot open YNAB and after several tries I get a msg to install the latest Adobe Air. I tried installing it (which is Adobe Air 3) and nothing happens.... Any advice?

  • Instructions for removal of Java 1.7

    I forgot to add the PC instructions for the removal of Java 1.7.  I need to do this on my Mac, but of course in Mac fashion. Thanks.

  • Increase the SGA size!

    Hi, We are using EBS 12.0.6 and DB 10.2.0.3. Currentlly My SGA is 2 GB and we have 8 GB of RAM, and Swap area is 10 GB. Please recommemded us to SGA size and related DOC ID. thx.

  • Cc Indesign will not stay open!!!!!

    Help? I installed CC Indesign.  The install went well.  When the program starts you see the splash screen.  Then the program opens to the main page.  The main page stays open for 3 to 4 seconds.  Then puff, the program closes on it own. Suggestions o