View Single Post
Old 10-25-2004, 06:49 AM   #5 (permalink)
gamehead200
Code Monkey
 
gamehead200's Avatar
 
Join Date: Oct 2004
Posts: 57
gamehead200 is an unknown quantity at this point
Well, seems that I got it working... Did a Google search on "XHTML Flash Valid" without the quotes and found my answer:

Code:
<object type="application/x-shockwave-flash" data="logo.swf" width="415" height="45">
<param name="movie" value="logo.swf" />
<param name="quality" value="high" />
</object>
The above code seems to validate as XHTML 1.0 Transitional!
gamehead200 is offline   Reply With Quote