Question:

Html errors in visual studio 2005?

by  |  earlier

0 LIKES UnLike

I have placed the below codes in an html located in Visual Studio 2005. But it have two errors,

1. Element 'object' must be included within a parent element

2. Element 'embed' is not supported.

<object codebase="http://download.macromedia.com... width="480" height="640" title="Happy Birthday">

<param name="movie" value="scs happy birthday v2.swf"/>

<param name="quality" value="high"/>

<embed src="scs happy birthday v2.swf" quality="high" pluginspage="http://www.adobe.com/shockw... type="application/x-shockwave-flash" width="480" height="640"></embed>

</object>

So how could I solve it? Pls help. Thanks. 10 points.

 Tags:

   Report

1 ANSWERS


  1. Embedding flash breaks XHTML rules, so don&#039;t worry about it. You may want to leave it out until you&#039;re done the rest and then do it later, VS is not a good place to build websites, only program functions and modules for them/ASP.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.