Re: [Flashcoders] fullscreen weirdness (solution)

2009-09-03 Thread Ian Thomas
On Thu, Sep 3, 2009 at 4:35 PM, Joe Cutting wrote: > Ian reported problems with the Javascript version and Chrome. I'd be > interested to hear if anyone else has problems with one or the other. Both versions now work fine with latest Chrome, Firefox, Safari and with IE7 - that seems to have solve

RE: [Flashcoders] fullscreen weirdness (solution)

2009-09-03 Thread Merrill, Jason
>>- If the buttons which call the fullscreen change are using >>MouseEvent.MOUSE_DOWN, it doesn't happen if they're using MouseEvent.CLICK I know one Flash player 9/10 rule about initiating full screen is it has to be user initiated, and I know even though MouseEvent.MOUSE_DOWN is technically a u

[Flashcoders] fullscreen weirdness (solution)

2009-09-03 Thread Joe Cutting
Ok, here's an update on this. I built a test rig and managed to reproduce the problem and found out that it only happens: - If you're using Firefox (IE and safari are fine) - If you're NOT using StageScaleMode.NO_SCALE - If the buttons which call the fullscreen change are using MouseEvent.MOUSE_

Re: [Flashcoders] fullscreen weirdness

2009-09-03 Thread Ian Thomas
Joe, What code are you using to do the fullscreen switch? Again, I'm getting problems with the Chrome version - so if it's not your embedding causing the problems, it must be somewhere in your AS code... Ian On Wed, Sep 2, 2009 at 6:01 PM, Joe Cutting wrote: >>> > You're definitely doing somet

[Flashcoders] fullscreen weirdness

2009-09-02 Thread Joe Cutting
>> You're definitely doing something peculiar - in Chrome, after I click to go fullscreen on your movie, nothing is clickable at all! I have to press Esc to get out of full screen. In Firefox it seems to work okay. I'd switch to using SWFObject for embedding your movie in HTML; that's what I use,