In this document ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
I am getting the following error when validating document in DWMX.
"The tag name: "embed" Not found in currently active versions."
The following is the related code:
<td>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase= " width="755" height="160">
<param name="movie" value="flash_templates/index_banner/banner_main_2.swf">
<param name="quality" value="high"><param name="LOOP" value="false">
<embed src="flash_templates/index_banner/banner_main_2.swf" width="755" height="160" loop="false" quality="high" pluginspage=" type="application/x-shockwave-flash"></embed>
</object>
</td>
What does the error mean? Element (object) was created in Flash MX and inserted as per normal.
Thanks in advance
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
I am getting the following error when validating document in DWMX.
"The tag name: "embed" Not found in currently active versions."
The following is the related code:
<td>
<object classid="clsid

<param name="movie" value="flash_templates/index_banner/banner_main_2.swf">
<param name="quality" value="high"><param name="LOOP" value="false">
<embed src="flash_templates/index_banner/banner_main_2.swf" width="755" height="160" loop="false" quality="high" pluginspage=" type="application/x-shockwave-flash"></embed>
</object>
</td>
What does the error mean? Element (object) was created in Flash MX and inserted as per normal.
Thanks in advance