A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: automatic resizing question

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Location
    ypsilanti, MI
    Posts
    2

    automatic resizing question

    hey everybody,
    i need to make a flash movie that would fill a browser no matter how big or small it is. what i mean by that is i need it to be able to resize itself to fit different browser sizes. is that possible? if so how would i go about doing it? i hope this is enough information, i'm not really sure what the term is for this.

    any help would be greatly appreciated
    thanks
    andy

  2. #2
    Senior Member
    Join Date
    Apr 2000
    Location
    Minneapolis
    Posts
    2,127
    in the publish setting dialog (under file menu) on the htm tab change dimensions drop down to percent and put 100 for width and height.

    on the same tab try the different settings for the scale drop down, look up help for explanations.

    also set the html of the page to show no margins or borders

    <BODY bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">

    good luck

  3. #3
    Junior Member
    Join Date
    Oct 2002
    Location
    ypsilanti, MI
    Posts
    2
    it worked!

    thank you very much
    andy

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