Salut à vous,
J'ai un problème de controle d'une vidéo sous mac
Ma vidéo :
<object name="extrait1" width="244" height="183" id="extrait1">
<embed src=" " width=244 height=183 autostart=false type="audio/x-pn-realaudio-plugin" console="MonClip" controls="ImageWindow" name="extrait1">
</embed> </object>
Mes 3 boutons :
<input name="button1" type="image" id="button1" onClick="document.extrait1.DoPlay()" src="images/play.gif" width="27" height="28" border="0">
<input name="button2" type="image" id="button2" onClick="document.extrait1.DoPause()" src="images/pause.gif" width="34" height="28" border="0">
<input name="button3" type="image" id="button3" onClick="document.extrait1.DoStop()" src="images/stop.gif" width="28" height="28" border="0">
ça marche tout bien sous PC et pas sous mac !!!!!
Why ????
Kelkun a une idée ??????????????
Merci pour votre aide !
