A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: top white border in netscape?

  1. #1
    Senior Member
    Join Date
    Dec 2000
    Posts
    336

    top white border in netscape?

    hiya!

    i have a flash movie that fills the entire browser window to the edges. it works fine in IE but in netscape 7 there is a white border at the top. the sides are ok though. here is my 'OBJECT' HTML code in the page that contains the movie:


    <OBJECT
    CLASSID="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    WIDTH="100%"
    HEIGHT="100%"
    CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    ID=movie1 name=mymovie>
    <PARAM NAME="MOVIE" VALUE="movie1.swf">
    <PARAM NAME="PLAY" VALUE="false">
    <PARAM NAME="LOOP" VALUE="false">
    <PARAM NAME="MENU" VALUE="false">
    <PARAM NAME="QUALITY" VALUE="high">
    <PARAM NAME="SCALE" VALUE="SHOWALL">

    <EMBED
    NAME="movie1"
    SRC="movie1.swf"
    WIDTH="100%"
    HEIGHT="100%"
    PLAY="false"
    LOOP="false"
    MENU="false"
    QUALITY="high"
    SCALE="SHOWALL"
    swLiveConnect="true"
    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>


    any suggestions on how to get rid of the top border in netscape? thanks!

  2. #2
    Senior Member
    Join Date
    Dec 2000
    Posts
    336
    anyone have any ideas? thanks!

  3. #3
    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!

  4. #4
    Senior Member
    Join Date
    Dec 2000
    Posts
    336
    thanks oldnewbie! but that didn't work. i still have the top border in netscape 7..any other ideas? thanks!

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