Since it is an intro, you canfind this info from the first flash page (the main swf) and then when loading the child swf you can set the width/height etc according to what the environment is.
billystyx
Main Topics
Browse All Topicshi, everyone
recently, i plan to make a flash intros. However, i have some doubt on it. As we know that before we create a new flash, we need to define the flash resolution eg 1024x 768 pixels. After we done the flash intros and upload on the web. Some people, their pc resolution maybe 768x480 pixels. in this case, they maybe can't see the whole flash intros.
in my question, is there any method or function in flash can automatic adjust the flash intros resolution to suit different resolutions? or dreamweaver can do this, if we import the flash intros into dreamweaver?
thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: BillystyxPosted on 2005-05-22 at 22:53:08ID: 14058021
You can use System.capabilities.screen DPI Resolution X Resolution Y spectRatio
DPI;
and
System.capabilities.screen
and
System.capabilities.screen
and
System.capabilities.pixelA
which you assign to variables like:
dpi= System.capabilities.screen
to determine the environmental factors of the screen the user is using.
billystyx