We Recommend

HTML Dog: The Best-Practice Guide to XHTML and CSS HTML Dog: The Best-Practice Guide to XHTML and CSS
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represents the best way to go about it.


Posted By

cyrilbatillat on 02/10/08


Tagged

flash


Versions (?)


Who likes this?

5 people have marked this snippet as a favorite

SpinZ
zottoh
stavelin
cidibee
Minras


Flash XHTML valid


Published in: XHTML 


URL: http://forum.alsacreations.com/faq/faq-27-Comment-rendre-valide-une-animation-Flash-.html

  1. <object type="application/x-shockwave-flash" data="fichierflash.swf" width="604" height="20">
  2. <param name="movie" value="fichierflash.swf" />
  3. <param name="wmode" value="transparent" />
  4. <p>Image ou texte alternatif</p>
  5. </object>

Report this snippet 

You need to login to post a comment.