;

PDA

Click to See Complete Forum and Search --> : Can you adjust the movie to rescale for both 800x600 / 1024 x 768?


rblanc
11-07-2005, 08:21 PM
Dear 3DFA Scholars,

Is there a way to create a movie that can rescale for both screen sizes
800 x 600 and 1024 x 768?

Much appreciate your help on this,

Rick

blanius
11-07-2005, 09:09 PM
Sure, you use the HTML code.

use 100% for width and height in your HTML tags.

Note however that if you have content that goes off the stage it may be seen when using this method.

rblanc
11-07-2005, 09:20 PM
Should have made myself clearer, I am creating menus and trying to satisfy both scalings. I have been creating the menus for 800x600. Should I make them for 1024 x 728 and then use the table at 100 percent? I say this because it does not expand to fit 1024 x 768

Rick

blanius
11-08-2005, 08:08 AM
you sure could do it that way, make it say for 1024 and then change the scaling in the HTML to something like 75% or something when you detect 800. You can get screen size in javascript with something like window.availHeight or something like that. You can also get screen size in flash, there could maybe be a solution there.

rblanc
11-12-2005, 07:16 PM
I did have a program I was reviewing that allows upon redering, the option to "scale to window." This is wherr Flash show out, it scaled beautifully at both resolutions but had to first make it fit for 800 x 600. Can't seem to do this with 3DF.

Regards,

Rick