J'ai un gros soucis avec un flux video dans une iframe sous IE , alors que sous FF Nickel
qq'un a t il eu ce genre d'experience et comment résoudre le problème
D'avance Merci
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head></head>
<body bgcolor="black">
<font color=white> usr:psw = visit:visit
<br>en incorporant usr:psw<br/>
<iframe width="800" height="800" id="frame1" bgcolor="black" src="http://visit:[email protected]:8082/video1.mjpg">dommage! </iframe><br>
sans l'incorporer<br/>
<iframe width="800" height="800" id="frame2" bgcolor="black" src="http://tmipcam.dyndns.org:8082/video1.mjpg">Re-dommage! </iframe>
</font>
</body>
</html>