Computing.Net > Forums > Web Development > embeded sound using

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

embeded sound using

Reply to Message Icon

Name: lucky1
Date: September 25, 2006 at 14:49:34 Pacific
OS: win 2000
CPU/Ram: Athlon 1.4 / 512
Product: Clone
Comment:

I need help validating my webpage (xhtml). My very limited knowledge in coding leaves me GAGA.

Can anyone correct this code ????????
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autostart="false" />
-------------------
· Error Line 41 column 11: there is no attribute "src".
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autosta

· Error Line 41 column 37: there is no attribute "width".
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autosta

· Error Line 41 column 50: there is no attribute "height".
...mages/anthem.mid" width="170" height="16" controller="true" autostart="false"

· Error Line 41 column 66: there is no attribute "controller".
...ges/anthem.mid" width="170" height="16" controller="true" autostart="false" />

· Error Line 41 column 83: there is no attribute "autostart".
...ght="16" controller="true" autostart="false" />

· Error Line 41 column 92: element "embed" undefined.
...controller="true" autostart="false" />
-----------
This is what I am using -
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="170" height="16">
<param name="src" value="Images/anthem.mid" />
<param name="autoplay" value="false" />
<param name="controller" value="true" />
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autostart="false" />
</object>




Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: embeded sound using

Embedded sound loops in Firefox www.computing.net/answers/webdevel/embedded-sound-loops-in-firefox/1279.html

sound on & off www.computing.net/answers/webdevel/sound-on-amp-off/2774.html

Help with this quicktime thing. www.computing.net/answers/webdevel/help-with-this-quicktime-thing/1021.html