Hi guys.. I am trying to build a AS3 only project and I ran into a problem that when I turn some MC's visible on...they are out of my browser window and there is no scrollBar for browser to scroll down.....Are there anyways around this?? Thanks for the reply...
+1
A:
The problem is that the HTML container is not big enough. The flash content will crop to fit the DIV container.
If you are using SWFObject to embed your SWF in your HTML page (I seriously recommend you should be) then I suggest using SWFFit. You can use it to change your SWFs container dynamically at runtime, by calling a method with your SWFs new height and/or width. This means that the default browser srollbars will show if needed.
TandemAdam
2010-08-10 20:49:04
Thanks for the help!!!
Jerry
2010-08-11 16:44:15