Welcome to Dream.In.Code
Getting Help is Easy!

Join 132,651 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,150 people online right now. Registration is fast and FREE... Join Now!




how to add a sound file in the html document

 
Reply to this topicStart new topic

how to add a sound file in the html document

suresh_2k8
post 9 Aug, 2008 - 07:49 AM
Post #1


New D.I.C Head

*
Joined: 9 Aug, 2008
Posts: 1

<html>
<head>
<head/>
<body>
<img src="path" height=100, weight="100">
</body>
<html>




is tyhis code is enough for displying a image
give me the code to add an sound file
User is offlineProfile CardPM

Go to the top of the page

Martyr2
post 9 Aug, 2008 - 08:11 AM
Post #2


Programming Theoretician

Group Icon
Joined: 18 Apr, 2007
Posts: 5,062



Thanked 175 times

Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions


Your code is close. Your image tag should look like this..

CODE

<img src="path" height="100" weight="100">


Notice no comma and it is good pratice to make sure all your attribute values have quotation marks around them. If you want to also make sure you follow good W3C xhtml conventions you could add a forward slash just before the ">" on the end.

As for embedding sound, check out the embed tag...

HTML Embed - HTML Code tutorial

or you can embed something like the windows player using the <object> tag which is shown on the following page...

How to embed windows media player in HTML document

Both will work great. The <embed> tag is great for background music (like midi or wav) and the windows player is better for resources like MP3, .AU, and other windows media player specific formats.

Enjoy!

"At DIC we be sound embedding code ninjas... didn't you hear me whoop up on Whizzy through the page? He cried like a baby." decap.gif
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 05:18AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month