Intégrer le lecteur DEWPLAYER
Insérer / Autres gadgets / javascript embed / code wrapper (pour générer le code)
<object data="https://sites.google.com/site/internetanglaiscollege/archives/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="220"> <param name="movie" value="https://sites.google.com/site/internetanglaiscollege/archives/dewplayer.swf" />
<param name="flashvars" value="mp3=https://sites.google.com/site/internetanglaiscollege/archives/dormeurduval.mp3" />
</object>
Intégrer le lecteur Quicktime sur une page web
<OBJECT
CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160" HEIGHT="16" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM name="SRC" VALUE="http://chemin de votre ficher audio.mp3"> <PARAM name="AUTOPLAY" VALUE="false"> <PARAM name="LOOP" VALUE="false"> <PARAM name="CONTROLLER" VALUE="true"><EMBED type="audio/x-mpegurl" src="http://chemin de votre ficher audio.mp3"autoplay="false" width="160px" height="16px" loop="false"controller="true" LUGINSPAGE="http://www.apple.com/quicktime/download/"></EMBED></OBJECT>