Ajoute lecteur audio a une site web
Fermé
kabouri
Messages postés
1
Date d'inscription
mercredi 11 janvier 2012
Statut
Membre
Dernière intervention
11 janvier 2012
-
11 janv. 2012 à 02:30
lionhell454 Messages postés 13782 Date d'inscription vendredi 6 novembre 2009 Statut Contributeur Dernière intervention 2 novembre 2020 - 11 janv. 2012 à 02:41
lionhell454 Messages postés 13782 Date d'inscription vendredi 6 novembre 2009 Statut Contributeur Dernière intervention 2 novembre 2020 - 11 janv. 2012 à 02:41
A voir également:
- Ajoute lecteur audio a une site web
- Tubidy.com musique audio mp3 telecharger musique ✓ - Forum Audio
- Frédéric cherche à faire le buzz sur les réseaux sociaux. il a ajouté une image de manchots sur une image de plage. retrouvez l'image originale de la plage. que cachent les manchots ? ✓ - Forum Windows
- Nouveau tag ajouté - Forum Huawei
- Traduire une page web - Guide
- Comment créer un site web - Guide
1 réponse
lionhell454
Messages postés
13782
Date d'inscription
vendredi 6 novembre 2009
Statut
Contributeur
Dernière intervention
2 novembre 2020
1 434
11 janv. 2012 à 02:41
11 janv. 2012 à 02:41
slt,
<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="https://support.apple.com/kb/DL837?locale=en_US"></EMBED></OBJECT>
code tiré de la source:
http://fle.blogcindario.com/ficheros/audio/fichiers_audio.htm
si ca peut t'aider c'est pas la méthode la plus simple mais la plus compatible...
++
<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="https://support.apple.com/kb/DL837?locale=en_US"></EMBED></OBJECT>
code tiré de la source:
http://fle.blogcindario.com/ficheros/audio/fichiers_audio.htm
si ca peut t'aider c'est pas la méthode la plus simple mais la plus compatible...
++