Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
asiabackpacker #1
dynamically obtaining movie width/height
is there a way to dynamically obtain the width/height of the movie (.swf) I am working in?
asiabackpacker Guest
-
how to get stream width and height?
hello; is there a way to get a streams width and heigh so that I can dynamically change the size of the video object? thanks dsdsdsdsd Chicago -
Dynamically changing Application height & width
Hi, Any one know How to change Application height & Width Dynamically using Action Script? shammi -
Stage width & height
Has anyone else noticed that stage.width and stage.height report incorrectly when yopu test your movie at 100% Does anyone have a good way round... -
Can't control height and width
When I draw a rounded rectangle, i can no longer get a Height and Width measurement readout from the properties window. It gives me 64000 for the... -
Obtaining Width and Height for an Image
I am having a problem here. I have an ASP page which displays different images according to the querystring and the images are all of different... -
kglad #2
Re: dynamically obtaining movie width/height
the stage has width and height properties that you can access. and each movieclip has _width and _height properties that you can access and change.
kglad Guest
-
asiabackpacker #3
Re: dynamically obtaining movie width/height
i am looking for a way to access the width and height of the stage. Obviously
there is no way to change this dynamically, but I just want to know if there is
a way to access this dynamically, and if so how?
asiabackpacker Guest
-
kglad #4
Re: dynamically obtaining movie width/height
as mentioned above you can use:
stage.width;
stage.height;
kglad Guest
-
asiabackpacker #5
Re: dynamically obtaining movie width/height
well, that's easy enough-thanks.
For some reason though, it comes up as four pixles under the actual stage dimensions, but I can definately work around that
asiabackpacker Guest
-
kglad #6
Re: dynamically obtaining movie width/height
my bad. be sure to use Stage.height and Stage.width NOT stage with all lowercase letters.
kglad Guest



Reply With Quote

