http://www.adobe.com/support/flash/...pt_dictionary/actionscript_dictionary678.html
http://www.actionscripts.co.uk/tutorials/poab/poab04/stage.html
the <object> tag in the html can have it's size set in px or % and effects the swf size in the html.
the ActionSctipt Stage.scaleMode effects the actual swf contents.
for example if you had 100% as the size set in the <object> and had Stage.scaleMode = noScale; on frame one of your movie, then the swf will fill the html but it's content will not scale with it.
http://www.actionscripts.co.uk/tutorials/poab/poab04/stage.html
the <object> tag in the html can have it's size set in px or % and effects the swf size in the html.
the ActionSctipt Stage.scaleMode effects the actual swf contents.
for example if you had 100% as the size set in the <object> and had Stage.scaleMode = noScale; on frame one of your movie, then the swf will fill the html but it's content will not scale with it.