FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How can i add the live picture into a html?

 
Post new topic   Reply to topic    Willing Software Forum Index -> Willing Webcam Support
View previous topic :: View next topic  
Author Message
Yu
Guest





PostPosted: Thu Feb 12, 2004 2:10 pm    Post subject: How can i add the live picture into a html? Reply with quote

i want to add a webcam in my hompage, brocasting the street outside my window.

what code shold i add in the html?

thank you very much.
Back to top
WS Team
Site Admin


Joined: 22 Jun 2003
Posts: 1283

PostPosted: Thu Feb 12, 2004 2:34 pm    Post subject: Reply with quote

Hello,

please take a look at
http://www.willingsoftware.com/help/faq.htm#HTTPServer
_________________
best regards,
Oleg Detistov
Back to top
View user's profile Send private message Send e-mail
dave l
Guest





PostPosted: Tue Jun 22, 2004 5:04 am    Post subject: did you want to do ftp or streaming Reply with quote

i have used alot of scripts and all if you could tell me what you wanted to do i could help a little
Back to top
WS Team
Site Admin


Joined: 22 Jun 2003
Posts: 1283

PostPosted: Tue Jun 22, 2004 8:58 am    Post subject: Reply with quote

1.. expand option HTTP Server by green button 'http' or in Option Table
2.. select IP address from IP Addresses list when you are connected to Internet(Default item is used for local test)
You have to have changeless IP. Ask your ISP. In other case you should every time change your webpage.
3.. check Enable.
4.. you can test streaming video on your computer by pressing 'Run
Browser' under the globe icon
5.. If you prefer to have your webpage on your site:
include this part in your webpage:
(Enter IP Address and Port of the computer running Willing Webcam software with HTTP server enabled and a preferable width and height)

<applet codebase= "http://IP:Port" archive="wwCam.jar" code="wwCam.class" width="320" height="240">
<param name="filename" value="http://IP:Port/ww.jpg" />
<param name="copyright" value="Copyright (c) 2003 Willing Webcam" />
<param name="sound" value="yes" />
</applet>

5a .. If you prefer to use default wwCam.htm for outputting:

<applet archive="wwCam.jar" code="wwCam.class" width=<Width>
height=<Height>>
<param name="filename" value="ww.jpg" />
<param name="copyright" value="Copyright (c) 2003 Willing Webcam" />
<param name="sound" value="<Sound>" />
</applet>


Of course, your computer has to be online with HTTP Server enabled.
_________________
best regards,
Oleg Detistov
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Willing Software Forum Index -> Willing Webcam Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group