Apr 13, 2001 #1 kjonnnnn MIS Joined Aug 25, 2000 Messages 317 Location US How do you get a Flash Movie to fill the entire window without borders....?
Apr 13, 2001 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Add thew following to your <body> tag: <BODY bgcolor="#..." leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"> Also... Make sure the movie width and height is set to 100% x 100% in the <object> & <embed> tags. ;-) Upvote 0 Downvote
Add thew following to your <body> tag: <BODY bgcolor="#..." leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"> Also... Make sure the movie width and height is set to 100% x 100% in the <object> & <embed> tags. ;-)