Re: [Flashcoders] Tweaking Full-Screen Mode in Flash Player 8

2006-12-28 Thread Helmut Granda
Can we some code you are using at the moment? Maybe it just needs some tweaking rather than starting from scratch. On 12/27/06, Kelly Smith [EMAIL PROTECTED] wrote: Hello - I am building a video application which requires a full-screen mode for flash 8 players. I want to pass along some

Re: [Flashcoders] Tweaking Full-Screen Mode in Flash Player 8

2006-12-28 Thread Kelly Smith
Thanks, below is the relavent AS code: function resizeToggle():Void { if(vidSize == 1){ with(vidWrapper){ _x = 72; _y = 38; _width = 600; _height = 440; } vidWrapper.vidDisplayPlate._visible = true; wrapper1._y = 488; wrapper1._x

[Flashcoders] Tweaking Full-Screen Mode in Flash Player 8

2006-12-27 Thread Kelly Smith
Hello - I am building a video application which requires a full-screen mode for flash 8 players. I want to pass along some settings from the normal-sized view (browser) to the full-screen browser when it opens upon user's command via javascript. Specifically, I want to take some objects out of