You could throw it inside an <IFRAME>, Inline frame. They are treated as 
part of the HTML flow but you can additionally use CSS styles to position & 
control all aspects of how they are rendered.

Contrary to what some people said on this list a while back IFRAME's are 
supported by netscape 6. They are also supported by IE 4.0+ & are part of 
the W3C HTML 4.0.1 spec. Basically they or ILAYER's are supported by any 
browser that can render CSS 1.0 styles.

Im not sure if you'd want to put these in an ILAYER due to the dimensions 
your talking about but you can nest an IFRAME inside of an ILAYER with the 
same exact values to pull off a cross browser effect that will work for all 
browsers. Basically the use of this can best be explained like this: If they 
support ILAYER's (Netscape 4.7 down) then they dont support IFRAME's & the 
IFRAME will be ignored. If they dont support ILAYER's (anything besides 
netscape 4.7 down) then they do support IFRAME's & the ILAYER tags will be 
ignored.

Heres the syntax:

<ILAYER>
<IFRAME>
You dont support IFRAME's or ILAYER's. Upgrade your browser.
</IFRAME>
</ILAYER>

To use either one of them try the code below:

<ILAYER SRC="http://10.10.10.8/view/view.shtml
paramskip=yes&conf_Layout_BGColorEnabled=y" STYLE="position:absolute; 
top:140; left:50; border:thin outset #000000;">

<IFRAME SRC="http://10.10.10.8/view/view.shtml
paramskip=yes&conf_Layout_BGColorEnabled=y" STYLE="position:absolute; 
top:140; left:50; border:thin outset #000000;">

Those are just a couple attributes & styles to get you started. There are 
many many different ways to render & control the way they are presented. Try 
playing with them, perhaps they are your answer.

Sincerely,
Mike T. Lakes

>From: "Karenina" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Web cam and CFHTTP problem
>Date: Mon, 04 Dec 2000 14:04:26 +0700
>
>Yes,  the axis cam has a built in web server (and assigned ip number as
>10.10.10.8)
>
>We could call the live video using this URL parameter in our browser:
>http://10.10.10.8/view/view.shtml?paramskip=yes&conf_Layout_BGColorEnabled=y
>es... etc
>(in one window)
>
>The problem was : the manager want the live video to be displayed right at
>the corner of the first page of my intranet index page.
>(put the video window together with others information in the first page in
>the index.cfm )
>
>
>I have tried cfhttp and cfinclude to capture the video URL page, but it
>didn't work.
>
>Any help will be highly appreciated,
>
>Karenina
>
>
>----- Original Message -----
>From: Nick McClure
>To: CF-Talk
>Sent: Monday, December 04, 2000 11:16 AM
>Subject: Re: Web cam and CFHTTP problem
>
>
>I think you are right, but If I am not mistaken this camera is giving
>images.
>
>The axis cam has a built in web server that will send a live video feed or
>still images across the network. I would use that for the video.
>
>At 11:01 PM 12/3/2000 -0800, you wrote:
> >#cfhttp.filecontent# isn't it? not #cfhttp.content#
> >
> >----- Original Message -----
> >From: "Nick McClure" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Sunday, December 03, 2000 7:32 PM
> >Subject: Re: Web cam and CFHTTP problem
> >
> >
> > > Sorry, don't forget the http://
> > >
> > > At 10:25 PM 12/3/2000 -0500, you wrote:
> > > >I would just use a good old image tag
> > > >
> > > ><img src="10.10.10.8/img.jpg">
> > > >
> > > >
> > > >At 10:14 AM 12/4/2000 +0700, you wrote:
> > > > >Hi,
> > > > >
> > > > >     We have a so called "company intranet portal" (server :
> >10.10.10.1).
> > > > >     Recently my company bought axis web cam (from www.axis.com)  
>and
> >we
> > > > >assign new IP address (10.10.10.8) to the web cam.
> > > > >     The problem was how to put the web cam screen (as if 
>cfinclude)
>on
> >the
> > > > >company portal first page without using frame? I have tried to use
> >CFHTTP
> > > > >and fails to get
> > > > >the cfhttp.content  ?
> > > > >
> > > > >Thanks
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to