Fitting Flash movie to browser window

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

  1. #1

    Default 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 fit to the whole
    browser "page".

    Any ideas? Is this possible?

    HUGE THANKS in advance!

    Regards,
    skylit
    [url]http://www.skylit.co.uk/[/url]

    sskylit Guest

  2. Similar Questions and Discussions

    1. Fitting a swf to all browser?s size
      Hi, At (http://www.magwerk.com/mag.php?magazine=encore&language=en) we have a big swf that appers ok in 17? browsers or 15? as well. How to do...
    2. closing browser window from flash movie?
      Is there a way to close a browser window after the movie stops through AS? FayeC
    3. pop-up a sized browser window from Shockwave movie?
      Hi, I'm having problems with this. I want to pop up a sized browser window from shockwave. I tried using externalEvent to reach a javascript...
    4. movie hides browser window
      Using Window Xtra http://www.meliorasoft.com/xtras/window/ you can create an application bar and put there buttons to switch between the movie and...
    5. launching a fixed sized browser window from a movie clip
      Hi all, I have a slide show and I'd like to give the viewer the option of seeing a larger version of each graphic in the slide show. Ideally,...
  3. #2

    Default Re: Fitting Flash movie to browser window

    Use Stage object in ActionScript
    and when inserting your swf int html set its sizes at 100%.

    Hope this helps

    --
    daniele galiffa
    multimedia designer & developer
    [url]www.mentegrafica.it/daniele[/url]
    [ last update on February 2003 ]
    [email]daniele@mentegrafica.it[/email]
    "sskylit" <webforumsuser@macromedia.com> ha scritto nel messaggio
    news:c1a4l5$f4s$1@forums.macromedia.com...
    > 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 fit to the
    whole
    > browser "page".
    >
    > Any ideas? Is this possible?
    >
    > HUGE THANKS in advance!
    >
    > Regards,
    > skylit
    > [url]http://www.skylit.co.uk/[/url]
    >

    daniele Guest

  4. #3

    Default Re: Fitting Flash movie to browser window

    make a movie propotionate to browser window [in dimensions]
    then give width and height in %
    anishu Guest

  5. #4

    Default Re: Fitting Flash movie to browser window

    Thank you so much! It was that easy... % instead of pixels... Dumb me :)
    sskylit Guest

  6. #5

    Default Re: Fitting Flash movie to browser window

    check out in netscape,
    tht will create problem...
    netscape will take 100 px instead of 100%

    anishu Guest

  7. #6

    Default Re: Fitting Flash movie to browser window

    Is there a way to go around this problem?
    sskylit Guest

  8. #7

    Default Re: Fitting Flash movie to browser window

    wht i did on similar issue..

    make 2 html files.. one for IE and one for NETSCAPE
    for IE the keep dimension in % and for NETSCAPE keep dimension in pixels
    then redirect from index page, after checking the type of browser...
    [u will get this option in dremweaver]

    anishu 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