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

bassdas on 07/29/08


Tagged

valid xhtml flash code


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

SpinZ
bassdas
basicmagic


Embed XHMTL valid Flash Movie/Animation in Website


Published in: XHTML 


URL: http://cms4.blogspot.com/2008/01/korrekt-flash-einbinden.html

  1. <object type="application/x-shockwave-flash" data="http://url.ch/logo.swf" id="flashmovie" codebase="http://download.macromedia.com/pub/
  2. shockwave/cabs/flash/swflash.cab#
  3. version=6,0,0,0" height="40" width="315">
  4. <param name="movie" value="http://url.ch/logo.swf" />
  5. <param name="quality" value="best" />
  6. <param name="menu" value="false" />
  7. <param name="play" value="true" />
  8. <!-- alternatives Bild --><img src="images/bg_navi.jpg" alt="logo" id="flashimage" height="40" width="315" /><!-- end alternatives Bild -->

Report this snippet 

You need to login to post a comment.