Valid XHTML <object> Tags for Shockwave Flash (.swf) - Web Team Procedures and Notes
This page is intended for use only by the Web Team.
NOTE: Subject to change.
Go to Index of Valid XHTML <object> Tags.
Embedding Shockwave Flash (.swf) using Valid XHTML
NOTE: So far, I haven't gotten this code to work. Another method of interest: swfobject.js (http://blog.deconcept.com/swfobject/).
<div class="embeddedmedia flash centertag">
<span class="smalltext">(Video is not captioned; no transcript.)</span>
<object type="application/x-shockwave-flash"
data="/path/name_of_flash.swf"
width="100" height="100">
<param name="movie" value="/path/FILENAME.swf" />
<param name="loop" value="false" />
<param name="quality" value="high"/>
</object>
</div>
- apparently "codebase" is optional:
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" - http://yoast.com/code/valid-flash-embedding.html
