Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Audio File 2

Status
Not open for further replies.

Expression

Technical User
Dec 10, 2003
23
0
0
GB
Hi
My wife has a web site regarding the local church she is involved with.
There appears to be a requirement for playing a part of the sermon on the site.
I converted a standard audio tape to MP3 but I cannot find any way of playing the file either by clicking on an icon or automatically starting the audio file when visting that page.
I accept a visitor may have to download a plug in, but how do I get this to work?
Do I have to convert this file to another auidio format ?
She has music playing on the site which was not a problem.
I also assume that the music will have to be switch off when this sermon is played if so how.
The music is started on what I call a menu screen which is always on the left of any page.
Any thoughts any one?
 
Try using
Code:
<embed src="yourfile.mp3" autostart="true" loop="FALSE">
        </embed>

This will display a media type interface with volume options etc inlater browsers, not sure about cross browser campatability

Cheech

[Peace][Pipe]
 
Thank you both Cheech and Kjonnnn
The code from Cheech was spot on and the information from Kjonnnn solved other problems with this kind of use.
Thanks very much both
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top