Matt and Jonathan,
<body style="padding:0px;margin:0px">
Provided most of the fix.
Because the html page was coming from a pen drive via a local
connection, there was an extra bar, needing extra height, at the bottom
of the window telling of the intranet connection.
TWO CHANGED MADE THE SCROLL BARS GO AWAY
1. Modified window.open width and height in Multiplication.htm...
<a href="javascript:void(0)" onclick="window.open('Multiplication2.htm',
'welcome','width=320,height=278,scrollbars=0')"><strong>factors.</strong></a>
2. style info added to Multiplication2.htm....
<body style="padding:0px;margin:0px">
<object width="320" height="250">
<param name="movie" value="flash/Multiplication2.swf">
<embed src="flash/Multiplication2.swf" width="320" height="250">
</embed>
</object>
</body>
Even thought the bar needed only 22 pixels, I still needed the window to
be a bit larger that 250+22 =272 and setted on 278.
Thanks again.
John
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders