Mobi Technologies 70008 Recam Remote Monitoring User Manual

Page 32

Advertising
background image

- 32 -

uploaded file on FTP server. This option can be useful if you want to place a link to the last recorded video file on
your web page.

How to add Recorded Video to Web Page

Open your page in Notepad add the following code to HTML text:

<OBJECT ID="MMPlayer1"

WIDTH=pixels HEIGHT=pixels

classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"

standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">

<PARAM NAME="FileName" VALUE="

http://www.mysite.com/WebCamVideo.mpeg

">

<PARAM NAME="ShowControls" VALUE="1">

<PARAM NAME="ShowStatusBar" VALUE="1">

<PARAM NAME="ShowDisplay" VALUE="0">

<PARAM NAME="DefaultFrame" VALUE="Slide">

<PARAM NAME="Autostart" VALUE="1">

<embed type="application/x-mplayer2"

pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp"

src="

http://www.mysite.com/WebCamVideo.mpeg

"

Name=MMPlayer1 Autostart=1 ShowControls=1

ShowDisplay=0 ShowStatusBar=1 DefaultFrame="Slide"

width=pixels height=pixels

>

</embed>

</OBJECT>

Modify the FileName and src parameters with full URL to video file.

Change the Width and Height parameters according to image size.

How to add recorded video to the Web page using the Actual Drawing program

In the Actual Drawing program:

Click Advanced from the Insert menu and then click Multimedia File.

Type URL to the video file in the File Name or URL box.

Specify the image width and height in the appropriate boxes.

Click Ok.

To record a video clip

Click Record Video Clip from the Tools menu

To stop the video clip recording

Click Record Video Clip from the Tools menu again.

Archive of Snapshots

If you want the program to create archive of captured images, click to select the Create Archive of Snapshots
check box.

Click the Archive of Snapshots Settings button to change the following parameters:

File Name - the program saves incrementally named JPEG images under the file name specified in this box. Use
the {COUNTER} tag in the file name as a place-holder for the counter value.

If you specify a full path in the File Name box, snapshots are saved under this file name; otherwise, they are
saved in the Gallery folder.

Advertising