Reputation: 4044
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!
Upvotes: 0
Views: 1103
Reputation: 5227
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 width
and height
attributes of the embed
object to 100%
, and the scale
attribute to exactfit
.
Upvotes: 3