Play an audio file without the controller appearing?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • laredotornado@zipmail.com

    Play an audio file without the controller appearing?

    Hello, I want to play an audio file by clicking on an audio icon and
    not having the page switch out underneath. Right now the code I have
    is ...

    <html>
    <head>
    <title>Dictiona ry: homeostasis</title>
    <link href="liveink.c ss" type="text/css" rel="stylesheet "/>
    </head>
    <body>
    <div class="dictiona ry-area">
    <span class="dictiona ry-word">homeostas is</span>
    (<span class="dictiona ry-pos">Noun</span>)
    <br/>
    <div class="dictiona ry-defn">The maintenance of a constant internal
    state in a changing environment that is maintained by continually
    making adjustments to the internal and external environment.</div>
    <a href="homeostas is.mp3" target="new"><i mg src="audio.gif"
    border="0"></a>
    <div class="dictiona ry-close-window"><a
    href="javascrip t:window.close( )">Close Window</a></div>
    </div>
    </body>
    </html>

    The inconvenience is right now a new window is spawned to play the
    audio., which contains the controller for playing the audio (complete
    with pause, stop, and play buttons). All my audio clips are less than
    3 seconds in length.. How can I play the audio file without launching
    the controller. I don't care if there's no way to stop/pause the audio
    once it's started.

    Thanks for your help, - Dave

Working...