A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash movie doesn't fit browser window

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Location
    Leicester, U.K
    Posts
    18

    Flash movie doesn't fit browser window

    Can anyone help?

    I've created a page in Dreamwaever that opens up my flash movie which is 550w x 400h. I've specified that when the Dreamweaver page opens a new browser window with the flash file in it, it is also 550w x 400h.

    When I test my pages the flash file opens up in the new window but has about a 1cm white border all the way round it. I have experimented with all the publish settings in Flash but it seems to make no difference or only makes things worse.

    Anyone got any idea's? i cant see anything obvious if I look at any of the html code (but i'm not a programer anyway).

    Any suggestions welcome.

    Thanks

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Your body tag should hold all of the following margin stuff, on top of what you already have...
    Code:
    < BODY bgcolor="#999999" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0"
    LEFTMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" SCROLL="NO">
    No linebreaks in the above, all one line.
    No space after the first "<".

    Added SCROLL="NO" to get rid of the right scrollbar if you don't need it!

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Location
    Leicester, U.K
    Posts
    18

    Thank you

    Nice one o.n, that code worked a treat. It even seemed to improve the image quality of everything on my site.

    Thanks for all your help - including the problem with components pre loading. I sorted that yesterday and my project is now ready to hand in.

    Cheers !

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