A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Can you adjust the movie to rescale for both 800x600 / 1024 x 768?

  1. #1
    Senior Member
    Join Date
    Apr 2004
    Location
    Los Angeles
    Posts
    198

    Can you adjust the movie to rescale for both 800x600 / 1024 x 768?

    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

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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.

  3. #3
    Senior Member
    Join Date
    Apr 2004
    Location
    Los Angeles
    Posts
    198
    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
    Last edited by rblanc; 11-07-2005 at 10:27 PM.

  4. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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.

  5. #5
    Senior Member
    Join Date
    Apr 2004
    Location
    Los Angeles
    Posts
    198
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center