falid flash on xhtml trans... plz help me

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved

Join Date: Aug 2007
Posts: 73
Reputation: smartness is an unknown quantity at this point 
Solved Threads: 10
smartness's Avatar
smartness smartness is offline Offline
Junior Poster in Training

falid flash on xhtml trans... plz help me

 
0
  #1
Mar 31st, 2008
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...
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 154
Reputation: Suomedia is an unknown quantity at this point 
Solved Threads: 19
Suomedia Suomedia is offline Offline
Junior Poster

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

 
1
  #2
Mar 31st, 2008
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
If you want your dreams to come true, the first thing you must do is to wake up....
Suomedia - Dynamic Content Management
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC