A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: HELP!!!!....resizing FlashMX

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Posts
    14

    HELP!!!!....resizing FlashMX

    PLease HELP!!!....can anyone tell me how this was done????.....the flash document resizes automatically to any brower size.....heres the site that you can see what I'm talking about!!!!

    Thanks:

    http://www.dreamweavertemplatesonline.com/orion/

  2. #2
    eveningtidemusic.com tristankelley's Avatar
    Join Date
    Jul 2003
    Posts
    377
    They set the width and height of the movie to '%' instead of pixels. So, 100% x 100% will always equal a full page. View the source on that page.
    Last edited by tristankelley; 10-29-2003 at 03:22 PM.

  3. #3
    Member
    Join Date
    Oct 2003
    Location
    Colorado Springs
    Posts
    82
    Actually its an fscommand();
    You can use the fscommands at the beginning of your movie to set how it is viewed...
    for instance
    this command fills the screen when the .swf is played solo and not over a website
    fscommand("fullscreen", true);

    Read up on the fscommands, but that will give you the desired effect your looking for.
    theres also either "scrollable", or "resizeable", something along those lines, I am drawing a blank at the moment.

    or to make it so that no matter what the user resizes the window too when viewing over the web and your movie never resizes with the window...
    embed the swf into a single celled table and set the table aspects to the same size as your movie.
    Last edited by MindWire; 10-29-2003 at 07:19 PM.

  4. #4
    Junior Member
    Join Date
    Oct 2003
    Posts
    14
    thanks I'll try that also....what does work is to set the dimensions in the html code to 100% width and 100% height....

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