BroChris
09-15-2002, 11:02 PM
I'm trying to make sure my page is html 4.01 Transitional compliant, and when I went to validate it, it did not like any of the attributes I used to insert flash. What is the correct way to insert flash? Here's the code I used:
<embed name="intro" src="intro.swf" quality="high" bgcolor="#FFD800" width="183" height="207" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
<embed name="intro" src="intro.swf" quality="high" bgcolor="#FFD800" width="183" height="207" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>