A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: Resizing a movie

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    10

    Resizing a movie

    I recently created a site with SWiSHmax. The dimensions were 800x600. I was intending for it to fit perfectly in the browser in 800x600 resolution. Obviously higher resolutions wouldnt present a problem either. But i forgot the browser is included in the size. So now its too large to fit without scrolling. Is there anyway to proportionately (spelling) shrink the movie so i dont have to also resize all the buttons and text too? Hope this makes sense.

  2. #2
    Senior Member
    Join Date
    Jan 2003
    Location
    United States
    Posts
    892
    Hi gillbell04,

    One thing you could try is to convert you site to a sprite... if you have multiple scenes .... convert the contents of each scene into a sprite....then resize it the size you want and then "ungroup" it again. It should resize then without any problems.

    Don't forget to always save a back up before changing anything.

    Blessings

    JWR
    When all is said and done -- "You MUST be Born Again!" John 3:3

  3. #3
    Senior Member Dead Rabbit's Avatar
    Join Date
    Oct 2002
    Location
    Back in Tampa FLA again - and happy!
    Posts
    2,403
    Use Group->Group as Sprite.

    Convert to Sprite won't ungroup well.
    While changing my profile, I accidentally clicked the link that said
    "Add 'Dead Rabbit' to your Ignore List"
    so now I can't talk to myself anymore...

    The Repository -:- The Forum

  4. #4
    Junior Member
    Join Date
    Nov 2003
    Posts
    10
    You guys rock my socks off.

    Thanks mates.

  5. #5
    Senior Member Dead Rabbit's Avatar
    Join Date
    Oct 2002
    Location
    Back in Tampa FLA again - and happy!
    Posts
    2,403
    Sorry 'bout that. This link may help.
    While changing my profile, I accidentally clicked the link that said
    "Add 'Dead Rabbit' to your Ignore List"
    so now I can't talk to myself anymore...

    The Repository -:- The Forum

  6. #6
    Senior Member
    Join Date
    Jan 2003
    Location
    United States
    Posts
    892
    DR,

    Did you put a wrong link in. This is where the link goes:
    https://www.socks.com/webapp/wcs/sto...egory_rn=10217

    It's a "secure" connection for various socks to buy. ??

    JWR
    When all is said and done -- "You MUST be Born Again!" John 3:3

  7. #7
    Junior Member
    Join Date
    Nov 2003
    Posts
    10
    Good jokes mates. But i think ill remain sockless for the time being, no point in gettin new ones when im gonna keep losing them ^_-

    good night fellas

  8. #8
    Wouldnt this work? posting this as the code in a html file.. resubmit the hight, and width properties to the right size.

    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="500">
    <param name=movie value="http://www.yoursite/file.swf">
    <param name=quality value="high">
    <PARAM NAME=menu VALUE=false>
    <embed src="http://www.yoursite/file.swf" quality="high" width="800" height="500" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
    </object>

    If this wouldnt work, or isnt the best way-- can some one tell me why not?
    James

  9. #9
    Senior Member Dead Rabbit's Avatar
    Join Date
    Oct 2002
    Location
    Back in Tampa FLA again - and happy!
    Posts
    2,403
    JWR: The link was correct, and in response to
    Originally posted by gillbell04
    You guys rock my socks off.
    Eventually, you'll begin to understand my bizarre sense of humor.

    Originally posted by dcstreetracer
    Wouldnt this work? posting this as the code in a html file.. resubmit the hight, and width properties to the right size.
    Yes, you could do that, but it will most likely yield some less-than-desireable results.

    First, you are distorting the original aspect ratio of the movie, which is about the same effect as setting the H & W to "100%" and setting Scale to "Exact Fit". Basically, it squishes the movie.

    Second, depending on the contents of the movie, many objects do not scale well. Gifs and other graphics often degrade and pixelate and fonts (especially pixel fonts) become fuzzy when they are moved from an X or Y coordinate or a size that is not an integer.

    Your best bet is to allow space for the browser "chrome" and some room on the x-axis for the window border, scroll bar, etc.
    Last edited by Dead Rabbit; 11-06-2003 at 02:26 AM.
    While changing my profile, I accidentally clicked the link that said
    "Add 'Dead Rabbit' to your Ignore List"
    so now I can't talk to myself anymore...

    The Repository -:- The Forum

  10. #10
    Ahh!! thanks for the info! Ever since joining these forums -- my brain is fried from learning so much!

    -- I cant handle this site and school at the same time!!

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