OVH Cloud OVH Cloud

son

2 réponses
Avatar
cedriquito
comment mettre des sons avec DW2 ? est ce possible ?

2 réponses

Avatar
chabi01
Essaye ?a : recopie le code java, change les r?f?rences images et sons.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Document sans titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_controlSound(x, _sndObj, sndFile) { //v3.0
var i, method = "", sndObj = eval(_sndObj);
if (sndObj != null) {
if (navigator.appName == 'Netscape') method = "play";
else {
if (window.MM_WMP == null) {
window.MM_WMP = false;
for(i in sndObj) if (i == "ActiveMovie") {
window.MM_WMP = true; break;
} }
if (window.MM_WMP) method = "play";
else if (sndObj.FileName) method = "run";
} }
if (method) eval(_sndObj+"."+method+"()");
else window.location = sndFile;
}
//-->
</script>
</head>

<body>
<a href="javascript:;"
onMouseOver="MM_controlSound('play','document.CS1117902227687','file:///C|/Progr
am%20Files/Messenger/newalert.wav')"><img
src="file:///C|/images/presentation1.gif" width="134" height="25"
border="0"></a>
<EMBED NAME='CS1117902227687'
SRC='file:///C|/Program%20Files/Messenger/newalert.wav' LOOPúlse
AUTOSTARTúlse MASTERSOUND HIDDEN=true WIDTH=0 HEIGHT=0></EMBED>
</body>
</html>
Avatar
cedriquito
c est sympa mais ca veut dire quoi ??? ou dois je mettre ceci ???