Мой профиль...

Поиск по этому блогу

пятница, 17 августа 2007 г.

Как избавиться от тега embed - HTML Validation and Flash Embed Tag

Как известно, тег 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>

Комментариев нет:

Релевантные посты...

Related Posts with Thumbnails