Hi,
well making a page fullscreen is one of my favorite topics but whenever I have thought of doing it, I have always received one answer and that is, it is only done with flash.
For the first time today I saw one that is not done with flash, can someone tell me how exactly it is done, so I could atlast full my dream of using it ^^
here is the image http://content.screencast.com/users/...04-13_0001.png
There is nothing on that page that makes it full screen or if there is it must only be working for you because either you are using an antiquated browser or have disabled some of the settings that prevent web pages interfering with your browser.
If people want to view something full screen they will press the F11 key (or whatever alternative they have set up to use with their browser).
There is nothing on that page that makes it full screen or if there is it must only be working for you because either you are using an antiquated browser or have disabled some of the settings that prevent web pages interfering with your browser.
If people want to view something full screen they will press the F11 key (or whatever alternative they have set up to use with their browser).
How can you talk like that man, I added a pic so you can see, there is nothing that is blocked on browser, why would I do that while I am trying to develop something and my all browsers are up to date.
Kindly see the picture and then find that button, I have confirmed the button through, firefox, ie9, chrome
I hope this is enough for testing to verify that the button that I am talking about exists.
When you click the button, and it goes fullscreen, you get the temporary message:
"Press ESC to exit fullscreen"
Which is a message from flashplayer.
clicking the button triggers something that are flash!
I have find out what is it, it's based on html5, its not flash ^^ I am really glad that internet is now improving. It's the same thing that is these days used in html5 players, it's just that this site owner was smart he/she used it in site.
I am making a games site so its a best option for me except that it has compatibility issues with old browsers
Must be a bug in that version of Firefox - they wouldn't introduce something so annoying to 99% of visitors on purpose.
Alternatively it might be one of those proposed HTML 5 features that they are trying out in that browser just so they can find out how annoying it is so as to have a proper explanation for why it gets dropped.
Must be a bug in that version of Firefox - they wouldn't introduce something so annoying to 99% of visitors on purpose.
Alternatively it might be one of those proposed HTML 5 features that they are trying out in that browser just so they can find out how annoying it is so as to have a proper explanation for why it gets dropped.
think outside the innerWidth box!
if you think this is going to go away or is some kind of a bug, you are sorely mistaken. this isn't the first HTML5 feature that's gone un-noticed around here, and i fear it won't be the last. stick your head in the sand and use php for apps if you must, but the rest of us have bad-@ss apps to create. naysay elsewhere please.
initially, requestFullScreen() was developed for the <video> tag, but it can also be great for <canvas> and even some <div>s.
combined with the ability to unhinge the mouse from the pointer, it's the first indication that HTML5 is serious about games, multimedia, presentation software, data-view "screensavers" (like stock markets and weather), and many other applications that can use maximum screen real-estate.
__________________ my site (updated 5/13) STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.6% IE9:9.8% IE10:10%
For the first time today I saw one that is not done with flash, can someone tell me how exactly it is done, so I could atlast full my dream of using it ^^
__________________
.My new Javascript tutorial site: http://reallifejs.com/
.Latest article: Calculators — Tiny jQuery calculator, Full-fledged OOP calculator, Big number calculator
.Latest quick-bit: Including jQuery — Environment-aware minification and CDNs with local fallback
Well I don't think that people in the next generation would like to live without fullscreen world is changing and as said above we are not going to force users. Anyway I am going to use it for games (while keeping it optional for users).
Thanks for your helpful replies I read the article, it shows that It is not implemented by all browsers up till now, so I have to find a way to make it trigger with f11 so the browsers which support real fullscreen (the one like flash) become fullscreen for real otherwise they can remove the browsers extra panels and show entire screen (which actually f11 do) ^_^