1 Reply Latest reply: Jun 10, 2010 2:12 AM by learn n leverage RSS

    Area outside of stage shows up on website.

    Webshark2000 Community Member

      I was at a friend's house and wanted to show him our website.  When I navigated to it, about 10% of the area outside of the stage was visible.  It was almost as if the swf had been shrunk by 10%, but still within the stage area (750px x 600px).  I'm not sure what's causing it, but I've seen it happen once before with a computer here at our office.

       

      It always seems to happen with Internet Explorer.  When we right-clicked on the swf and choose "show all" it filled the area and looked normal.  I've never encoutered the problem using Firefox and only some of the time when using Internet Explorer.  Not sure if it just happens with a certain version of IE or what.

       

      Our website is http://www.klaesimage.com.

       

      Thanks.

        • 1. Re: Area outside of stage shows up on website.
          learn n leverage Community Member

          Hi,

          I think irrespective of the browser, potentially you could see this issue when your Browser zoom setting is NOT=100%.

           

          If

          - the Browser is Zoomed In(Ctrl++) i.e >100% AND

          - the SWF you are trying to view is either published with Publish Settings>HTML>Scale = No scale or

          you had published with default Publish Settings for HTML i.e. Scale=Default(Show all) BUT an action script code some where in your SWF file saying stage.scaleMode = StageScaleMode.NO_SCALE

           

          You can resolve this by setting the stage.scaleMode = StageScaleMode.SHOW_ALL in your action script code.

           

          Thanks!