954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Embed shockwave file in asp page?

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]"

k_en
Light Poster
35 posts since Jul 2005
Reputation Points: 13
Solved Threads: 0
 

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.

vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42
 

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

katarey
Junior Poster
167 posts since Jul 2005
Reputation Points: 39
Solved Threads: 23
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You