greetings to you all!
I want to insert a flash object in my code.and i get validation errors.
what is the best way of doing things.here is the code and below it the errors. pliz let me know how i can correct it.
<object width="200" height="200">
<param name="movie" value="flash/filename.swf">
<embed src="flash/filename.swf" width="200" height="200">
</embed>
</object>
and these are the errors that i get
Error 1 Validation (XHTML 1.0 Transitional): Empty elements such as 'param' must end with />.
Error 2 Validation (XHTML 1.0 Transitional): Element 'embed' is not supported.
thanks labelle