Flash Q
- Started
- Last post
- 5 Responses
- BrainWare
Does any one know if it is possible to change the height and width of the stage at runtime?
for example
loadMovie("x")
stage.height=100
stage.width=100loadMovie("z")
stage.height=200
stage.width=100tutorials?
scripts?
- nospacebar0
The size of the Stage is read-only, and is dictated by the physical size of the environment that it's playing in.
If you've got the movie embedded in an HTML doc, you can ask JS to resize the object and embed tags.
As for the standalone player, you can't have it resize using native Flash interactions.
- nospacebar0
And any loaded content takes on the physical dimensions of the outermost .swf.
- BrainWare0
If you've got the movie embedded in an HTML doc, you can ask JS to resize the object and embed tags.
==========
How do you do that from frame to frame, or as each movie is loaded?
Is that how they did this site?
http://www.pdk.pl/index_feng.htm…
- BrainWare0
I got it.
way over my head 8/
- kld0
just use a full screen flash doc.