The problem is that I can not play YouTube movies in fullscreen. I am getting the following error: "Full screen is unavailable" (https://gyazo.com/159b3f51db4bb643e6ef10854b18ddd0, see screenshot)
I've tried it in multiple browsers and only one of them is working:
Internet Explorer 10 (versie 10.0.9200.16921) WORKING
The rest of the internet browsers is not working:
Internet Explorer 11 (versie 11.306.10586.0) NOT WORKING
Firefox (versie 46.0.1) NOT WORKING
Google Chrome (versie 50.0.2661.102 m NOT WORKING
Google Chrome (versie 30.0.1700.102 m NOT WORKING
Why is it working in an older Internet Explorer and all new browsers are not?
Also "allowfullscreen" is getting removed when I save in my editor and parameters like "allowfullscreen="true"" are also not working.
<iframe width="560" height="315" src="https://www.youtube.com/embed/Gl7ABg9lnBM" frameborder="0" allowfullscreen></iframe>
I really don't know what is causing the problem so I hope you guys can help me out!
this worked for me, because we are using React, so not sure if this helps: simply change allowfullscreen to allowFullScreen with uppercase "F" and "S". now works in all browsers.
Related
I have a hybrid mobile app in Mendix. In one page of the app, I am displaying some data with text and also video or website URL embedded.
<iframe id="quizWidget-454107" width="100%" height="900px" frameborder="0" border="none" src="https://www.qzzr.com/widget/quiz/fi9xdWl6emVzLzQ1NDEwNw"></iframe>
Here we are embedding this website, and we also embed youtube URL here.
The issue is, this embedded URL(video/website) shows up in a section on Android phone but not in iPhone. May be Safari does not render iFrame correctly.
Any idea what we can replace iFrame with?
please see an answer to a related question here. I believe You need to add <meta> tags to your index.html page to allow the app to load external content, preferable using a Content Security Policy (CSP).
Since last 4 days I am not able to play any video on youtube. It shows an error "An Error Occurered. Please Try again Later" on laptop but works fine on mobile. Both have same Internet connection
I did following things:
1. Updated my Google Chrome
2. Deleted all temp, cache and cookies
3. used CCLeaner to clean whatever is left out.
4. Checked and Updated Adobe Flash (anyway it was updated)
5. Some other trouble shooting steps were also tried.
6. Tried changing video quality (downgraded)
7. Tried changing DNS of IP4
Nothing seems to be working.. rest everything is working fine except Youtube. Please do help me.. Thanks in advance :)
look at this links: YouTube Help Forum and CCM- an error occurred please try again later.I would try some of the suggestions from those forums. But if it doesn't help try using different browser.
Try opening www.youtube.com in a different browser, like Mozilla firefox. If it doesn't help, check if www.youtube.com is listed in the blocked website list of windows firewall. To do this, go to C:/WINDOWS/SYSTEM32/DRIVERS/ETC/HOSTS . It's a text file which contains entries of blocked websites on your local host.
If you find such a entry as 127.0.0.1 www.youtube.com youtube.com ; cut it, save the file and try accessing youtube now.
Hope this helps.
I'm trying to implement a chrome app in which I need to show a embed youtube video.
I tried to use a sandbox html page which use the youtube iframe api but it failed. I got the follow error: Uncaught unload is not available in packaged apps.
Can anyone help me with this problem?
You can do it using a webview. Simply take your embed code and swap the iframe tag for webview. No sandbox required :)
<webview width="560" height="315" src="http://www.youtube.com/embed/ZnuwB35GYMY?rel=0" frameborder="0" allowfullscreen></webview>
Twitter button is replacing every link on the page in Internet Explorer 8
I just copied and pasted the code from Twitter.
It only does it in IE8, however, in other browsers it shows the button count as #undefined, although it works.
It must be a conflict with other javascript files. I just wanted to see if someone else has had this problem before.
Thanks
Sadly it's a Twitter Issue you can follow the updates here: https://dev.twitter.com/issues/486
I'm trying to find a player that actually works with HTML5 and wordpress and yours has come close.
I'm on an Apache server hosted through godaddy.
The link below is the page I'm testing on. In Chrome it auto loads one version while still showing the play button. Upon hitting play, another version starts, thus two playing at once.
In firefox it just won't load at all. the poster frame shows, but video never plays (according to godaddy the ogg/ogv mime type is there.)
In safari it works fine.
http://parkmultimedia.com/test/
Here is the code i'm using -
[video mp4="http://www.parkmultimedia.com/flv/2012-reel.mp4" webm="http://www.parkmultimedia.com/flv/2012-reel.webm" ogg="http://www.parkmultimedia.com/flv/2012-reel.ogg" flv="http://www.parkmultimedia.com/flv/2012-reel.flv" poster="http://www.parkmultimedia.com/flv/webstill.png" preload="true" autoplay="false" width="480" height="272" align="center"]
Any help would be appreciated!
Dan
UPDATE
OK, I've managed to get the above page to work after some tinkering. Chrome, Safari, Firefox all seem to work no. I'm going to have opera and PC friends test IE.
Fix - Set the default video to mp4 and I used this code -
[video flv="http://www.parkmultimedia.com/flv/2012-reel.flv" mp4="http://www.parkmultimedia.com/flv/2012-reel.mp4" poster="http://www.parkmultimedia.com/flv/webstill.png" preload="true" autoplay="false" width="480" height="270"]
Using my iPod (yes pod, not pad) I get the play button with a line through it...though I also get the loading wheel...it just keeps loading.
Also, and I will search for this, but also an issue - in the new and old script I have autoplay set to false, but in Chrome and Safari it does it anyway. Is there an override setting or a way to control by browser?
Lastly, is there a way to center the player and not have it aligned left?
Thanks for any assistance, Dan