This is just what I was
This is just what I was searching for all day long!Great article, and works perfectly :)
View ArticleI used your code to make my
I used your code to make my page full screen, however when it refreshes it kicks it out of full screen, any way to keep it full screen even during constant refreshing?
View ArticleContact us with an example -
Contact us with an example - http://www.longtailvideo.com/contact-us
View ArticleThis is not working in
This is not working in internet explorer.... Can u please guide me, what to do to make it working in IE. Thanks.
View ArticleThank you for a quick reply
Thank you for a quick reply Ethan Was going through a url.... slideshare.net It shows the slide in full screen. Can you please take a look? Can we go this way?Thanks much! Best Regards
View ArticleThat isn't native html5 full
That isn't native html5 full screen, it is opening up a pop up window.
View ArticleI can make this work for one
I can make this work for one image, but not multiple different images on a single html page. how is that possible?
View ArticleThis code works in FF but
This code works in FF but don't work good in Chrome with a DIV (Google Maps API).How can I detect when Exits Full Screen?
View ArticleI'm not sure if there is an
I'm not sure if there is an event that detects that sort of thing.
View ArticleHi, great article! I am
Hi, great article!I am trying to show an image on top of a full screened iframe with a youtube embedded player. z-index does not work. Do you have any ideas. My e-mail address is mariani.oscar (at)...
View ArticleIf you are having issues with
If you are having issues with the JW Player specifically, we can help you with that. http://www.longtailvideo.com/contact-us
View ArticleI use
I use document.documentElement.requestFullscreen ( with moz and webkit variants ) for an all document full screen. This work fine with JW 6.45 in flash-mode (fallback or forced) but when use native...
View ArticleTest your example changing
Test your example changing your funciton goFullscreen(id) { ....by function toggleFullScreen() { if (!document.fullscreenElement && // alternative standard method...
View ArticleIf when the page are full
If when the page are full loaded I changeclass="jwplayer playlist-none"byclass="jwplayer"searching and editing the player <div....> with firebug, the all page fullscreen work fine.Sems that...
View ArticleYou mean the example on this
You mean the example on this page? It works. I have a fullscreen button for the all browse page not only for the player like your example.
View ArticleSorry my error: the change
Sorry my error: the change that my demo wok is byclass="playlist-none"That is, removing jwplayer class.Another question its that your code don't have jw player. Its use a standard jpg.
View ArticleOk, so you got it working?
Ok, so you got it working? Yes, this demo is just about html5 itself, not specific to the JW Player.
View ArticleWhen my button call
When my button call toggleFullScreen() for all document, jwplayer.html5.js intercepts this events and makes a player full screen.See this...
View ArticleHTML5 should have this built
HTML5 should have this built in to the video tag itself. fullscreen=true ... That simple. Period. I find the lack of such an OBVIOUS feature to be a JOKE. Why do developers constantly jump through...
View ArticleGreat solution. Now
Great solution. Now fullscreen is supported API of John Dyer (http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/) is not work on IE right now. I find out another that someone has...
View Article