Youtube embed vdeos donot work in AIR javascript

i try to embed youtube video in HTML page inside AIR ,
youtube player say the video not available when i try to play it ,
please help ?????????????????????????????

Youtube videos work in AIR (in general). If you show how you
are embedding the video, someone might spot the error.
Either of these work for me:
<object width="425" height="355"
type="application/x-shockwave-flash">
<param name="movie" value="
http://www.youtube.com/v/fDrlL7M7SgQ&hl=en"></param>
<param name="wmode" value="transparent"></param>
</object>
Or (straight from YouTube):
<object width="425" height="355"><param name="movie"
value="
http://www.youtube.com/v/fDrlL7M7SgQ&hl=en"></param><param
name="wmode" value="transparent"></param><embed src="
http://www.youtube.com/v/fDrlL7M7SgQ&hl=en"
type="application/x-shockwave-flash" wmode="transparent"
width="425" height="355"></embed></object>

Similar Messages

  • Why do over 90% of YouTube functions no longer work on Firefox?

    For the past week everything I try to do on YouTube with Firefox has been extremely slow, sometimes near that of a dial-up connection. I've tried using all three browsers--IE8, Firefox, and Chrome--and the problem appears to be ONLY with Firefox. In fact, with Firefox over 90% of YouTube features will not work at all, including playback on "My Channel".
    All three browsers function perfectly at all other web sites.
    My videos are being inundated with SPAM promoting several different illegal download sites, yet when I try to report these as SPAM I repeatedly get a "500 Internal Server Error" with all three browsers. Please keep in mind that these messages are sent to me by YouTube, NOT the spammers. The only browser that will actually allow me to delete the message itself from the video is Chrome...both IE8 and Firefox are totally unresponsive to all options.
    When trying to access my channel page (or ANY channel page) on Firefox (and ONLY Firefox), I repeatedly get the message: "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player. " However, playing videos in a separate tab is not a problem with any of the 3 browsers. Accessing my channel page or any other channel page is not a problem with either IE8 or Google Chrome.
    I have verified that the latest versions of Flash Player and JavaScript have been installed and are functioning properly, and everything on YouTube operates properly on both IE8 and the lastest version of Google Chrome.
    I have updated McAfee and run a deep, full-system scan. I've swept my registry with three different cleaners, and Secunia PSI shows no problems.
    This is the second time in the past two months that YouTube has shut out Firefox almost totally.
    What is going on?
    Paige

    I even tried the RAM extension trick..MUST be YouTube..

  • Link in Adobe AIR JavaScript app is incorrectly opening the app in the default browser

    I have a couple of links in my Adobe AIR JavaScript app that are part of the app's UI, which when clicked are causing the app to be loaded into a new tab in my default browser.
    This is only happening with two links (Save and Cancel on a form), and not all links in my UI.  The two links that are having the issue are defined in an external HTML file that I load a runtime and connect to the DOM.  The links that are defined in the main HTML file that is loaded when the app starts up do not have this problem.
    Here is how I am loading the template and plugging it into the DOM
    var win = document.createElement("div");
    var f = air.File.applicationDirectory.resolvePath("lib/partials/edit_form.html");
    var fs = new air.FileStream();
    fs.open(f, air.FileMode.READ);
    var content = fs.readUTFBytes(fs.bytesAvailable);
    fs.close();
    var template = new Template(content);
    win.innerHTML = template.evaluate(data);
    document.body.insertBefore(win, document.body.firstChild);
    The links themselves are coded like this:
    <a href="#" id="save_button" onclick="return false;"></a>
    <a href="#" id="cancel_button" onclick="return false;"></a>
    I am using the Prototype JS library to observe the 'click' event for each of these links like so:
    $('save_button').observe('click', onSave);
    $('save_button').observe('click', onCancel);
    This app shows content created by users, which can contain links to external web sites.  To get the external links to open in the browser (as opposed to inside my Adobe AIR window), I am doing the following in a script tag in the head of my main HTML file:
    window.htmlLoader.navigateInSystemBrowser = true
    I've found that if I set window.htmlLoader.navigateInSystemBrowser = false, then the issue with the Save and Cancel links described above goes away.  However, I need to have window.htmlLoader.navigateInSystemBrowser = true so that external links in the user content open up in the browser, not in Adobe AIR.
    Another piece of evidence is that the Save and Cancel links only incorrectly open a browser the first time you click on them after launching the app.  Subsequent clicks work fine and do not have the issue.
    Any ideas on why the links that are plugged into the DOM after app start up have this issue, and only the first time you click on them?

    Not sure where this comes from, but I suspect it has something to do with the security restrictions that AIR has in place, related to dynamic JS evaluation after the document is loaded.
    Make sure you read http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7f0e.html#WS 5b3ccc516d4fbf351e63e3d118666ade46-7ef8
    For example, I've spotted the two onclick="return false;" you have in your code. The evaluation of the onclick attribute after the page loaded event would fail in AIR.

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

  • Is there any AIR/javascript framework ?

    hi every body is there any AIR/javascript framework ?????
    thank you in advance

    You can use every JavaScript framework working in combination with jQuery.
    However, what exactly do you mean when saying "supported by SAPUI5"? Do you mean additional controls or UI libraries?
    Regards
    Tobias

  • Youtube video is not working in my nokia c6

    hello sir..!
    online youtube video is not working in my nokia c6. It only shows the flash symbol only. How can i solve this problem. Please say the solution for this.

    Hi prasu7, 
    Thanks for your post. 
    Have you tried opening the videos from the YouTube application too? 
    Is your device updated to the lastest version? If yes, I advise you to reinstall the software. You may update and reinstall device's software from the updates tab in Nokia Suite. 
    Let us know how you get on and feel free to post any other questions you may have. 
    Press the 'Accept Solution' icon if I have solved your problem, Kudos my post if my advice has helped you!

  • I have wifi access but youtube still doesn't work. how do i fix it?

    I have wifi access but youtube still doesn't work. how do i fix it? it keeps saying it cannot connect with youtube

    What country are you in?  Is YouTube legal there?

  • URL extensions for embed (E ) arent working in IE7

    I have a movie using QTNEXT and HREF/AUTOHREF to send related pages into IFRAMEs on the page. the QTNEXT params are working just fine in IE7, in that it plays all movies sequentially, but the URL extensions to change the HREF and other options like the controller aren't working at all. Here's the IE7 object code:
    <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' width='320' height='260' id='qtMovie'>
    <PARAM name="src" value="movie1.mov"/>
    <PARAM name="AUTOPLAY" value="true"/>
    <PARAM name="CONTROLLER" value="false"/>
    <PARAM name="CACHE" value="false"/>
    <PARAM name="enablejavascript" value="true"/>
    <PARAM name="HREF" VALUE="page1.html"/>
    <PARAM name="AUTOHREF" VALUE="true"/>
    <PARAM name="TARGET" VALUE="frame1"/>
    <PARAM name="QTNEXT1" VALUE="<movie2.mov> T<myself> E<AUTOHREF=true HREF=page2.html CONTROLLER=false TARGET=frame2>">
    <PARAM name="QTNEXT2" VALUE="<movie3.mov> T<myself> E<AUTOHREF=true HREF=page3.html TARGET=frame1>">
    <PARAM name="QTNEXT3" VALUE="<movie4.mov> T<myself> E<CONTROLLER=true>">
    </OBJECT>
    If I do the same thing is firefox, using embed, it all works fine:
    <EMBED type="video/quicktime" width="320" height="260" pluginspage="http://www.apple.com/quicktime/download/" id='qtMovie' enablejavascript="true" controller="false" src="movie1.mov" href="page1.html" target="frame1" autohref="true" autoplay="true" cache="false" AllowEmbedTagOverrides="true" QTNEXT1="<movie2.mov> T<myself> E<AUTOHREF=true HREF=page2.html CONTROLLER=false TARGET=frame2>" QTNEXT2="<movie3.mov> T<myself> E<AUTOHREF=true HREF=page3.html TARGET=frame1 >" QTNEXT3="<movie4.mov> T<myself> E<CONTROLLER=true >"></EMBED>
    It seems like for some reason the "E" extension isnt being read by IE7. I'm using qt 7.1.5.
    thanks.

    I haven't heard a report that IE7 has trouble with QT's embed tag though I'm not so attentive since I don't use IE any more. I know that it may have trouble with Flash's embed tag, in which case, for example, if you use Adobe dreamweaver, you can insert an additional java script (AC_RunActiveContent.js) to make it possible for IE users to read Flash movies. You may perhaps want to address your issue at forums for your web application.

  • HT204291 i cant mirror my i pad 1 to apple tv, works for air playing music though

    i cant mirror my i pad 1 to apple tv, works for air playing music though, i can play videos,  and mirror from i phone 4 s

    Welcome to the Apple community.
    Unfortunately the iPad 1 does not support mirroring. Mirroring is only supported on the iPad 2 or better or on the iPhone 4S.

  • Please help me. My YouTube app will not work. Every time I open it says 'cannot connect to youtube'. I have searched for help and tried resetting my settings and rebooting my ipad2 but nothing has solved the issue.

    Please help me. My YouTube app will not work. Every time I open it says 'cannot connect to youtube'. I have searched for help and tried resetting my settings and rebooting my ipad2 but nothing has solved the issue.

    Yes, I am connected to the Internet through my wifi. Everything is working fine with the e  eption of youtube.  I have reset all Internet settings and have tried synching to iTunes followed by rebooting.  This is all the advice I have found although none of it has been helpful.
    Has anyone else encountered this problem?

  • Youtube XL doesn't work on 42SL833G

    Youtube XL doesn't work on 42SL833G. Please help

    >on the screen appears sentence "Youtube XL no longer supported" and that's all.
    +Devices affected: Toshiba, Sharp & Pioneer (Select models), PS3 (Limited regions), Wii (Limited regions)+
    Google stopped the support of YouTube XL at June 9, 2013
    Instead of Google Youtube XL you can use the link youtube.com/tv to enjoy Youtube on the TV
    Additionally you could use the YouTube Leanback Lite: http://www.youtube.com/leanbacklite
    +_Source:_+
    [YouTube XL no longer supported|https://support.google.com/youtube/answer/3123170?hl=en]
    and here another thread about the same theme:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=72572

  • Textfield not working in air for android

    Hi,
    I have a weird problem. An input text component that works in air for desktop refuses to work in an air for android application.
    It draws on the screen as it should but i cant input text. Am i missing something fundamental?
    It is kind of hard to log in if i cant enter credentials
    Here is the code:
       idFmt1= new TextFormat("arial",18,0x000000);
       idFmt1.align="left";
       _inputText= new TextField();
       _inputText.defaultTextFormat = idFmt1;
       _inputText.x=150;
       _inputText.height = 35;
       _inputText.width= 150;
       _inputText.type = TextFieldType.INPUT;
       _inputText.background = true;
       _inputText.backgroundColor = 0xa0a0a0;
       _inputText.text = _initText;
       _inputText.tabEnabled = true;
       _inputText.tabIndex = 1;
       _inputText.displayAsPassword = false;
       _inputText.antiAliasType = flash.text.AntiAliasType.ADVANCED;
       _inputText.embedFonts = true;
       _inputText.alwaysShowSelection = true;
       _inputText.mouseEnabled=true;
       addChild(_inputText);

    I can't seem to get anywhere with capturing text input! I set the "type" to TextFieldType.INPUT  but this is still ignored on both the desktop and the device. If I place an input textield on the scene in Flash, that works in so far as it brings up the Android keyboard - but then nothing you type is of any consequence.
    What could I be missing?

  • Iphone work on air print and not ipad

    iphone work on air print and not the ipad?  any suggestion?
    This question was solved.
    View Solution.

    Hi,
    Please use instructions from the following link to check and fix:
       iPad: http://www.apple.com/support/ipad/assistant/airpri​nt/
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Stuck on Grey Screen

    Hello, all. Our iMac has been doing fine until the past 6 - 8 months. About 6 - 8 months ago, we restarted the computer and it never went past the grey screen with the gear spinning. This has occurred about every 1 - 1 1/2 months. Over the phone, app

  • How to import photos from external hard drive and exclude duplicate images

    Hi, I apologize if this is easy, but I can't seem to find out how to do it. I have an external hard drive that I used to back up my photos when I was in the Windows environment. I want to import these into iPhoto and/or Aperture, but how do I exclude

  • Klipsch F3 speaker

    I just bought  klipsch F3 speakers from bestbuy and was wondering what would be the best way to hook it up to my yamaha receiver. I have a yamaha HTR-6130 receiver that I hooked the klipsch F3 speakers up to as you normally would with any speaker. I 

  • Can I delete iPhoto Library now I use Photo for iCloud?

    Hi, Had a look around for the answer but I cannot find it. My MBP is running low on HD space, can i delete the old iPhoto Library now i am storing them all on the cloud with photo? Thanks for your help in advance. Stelios

  • Horizontal Scrolling menu bar

    I want to create a horizontal scrolling menu. When you place your cursor over the graphics in the menu bar, they slide to the left or the right. Does anyone know where I can find a tutorial online for this? Thank-you. LT