[Flashcoders] stage resize question

2007-05-25 Thread Ing. Mario Falomir
Hi all, i need some orientation :) Does any body know any documentation around the internet or anywhere else, or can put me on track on how to resize the stage of a movie (and rearreange the objects ) according to the user screen resolution ? Im trying to hide the browser scroll bars all the time

Re: [Flashcoders] stage resize question

2007-05-25 Thread Bob Wohl
use the Stage object and listeners. Set the embed and object's height & width to 100%, reposition via a stage listener. hth. B. On 5/25/07, Ing. Mario Falomir <[EMAIL PROTECTED]> wrote: Hi all, i need some orientation :) Does any body know any documentation around the internet or anywhere else

Re: [Flashcoders] stage resize question

2007-05-25 Thread Ing. Mario Falomir
perfect, thanks a lot Bob. On 5/25/07, Bob Wohl <[EMAIL PROTECTED]> wrote: use the Stage object and listeners. Set the embed and object's height & width to 100%, reposition via a stage listener. hth. B. On 5/25/07, Ing. Mario Falomir <[EMAIL PROTECTED]> wrote: > > Hi all, i need some orientat

Re: [Flashcoders] stage resize question

2007-05-25 Thread Bob Wohl
np, glad to be of help =) On 5/25/07, Ing. Mario Falomir <[EMAIL PROTECTED]> wrote: perfect, thanks a lot Bob. On 5/25/07, Bob Wohl <[EMAIL PROTECTED]> wrote: > > use the Stage object and listeners. Set the embed and object's height & > width to 100%, reposition via a stage listener. > > hth.