Как известно, тег embed признан не валидным тегом в HTML. И как решит эту проблему? Оказывается довольно просто:
In summary, you need to remove the "embed" tag and in your "object" tag you would
- remove the CLSID and the CODEBASE within the "object" tag.
- add DATA and TYPE to your object tag.
- if you have not already, then you would also include the PARAM as an example below.
<object data="flashmoviename.swf" type="application/x-shockwave-flash" width="504" height="250">
<param name="MOVIE" value="flashmoviename.swf">
</object>
Комментариев нет:
Отправить комментарий