A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Browser-window filling movies... how?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    2

    Red face browser-window filling movies... how?

    Hmm.. ok... I got the following problem: I'm trying to get a flash movie to resize itself to fill the browser window. I found a few "suggestions", but none of them seem to work.
    Among which the following lines added (in html):
    In <BODY>:
    MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0"
    (which _should_ work for Netscape and IE)

    and (in EMBED):
    WIDTH=100%
    HEIGHT=100%
    SCALE=showall

    I tried using them separately and both at once, but neither will work. Heck, even if I could get it to resize only vertically or horizontally, I'd be happy... but now I just have a movie designed for 800x600 res, which _stays_ the same size no matter what resolution I view it in (from 640x480 up to 1600x1200).
    Any ideas, suggestions, solutions or whatever would be welcome...

    Oh yeah, and I'm using Flash4... ;p
    [Edited by Ziffie on 06-08-2001 at 03:46 PM]

  2. #2
    Junior Member
    Join Date
    Jun 2000
    Posts
    24
    It doesn't rescale?? you must have somewhere in your movie an FSCommand with allowscale equal to flase.. just take it out and it should resize accordingly.. then you should be able to put 100% scaling.

    Hope that helps.


    Draconis

  3. #3
    Junior Member
    Join Date
    Jun 2001
    Posts
    2
    allowscale equal to flase?

    Hmmm... and where would I find that? Coz I'm sure I never put it in...

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