943,724 Members | Top Members by Rank

Ad:
Mar 31st, 2008
0

falid flash on xhtml trans... plz help me

Expand Post »
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

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <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">
  2. <param name="movie" value=
  3. "http://www.zeriislam.com/menu.swf" />
  4. <param name="menu" value="false" />
  5.  
  6. <param name="quality" value="Best" />
  7. <param name="bgcolor" value="#1f314f" />
  8. <embed src="http://www.zeriislam.com/menu.swf"
  9. width="923" height="90" pluginspage=
  10. "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
  11. name="htemplate1obj" />
  12. </object>


width must be 923 & height 90 the others values like background are not important...
Reputation Points: 7
Solved Threads: 14
Junior Poster
smartness is offline Offline
103 posts
since Aug 2007
Mar 31st, 2008
1

Re: falid flash on xhtml trans... plz help me

Try this:

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <!--[if !IE]> -->
  2. <object type="application/x-shockwave-flash"
  3. data="http://www.zeriislam.com/menu.swf" width="923" height="90">
  4. <!-- <![endif]-->
  5. <!--[if IE]>
  6. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  7. codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
  8. width="923" height="90">
  9. <param name="movie" value="http://www.zeriislam.com/menu.swf" />
  10. <!--><!--dgx-->
  11. <param name="loop" value="true" />
  12. <param name="menu" value="false" />
  13. <p>Flash Player Required</p>
  14. </object>
  15. <!-- <![endif]-->



Matti Ressler
Suomedia
Reputation Points: 15
Solved Threads: 19
Junior Poster
Suomedia is offline Offline
154 posts
since Mar 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: Image Swapping
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: Checking for illegal non-numeric characters





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC