|
|
How do I embed a webcam page on my web site if I don't have a fix IP address?
To embed the webcam page at your web page, please read the instructions below.
- Copy and paste the following html code to your html source
<iframe name="webcam" src='http://www.webcam123.com/webcam.asp?u=10000&image=webcam_0.jpg&itime=1&java=1&port=81' width=320 height=240 frameborder=0 framespacing="0" scrolling="no" border=0></Iframe>
- Change the parameter after the URL.
| Name | Description |
| u | your member ID |
| iWidth | the width of your webcam image |
| iHeight | the height of your webcam image |
| itime | how many frames per second. If you wish to setup 1 frame for
x seconds, please enter x * 1000. For example, enter 3000 for 1 frame every 3 seconds. |
| image | The JPEG image file name of your webcam image. The default name is webcam0.jpg for Webcam 1-2-3 and
webcam_0.jpg for Watchdog |
| java | set java =0 to display your IP address. To display with
Windows Media streaming, set java = 2 and port = windows media port of the camera |
| mp | set mp =1 to display control menu of Media Player ActiveX. To hide the control menu
, set mp = 0 |
The default value for iWidth and iHeight is 320 and 240 if you do not add the parameter.
- Change the width and height in the IFRAME tag if it's not 320x240.
|