
Fullscreen auto
dear all,
how to make fullscreen player auto when player it's ready load without push button fullscreen mode? At where code must I change this?
-by kokoadi-
dear all,
how to make fullscreen player auto when player it's ready load without push button fullscreen mode? At where code must I change this?
-by kokoadi-
At where I must pleace that code fullscreen state at JW class?
hmm, no javascript? :(
It would work well for my new youtube instant player. Type in what you would normally search for and instead of seeing youtube's page it automatically starts playing the most watched video from what would be the search results. You can see this by going to http://www.thesmartass.info and typing in the video box at the bottom.
If I could make this go directly into fullscreen on submit it would be amazingly cool.
I'm 99% sure it's a security feature. Do you know how annoying the web would be if anyone with a copy of Flash could hijack your browser and make it go full screen as soon as you hit the page? Especially if the Flash Banner makers got wind of how to do it..
where code skin.stage['displayState'] = 'fullScreen'; must I inserted to make auto full screen?
please see reply in other thread with same question - *http://www.jeroenwijering.com/?thread=13989*
*http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html*bc.. The full-screen mode in Flash Player is initiated through ActionScript and can be terminated through ActionScript, keyboard shortcuts, or by the user switching focus to another window.
The user has to click on the fullscreen button.