I have a movie which fits the page when the resolution is 1024 x 768. How can i make it do the same when changing resolution in "800 x 600"???
Oops.. Didnt mean to click submit..
Anyways.. FSCommand("fullscreen", "true" will resize the movie to current resolution.
The downside of this is:
If you are running video, or have lots of pictures, all images will be pixelated at higher resolutions do to it stretching the swf. Also, at resolutions such as 1280x1024, you will have a small border on the top and bottom do to the resolution not being a true 4:3 ratio.
The best method I have found (for non-web applications), is to make every movie 800x600 and on the first frame put:
FSCommand("fullscreeen", true);
FSCommand("allowscale", false);
I wouldnt use allowscale on movies larger than 800x600 because it will crop the movie if the users resultion is lower than the movie dimensions..
I hope that wasn't confusing.. I over-explained that pretty well =) -Nukoi
I know my stuff.. Hire me.
I want to redesign the start page, and i want the pictures there to be a movie made in flash.
My question is:how can i make this so that when smb acceses the page in 800 x 600 to see the movie the same as by using 1024x768 ....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.