Hello,
Est-il possible de faire tourner une camera ip dans une source flash ?
en voici le code en HTML:
<OBJECT ID="Camera" WIDTH=640 HEIGHT=480
CLASSID="CLSID:C79D3167-6133-4e7c-821C-5C114611022D"
CODEBASE="http://story.ath.cx:1500/activex/CameraControl.cab#VERSION=1,0,3,1">
<PARAM NAME="URL" VALUE="http://story.ath.cx:1500/axis-cgi/mjpg/video.cgi?resolution=640x480">
</OBJECT>
ou en java:
document.write("<OBJECT ID=\"CamImage\" WIDTH=640 " );
document.write("HEIGHT=480 CLASSID=CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3 " );
document.write("CODEBASE=\"http://82.230.129.56:1500/activex/AxisCamControl.ocx#Version=1,0,1,23\">" );
document.write("<PARAM NAME=\"URL\" VALUE=\"http://82.230.129.56:1500/axis-cgi/mjpg/video.cgi?resolution=640x480" );
document.write("?motion=0&camera=1\">" );
Merci !