Gernot Back: sound

Beitrag lesen

Hallo Dani,

da du ja mit dem Quicktime-Player arbeitest, probier doch mal Folgendes:

<embed src="../Multimedia/Wording/radiospot2.aif" type="audio/aif" autostart=false hidden=true loop=false controller=true
pluginspage="http://www.quicktime.com"

enablejavascript="true">

</embed>

<a href="#" onclick="document.embeds[0].Rewind()">

<img class="img3" src="../Multimedia/Wording/stop.gif" width=8 height=8>
</a>
<a href="#" onclick="document.embeds[0].play()">
<img class="img3" src="../Multimedia/Wording/play.gif" width=9 height=9>  </a>

Vergleiche mal mit diesen Developer-Seiten von Quicktime:

http://developer.apple.com/documentation/QuickTime/REF/QT41_HTML/QT41WhatsNew-80.html
http://developer.apple.com/documentation/QuickTime/REF/QT41_HTML/QT41WhatsNew-73.html

Gruß Gernot