I'm betting that's IE only because of the ActiveXObject.

- MM


I found this from one of the links. Not sure if its cross-browser or  
not. May only be IE.
Have not tested, but it is Javascript.
function fullScreenWindow()
{
try{
// Get the ActiveX object from the Window
var acvxObj= new ActiveXObject("Wscript.shell"); //this may not be  
cross-browser, not sure. but may be other implementations per browser.
// Now sends a key to fullscreen
acvxObj.SendKeys("{F11}");
}catch(e){

}
}

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to