Webcam Corp.
Products       Downloads       Demo       Support       Partnership       Contact Us     
  Software
   Network camera

   Video streaming

   Video surveillance


Hardware
  Multi-Camera Remote
  Surveillance


  Video capture card

  Security Cameras
    C/CS mount camera
    Dome camera
    IR bullet camera
    Lens
  Accessories
    Mounting brackets
    Housing
    Cable
    Connector
    Power supply

 How-to Guide









    


  
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.
  • NameDescription
    uyour member ID
    iWidththe width of your webcam image
    iHeightthe height of your webcam image
    itimehow 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.
    imageThe 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
    javaset java =0 to display your IP address. To display with Windows Media streaming, set java = 2 and port = windows media port of the camera
    mpset 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.