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

Join 136,505 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,694 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
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
+Quote Post

Martyr2
RE: How To Add A Sound File In The Html Document
9 Aug, 2008 - 08:11 AM
Post #2

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 5,213



Thanked: 216 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 online!Profile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 08:38PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month