Array
non-local cam as background in flash [Archive] - FlashMove Forum

PDA

View Full Version : non-local cam as background in flash


thotho69
09-12-2005, 05:56 PM
Hi there.
I am not a flash expert, and I am trying to do something relatively simple (at a purely functional level): catch a cam flow freely available on the web (NOT from a local cam), and use it as a dynamic background within a flash animation.

Using http, it was pretty simple to get this code from the actual cam webpage, and display only the cam image:
<html>
<OBJECT ID="CamImage" WIDTH=352 HEIGHT=288 CLASSID=CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3 CODEBASE="http:/212.157.152.82/AxisCamControl.ocx#Version=1,0,1,34">
<PARAM NAME="URL" VALUE="http://212.157.152.82/cgi-bin/nph-eprunes.cgi">
</OBJECT>
</html>

However, getting this simple flow in flash looks tricky to me. And I couldn't find any hints on this forum... Can someone help??

Many many thanks,
Thomas