Re: [Flashcoders] Flash fullscreen in a JavaScript app?

2011-01-31 Thread Karl DeSaulniers
Aaanndd done! :) http://www.google.com/search?client=safarirls=enq=fullscreen+with +java+browserie=UTF-8oe=UTF-8 If you don't find your answer here, I am thinking you may not find it. The problem may be in accessing a clients browser in that way. Some users don't likey. I think with Java

RE: [Flashcoders] Flash fullscreen in a JavaScript app?

2011-01-31 Thread Mendelsohn, Michael
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

RE: [Flashcoders] Flash fullscreen in a JavaScript app?

2011-01-29 Thread Mendelsohn, Michael
Hi Jim... That's really impressive. Very nice work. If I'm understanding your question correctly, you're asking if you can silently trigger Flash to go full screen. The problem is that when you go full screen with Flash, the only thing full screen is the Flash stage, not the browser. For

Re: [Flashcoders] Flash fullscreen in a JavaScript app?

2011-01-29 Thread Karl DeSaulniers
This might help.. http://plugins.jquery.com/plugin-tags/fullscreen Best, Karl On Jan 29, 2011, at 4:24 PM, Mendelsohn, Michael wrote: Hi Jim... That's really impressive. Very nice work. If I'm understanding your question correctly, you're asking if you can silently trigger Flash to go

Re: [Flashcoders] Flash fullscreen in a JavaScript app?

2011-01-29 Thread Jim Andrews
: http://netartery.vispo.com/?p=789 ja - Original Message - From: Mendelsohn, Michael michael.mendels...@fmglobal.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Saturday, January 29, 2011 2:24 PM Subject: RE: [Flashcoders] Flash fullscreen in a JavaScript app? Hi Jim