audio file to play automatically

audio file to play automatically

I want to get an audio file to play automatically when someone visits my site!

View Answers

November 1, 2010 at 4:24 PM

Hi,

Here is the answer,

Most browsers support the EMBED element for this, provided that the user has a suitable plug-in for the sound file. You can reach a slightly wider audience if you use BGSOUND as well. To avoid problems with browsers that support both, place the BGSOUND in a NOEMBED container:

<embed src="your sound file" hidden=true autostart=true>
<noembed><bgsound src="your sound file"></noembed>

Thanks.









Related Tutorials/Questions & Answers:
audio file to play automatically
audio file to play automatically  I want to get an audio file to play automatically when someone visits my site
uploading audio file iphone
uploading audio file iphone  uploading audio file iphone
Advertisements
converter code for audio file
converter code for audio file  how can i convert a audio file to a another file format like mp3
Play Audio in Java Applet
the sound file. This program will show you how to play a audio clip in your java applet... Play Audio in Java Applet      ... PlaySoundApplet.java to play sound. There are two buttons to play the sound
playing an audio file
playing an audio file  In playing an audio file we have to take one method getAudioClip(getCodeBase(), "TestSnd.wav") inside that getCodeBase... how to solve this problem and also tell me where i should pass my audio clip
how to play audio track in java applat
how to play audio track in java applat  Sir,i took help of coding in how to play audio track in java applet....nd i found perfect code ..but when i... file...as u see there is no main claas in this coding then how would i run dis
To run a jsp file automatically - IDE Questions
To run a jsp file automatically  Hi all, I am in need for the solution for - Can a JSP page can be made to run automatically when NetBeans IDE has been started. or we have to compile and run it automatically? I
ModuleNotFoundError: No module named 'rebuild-audio-file'
ModuleNotFoundError: No module named 'rebuild-audio-file'  Hi, My... named 'rebuild-audio-file' How to remove the ModuleNotFoundError: No module named 'rebuild-audio-file' error? Thanks   Hi, In your
How to Remove audio from video file with FFmpeg?
How to Remove audio from video file with FFmpeg?  I have a video... in video. How to remove audio from video file with FFmpeg? thanks   Hi, You can use the '-an' option to remove the audio from video. Check
Upload file on server automatically on specific time - JSP-Servlet
Upload file on server automatically on specific time  Hi all, Is there any way to upload file on server on specific time automatically using java... only to upload a file? If java application running, which will be the best
Hi Every One , please give me some idia to opning audio File . please Help ..
Hi Every One , please give me some idia to opning audio File . please Help ..  hi Dear Friend , please give me a program to opening audio file that ech extention will except it ,play sound by Button (PLAY) , pause it by Pause
HTML audio tag
HTML audio tag  Hi, I have written a simple html page to play audio file, I m using audio tag as shown below: Your browser does not support the audio tag. when I open the page using Chrome, it works fine(plays audio
Play SWF file using Java - Applet
Play SWF file using Java  Hi I have task to design a screen saver using java. Now, I want to play .SWF (Flash file)in my Applet. Is there any way to play SWF from java class. Any reply will be appreciated. Thanks
Audio MIDlet Example
Audio MIDlet Example       This example illustrates how to play audio songs in your... a player for an audio song by using of javax.microedition.media API. As you
J2ME Audio Record
J2ME Audio Record       This example is used to record the audio sound  and play the recorded... of the audio, To play the audio sound we are using the following source code
HTML5 audio reference
HTML5 audio reference  Hi, Tell me the best url to learn HTML5 audio tags with examples. Thanks   Hi, Learn how to use HTML5 audio tags to play the audio on web page. The HTML5 audio tag is used to play the video
How to play only video file from any link
How to play only video file from any link  Hi Friends Please Help Me. My requirement is to play only videos from any webpages(ITS NOT A ABSOLUTE PATH)[IF I PASTE any VRL---,IT HAS TO BE PLAY IN ANY CONTROL] how it possible
ffmpeg audio from video
ffmpeg audio from video  Hi, How to extract audio from a video file? Thanks
how to stop audio (mp3)
how to stop audio (mp3)   if(e.getActionCommand(). equals("Stop")){ player.stop(); } i am making an audio player in which i... stopping it. how should i stop the song keeping in mind i have to play another song
Audio Processing
Audio Processing  Sir, I want implement an audio recognition system by using java.. Is it possible? and tell me the process... thank you
HTML5 audio autoplay, Use of autoplay attribute in audio tag.
HTML5 audio autoplay, Use of autoplay attribute in audio tag. Introduction:The autoplay is an audio tag attribute. It is only supported by HTML5. When it is present in audio tag, the music file will begin itself. or After loading
how to add audio clip in swings with event handling
how to add audio clip in swings with event handling  hello dear, i wanna to play audio clip in java program in JFrame in swings by event handling ,it should be like when i click on a button , audio clip should play , plz tell me
HTML5 audio loop, Use of loop attribute of audio tag in  HTML5.
audio file again, until you do not click any controls. It supports only Boolean value either true or false. If it is available in audio tag, music file...HTML5 audio loop, Use of loop attribute of audio tag in  HTML5
php create pages automatically
php create pages automatically  How to create pages automatically in PHP
sorting folders automatically
sorting folders automatically  i want to sort folders automatically,let say the folders to be displayed in a webpage(hyperlinked to its resource... be done automatically.whenever a folder is created it should automatically get
HTML5 audio autobuffer, Use of autobuffer attribute in audio tag.
in audio tag file; music will start buffering automatically . Declaration...HTML5 audio autobuffer, Use of autobuffer attribute in audio tag. Introduction:The autobuffer attribute has Boolean value. It is available in audio tag
Java how to stop audio
{ AudioInputStream audio = AudioSystem.getAudioInputStream(new File...(audio); clip.start(); } catch...); } I want that when i press the stop button in the gui, the audio stops
ModuleNotFoundError: No module named 'audio'
ModuleNotFoundError: No module named 'audio'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'audio' How to remove the ModuleNotFoundError: No module named 'audio'
Audio Level Meter
Audio Level Meter  Hello I'm new to programming and I'm trying... JButton play = new JButton("Play"); capture.setEnabled(true...(); } }; play.addActionListener(playListener); content.add(play, BorderLayout.SOUTH
Import My Own Package (Automatically)
Import My Own Package (Automatically)   How can I import my own package in every java program ( automatically )....? For example :- java.lang.String... automatically imported, we need not to import
audio video conferencing
audio video conferencing  how to develop a chat application in peer to peer setup
Broadcasting audio.. - JSP-Servlet
Broadcasting audio..  i am doing a project on Internet radio. I embeded windows media player,but doesnt know how to broadcast...i need to stream the audio. can anyone give a solution for this. Its very urgent
audio files in jdbc connectivity with ms-access - JDBC
audio files in jdbc connectivity with ms-access  i need to know how to retrieve audio files through jdbc connectivity with ms-access and how to play... static void main(String[] args) { try{ String url="jdbc:odbc:access"; File
HTML5 audio controls, Discuss the controls attribute of audio tag.
in audio tag file; music controls will be display on screen. Declaration...HTML5 audio controls, Discuss the controls attribute of audio tag. Introduction:The controls is attribute of audio. which is used for showing media player
how to run audio files in net beans using j2me
how to run audio files in net beans using j2me  i am running the audioMidlet in net beans. Now where should i place the .wav files inorder to play them
Version of com.drivemode>mediafacade-audio dependency
List of Version of com.drivemode>mediafacade-audio dependency
ModuleNotFoundError: No module named 'audio-metadata'
ModuleNotFoundError: No module named 'audio-metadata'  Hi, My... named 'audio-metadata' How to remove the ModuleNotFoundError: No module named 'audio-metadata' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'audio-slackbot'
ModuleNotFoundError: No module named 'audio-slackbot'  Hi, My... named 'audio-slackbot' How to remove the ModuleNotFoundError: No module named 'audio-slackbot' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'audio-to-midi'
ModuleNotFoundError: No module named 'audio-to-midi'  Hi, My... 'audio-to-midi' How to remove the ModuleNotFoundError: No module named 'audio-to-midi' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'iyo-audio'
ModuleNotFoundError: No module named 'iyo-audio'  Hi, My Python... 'iyo-audio' How to remove the ModuleNotFoundError: No module named 'iyo-audio' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'mythos-audio'
ModuleNotFoundError: No module named 'mythos-audio'  Hi, My Python... 'mythos-audio' How to remove the ModuleNotFoundError: No module named 'mythos-audio' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'nose-audio'
ModuleNotFoundError: No module named 'nose-audio'  Hi, My Python... 'nose-audio' How to remove the ModuleNotFoundError: No module named 'nose-audio' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'yt-audio'
ModuleNotFoundError: No module named 'yt-audio'  Hi, My Python...-audio' How to remove the ModuleNotFoundError: No module named 'yt-audio... to install padas library. You can install yt-audio python with following
ModuleNotFoundError: No module named 'audio_display'
ModuleNotFoundError: No module named 'audio_display'  Hi, My... 'audio_display' How to remove the ModuleNotFoundError: No module named 'audio_display' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'audio-metadata'
ModuleNotFoundError: No module named 'audio-metadata'  Hi, My... named 'audio-metadata' How to remove the ModuleNotFoundError: No module named 'audio-metadata' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'audio-slackbot'
ModuleNotFoundError: No module named 'audio-slackbot'  Hi, My... named 'audio-slackbot' How to remove the ModuleNotFoundError: No module named 'audio-slackbot' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'audio-utils'
ModuleNotFoundError: No module named 'audio-utils'  Hi, My Python... 'audio-utils' How to remove the ModuleNotFoundError: No module named 'audio-utils' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'audio-mixer'
ModuleNotFoundError: No module named 'audio-mixer'  Hi, My Python... 'audio-mixer' How to remove the ModuleNotFoundError: No module named 'audio-mixer' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'audio-slice'
ModuleNotFoundError: No module named 'audio-slice'  Hi, My Python... 'audio-slice' How to remove the ModuleNotFoundError: No module named 'audio-slice' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'audio-toolbox'
ModuleNotFoundError: No module named 'audio-toolbox'  Hi, My... 'audio-toolbox' How to remove the ModuleNotFoundError: No module named 'audio-toolbox' error? Thanks   Hi, In your python

Ads