Link to home
Start Free TrialLog in
Avatar of steva
steva

asked on

F11 full-screen browser option stops working after scene switch

I have an animation with two scenes.  A button in each scene switches to the other scene. Each scene only has one frame, with ActionScript that has a stop() at the end.  The button code in each scene is just

                on (release) {
                         play();
                }

What I'm finding is that if I play the animation in a browser (double-click the html generated by Publish)  the F11 full-screen option only works in scene 1, which starts  when the animation starts up.  Once I've switched to scene 2, F11 doesn't work in either scene anymore.  I see the same problem with Internet Explorer or Firefox.

Does anyone have any idea what's going on?

Thanks,
Steve
ASKER CERTIFIED SOLUTION
Avatar of Zeffer
Zeffer
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of steva
steva

ASKER

I agree it's a good idea to compress the two one-frame scenes into two frames of one scene so I did this and finally got everything working.  But the F11 problem is still there!  As soon as I hit the botton to advance to frame 2, F11 never works again.
example please (.fla) (flash 7 or less)

Z



Avatar of steva

ASKER

I working in Flash 8 so don't know if you'll be able to run this on 7.  The other problem is that the code now is getting massive, with 50 or symbols,  and several pages of ActionScript.  I'd hate to dump this on someone just to find the F11 problem.  Give me a day or so and I'll try to reduce this down to the simplest thing that fails, and we can work with that.
ok

z
Avatar of steva

ASKER

I reduced the problem to a simple case and I see now that it only occurs with Firefox.  There's no reason to bother you guys with a Firefox  problem so I'll go bug them.  Thanks for looking at it.  Z, I gave you the points.

Steve
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial