Fitting Flash While Keeping Scale

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Fitting Flash While Keeping Scale

    Hey guys,

    What I would like to find out how to do is get my .swf file to expand so that
    it fills an entire frame in Dreamweaver while keeping its scale. I've already
    tried publishing with the percents instead of pixels, but for some reason when
    it expands it still changes the scale of the .swf file to fit.

    Hope you understand wut I mean. If you need more clarification lemme know cuz
    I'm in desparate need of help, I've searched everywhere I know for the answer,
    but no luck so far, hope you guys can change that. ;)

    gilberb001 Guest

  2. Similar Questions and Discussions

    1. keeping flash player from being uninstalled
      I thimk that registry Mechanic is causing me to have to reinstall Flash Player everytime I use it. They say I can add a key or number to exclude it...
    2. Fitting Flash movie to browser window
      Hello, is there a way to make Flash movie "fit to browser window"? The scale of the movie should remain 100%, but the movie area should resize to...
    3. zoom & scale images in Flash
      Can anyone point me to an good application that enables the viewer of a Flash site to scale and move around an image?
    4. Scale IE frame to Flash file
      Hi all, I am searching for the answer of how to scale the brouser winder to my Flash file? Can anyone please help me? My Flash stage is (550...
    5. Help! Flash SWF not fitting.
      Using Flash MX & DW MX, I have created and sliced an image for a website with exact dimensions, I sliced the image out of my raw graphics file and...
  3. #2

    Default Re: Fitting Flash While Keeping Scale

    Yes please clarify. Do you really mean scale or do you mean aspect ratio? If you want it to expand, it has to change scale. That's what scale is.
    rlc5611 Guest

  4. #3

    Default Re: Fitting Flash While Keeping Scale

    OK Basically i want the .swf file to expand while the contents stay the same size.


    gilberb001 Guest

  5. #4

    Default Re: Fitting Flash While Keeping Scale

    I am not sure that is possible. Since you are using dreamweaver, you can define
    the CSS background image properties to fill the entire window with an image
    repeatedly so there is no white space and then play your movie as a certain
    size (pixels). The size of the movie is taken from the first movie loaded in
    the player. All other movies will adopt that style even if they are published
    differently. Personally I like resizing the movie to fill the window. It makes
    it easier for people with small screens or low resolution to see it. I don't
    know what reolution and screen size you are working on but you should change
    your screen settings to different resolutions to test you movie to see how it
    will look to most of the world. I work on 1600x1200 with a 21" monitor and I am
    the world's worst about being inconsiderate to VGA users with a 14" screen.

    rlc5611 Guest

  6. #5

    Default Re: Fitting Flash While Keeping Scale

    [L=http://www.bzassociates.ca/pixelcritter/flash2.htm]http://www.bzassociates.ca
    /pixelcritter/flash2.htm[/L]

    thats the page im talkin about. u can see i got the width to expand to fit the
    screen, i was just curiousif it was possile to get the height to pit the screen
    as well. Cuz i know you can make the height of the swf 100% and the keep the
    aspect ration the same for the contents of the file as long as the width stays
    its defined pixels, but you cant make both height and width 100% without
    everything in the swf file enalrging along with it.

    So basically i was just wondering if it was possible.

    gilberb001 Guest

  7. #6

    Default Re: Fitting Flash While Keeping Scale

    Set width and hight of movie to 100% (in the object and embed tags). And set
    the scale parameter to noscale

    In the object tag, that would be: <param name="scale" value="noscale" />
    In the embed tag then: scale="noscale"

    If you can't figure it out: check the source of my website.

    John

    --
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------


    Laiverd.COM Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139