A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: REmoving browser vertical scrollbar...

Threaded View

  1. #1
    flashguy
    Join Date
    May 2005
    Location
    In the mountains
    Posts
    341

    Removing browser vertical scrollbar... [RESOLVED]

    I am experiencing the following problem...

    I have this simple Flash website at:
    http://ballooncreator.com/pc/samples...one/home2.html

    It is a 1020w X 1000h stage and it loads a background picture with 1600w x 1254h. I have set the width parameter on the HTML tag to 100% and added a couple parameters into the body tag to remove scrollbars:

    Code:
    <body bgcolor="#333333" topmargin="0" leftmargin="0" scroll="no" style="overflow: hidden"><center>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="1000" id="home2" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="home2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#333333" /><embed src="home2.swf" quality="high" bgcolor="#333333" width="100%" height="1000" name="home2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </body>
    Ok, it kind of worked. In IE it works perfectly, but at FF it cuts the right side of the image a bit and I have no idea what trick to use to resolve this problem.

    Any clues?
    Last edited by yanmoura; 11-07-2009 at 01:33 PM.
    Visit my business at http://www.ballooncreator.com - Software Tool For Party Balloons Online Design!

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