How to add the audio files to your page

Saturday, March 15, 2008

How to add the audio files to your page .If you want to add the audio file then just replace the name of the video file with the other audio file name.
Example:
<img border="0" dynsrc="img\border.wav" start="fileopen" loop="0" width="134" height="138">
Attribute
Value
Description
dynsrc
path_of_movie_file
Defines the path of movie file.
start
fileopen, mouseover
Defines the instances on which movie starts playing.
loop
0 to n , infinite
Defines the no. of times movie should repeat.
width, height
pixels
Defines the height & width of movie window.
border
0 to n
Defines the width of border of movie window.
start
if you want that movie starts playing when page gets opened then use start="fileopen", if you want that it should open when mouse pointer moves over it then use start="mouseover".
Loop
If want to play the movie in repeating manner then use loop="infinite" or you can provide the value 0 to n.
if loop="0" then movie will play only one time.
So lets see an example so will get more clear.

Just write/copy this example on any text editor new file and save the file and open in the browser and see how it looks.

0 comments:

 
 
 

Followers