--- In [email protected], "luvfotography" <ygro...@...> wrote: > > How do I get the browser's height and width, > not the swf's height and width, but the browser's height and width, > can I get it without using javascript (external interface)? > thanks, >
You can do this with JQuery. I use this to resize the flex app based on the user's screen resolution and browser size. see: http://docs.jquery.com/CSS/height http://docs.jquery.com/CSS/width

