Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-18-2007, 12:39 PM   #1 (permalink)
 
Newb Techie

Join Date: Nov 2005

Posts: 42

Hamuth

Unhappy help on HTML 4.01

hi

I wanted to Use the Object tag to put an audio clip on my webpage.

Ive searched the net but iam not being able to use the code.

<OBJECT DATA="../graphics/watering.mp3" TYPE="audio/mp3" TITLE="watering">

<PARAM NAME=autostart VALUE=true>

<PARAM NAME=hidden VALUE=true>

<A HREF="../graphics/watering.mp3">click 2 play</A>
</OBJECT>

here is the code,(Well ive edited it a little) so how will i make the clip to play, ive used EMBED but on http://www.validator.w3c.org i got kicked, tag is not html4.01 compliant.

Well i wanted it to have the media player on my webpage not via a helper application, how to achive this please.

Using Embed tag all was ok, but my lecturer asked me to change it.

Thanks
__________________
Venom Digital
Hamuth is offline  
Old 04-18-2007, 10:00 PM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,682

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: help on HTML 4.01

<embed src="music.mp3"/>

That will put a music player on your site. It's nothing fancy, but it will play music.

Not sure if that is what you were looking for or not.
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
some VERY basic HTML help required!! VIII Programming Discussions 3 04-17-2007 12:55 PM
Html Korubi Off Topic Discussion 2 04-01-2007 02:04 PM