can i embed shockwave file in asp page?? How do i do it??? i am getting error message from macrmedia 8...

error message "The tag name: "embed" Not found in currently active version.[XHTML 1.0 frameset]"

Recommended Answers

All 2 Replies

Member Avatar for GreenDay2001

EMBED tag is not supported in XHTML i mean eliminated from that. its not supported even in html 4. use html doctylpes to use embed.

Hi there,

you can use this code to EMBED shockwave file in XHTML 1.0

Valid Flash for XHTML 1.0 Strict (XHTML 1.1)

example

<object type="application/x-shockwave-flash" data="YOURFILE.swf" width="288" height="128">
<param name="movie" value="YOURFILE.swf" />
<img src="Alternate_FILE_NAME.gif" width="288" height="128" alt="Any thing" />
</object>

Rahul Dev

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.