How to get the live video streaming from camera to webpage using flash player.
my code is below
<object width="400" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/ pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> <param name="SRC" value="rtmps:// camera ip address"> <embed src="rtmp://camera ip address" width="400" height="400"> </embed> </object>