can anybody make this flash menu xhtml valid... i tried with some tutorials over the net but it still doesn't work.

this is the code

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=                "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"                width="923" height="90">
<param name="movie" value=
                  "http://www.zeriislam.com/menu.swf" />
                  <param name="menu" value="false" />

                  <param name="quality" value="Best" />
                  <param name="bgcolor" value="#1f314f" />
                  <embed src="http://www.zeriislam.com/menu.swf"
                  width="923" height="90" pluginspage=
                  "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
                  name="htemplate1obj" />
                </object>

width must be 923 & height 90 the others values like background are not important...

Try this:

<!--[if !IE]> -->
<object type="application/x-shockwave-flash"
  data="http://www.zeriislam.com/menu.swf" width="923" height="90">
<!-- <![endif]-->
<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
  width="923" height="90">
  <param name="movie" value="http://www.zeriislam.com/menu.swf" />
<!--><!--dgx-->
  <param name="loop" value="true" />
  <param name="menu" value="false" />
  <p>Flash Player Required</p>
</object>
<!-- <![endif]-->

Matti Ressler
Suomedia

commented: He helped me... thanks +1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.