I’m an absolute beginner at flash so please bear with me. I’m using Adobe Flash CS4
I’m currently trying to fit a flash intro inside the browser window (height 100%, width 100%). I’ve tried changing the height, width attributes but with no luck. What am I doing wrong?
Thank you!
In the publish settings, under HTML, for the Dimensions setting, select percentage and set height and width to 100%. Then publish the SWF and HTML. Note: you can also accomplish this in the HTML file loading the Flash object by setting the
widthandheightattributes of theembedobject to100%, and thescaleattribute toexactfit.