add a videofeed to my personal web page

G

Gaby

Hello, I was wondering if anyone could help with this: I am running
some webcam software called "webcam 1 2 3" which I'm using with my
webcam to provide me a video feed on a default webpage created by the
software. The URL I get from the software is my IP address followed
by a colon and a port number.... it is basically this: "http://
129.7.203.167:85/default_wmax.htm"

What I am trying to do is bring the window showing the video feed into
another website. The other website which I want to bring the video
feed into contains an embedded object that comes from a program called
LabVIEW. LabVIEW actually creates this website (by using my computer
as the webserver). So I'm trying to integrate the two websites but
can't do it.

my code for the two websites are




LabVIEW WEBSITE:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<HTML>
<HEAD>
<TITLE>Title of Web Page</TITLE>
</HEAD>
<BODY >
<H1>Title of Web Page</H1>
Text that is going to be displayed before the VI panel image.<P>
<TABLE BORDER = 1 BORDERCOLOR = #000000><TR><TD>
<SCRIPT language="JavaScript"><!--
var lng;
if (navigator.userLanguage) { lng = navigator.userLanguage; };
if (navigator.language) { lng = navigator.language.toLowerCase(); };

var obj = '<OBJECT ID="LabVIEWControl" CLASSID="CLSID:A40B0AD4-
B50E-4E58-8A1D-8544233807AD" WIDTH=655 HEIGHT=540 CODEBASE="ftp://
ftp.ni.com/support/labview/runtime/windows/8.0';
if (lng.indexOf("fr") != -1) { obj = obj + '/French'; }
else if (lng.indexOf("de") != -1) { obj = obj + '/German'; }
else if (lng.indexOf("ja") != -1) { obj = obj + '/Japanese'; }
obj = obj + '/LVRunTimeEng.exe">';

document.write(obj);
// --></SCRIPT>
<PARAM name="LVFPPVINAME" value="example.vi">
<PARAM name="REQCTRL" value=true>
<EMBED SRC=".LV_FrontPanelProtocol.rpvi80" LVFPPVINAME="example.vi"
REQCTRL=true TYPE="application/x-labviewrpvi80" WIDTH=655 HEIGHT=540
PLUGINSPAGE="http://digital.ni.com/express.nsf/express?
openagent&code=exck2m&"></EMBED>
</OBJECT>
</TD></TR></TABLE>
<P>
Text that is going to be displayed after the VI panel image.
</BODY>
</HTML>






and





Webcam 1 2 3 WEBPAGE:


<html><head><title>Webcam 1-2-3</title></head><body bgcolor="#FFFFFF"
link="#0066FF" vlink="#0000CC"><body>
<center><font face=arial size=2>
<SCRIPT LANGUAGE="JavaScript">
<!--
if (navigator.appName.indexOf("Microsoft") != -1 ) {
document.write('<OBJECT ID="WCSAXrview" WIDTH=320 HEIGHT=256
CLASSID="CLSID:0348CD18-6EFE-415B-AF32-58F08FA29B33"
CODEBASE="wcsarview.cab#version=1,7,3,0"> <PARAM NAME="URL"
VALUE="http://129.7.203.167:85/webcam.jpg"> <PARAM
NAME="frameWaitTime" VALUE="500"> <PARAM NAME="videoport"
VALUE="81"> </OBJECT>')
} else if((navigator.appName.indexOf("Netscape") != -1)) {
document.write('<applet code="a.class" name="webcamApplet"
CODEBASE="./" width="320" height="256" border="0"><param
name="imagename" value="webcam.jpg"><param name="webcamwidth"
value="320"><param name="webcamheight" value="256"><param name="wtime"
value="500"></applet>')}//-->
</SCRIPT>
</font></center>

<center><a href="default_java.htm">View by Java</a><br><br></
center><center><table border="0" cellspacing="3"
bgcolor="#C4E1FF"><tr><td><font face="arial" size="2"></td></tr>
<tr><td>
<br><b><a href="http://www.webcam123.com">Enjoy webcasting with Webcam
1-2-3</a></font></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a
href="http://www.webcam123.com"><img src="logoicon.gif" border="0"
alt="Webcam 1-2-3"></a><br>

</td></tr></table></body></html>



I've never posted in here before, I'm sorry if I wasn't suppose to put
a bunch of code up here, I wasn't sure how else to do it.

Any help with this would be greatly appreciated, THANK YOU!!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top