Hi Tim,

I played around such a thing a short time a go with servlets, jsp and
Allaire JRun, but i'm sure it's possible to make the following with cfml
too - even if i have not time to code it now ;)

from conference page you can login as speaker ( password needed ) or
listening user ( eventually with password ).
if you log in as speaker you just go through the slides with a <input
type="submit"> button: you can see the jpg file and autmatically, as you
flip page, you send something like an update signal.
i've done that with a static class-scope field with synchronized access in
Java, if you know that, but you cerainly can do that in CF, too - personally
i use cf only for presentation porpuses and i leave logic matters to
servlets.
if you log in as listener you can see the active slide a that moment while
"behind" a javascript code periodically ( 10 seconds in my case ) checks for
the update signal.
i've done the javascript auto-check with settimeout and i recalled the page
itself, where i check the golbal feld for a new image, eventually update it,
and then prints out itself.
Just pay attention not redraw the page every 10 seconds or it will be awful,
just check !

I explained that quite fast, but i hope i gave you the idea, if you want you
can contact me at my email ( on Sunday i'll be off the list )

Roberto ( [EMAIL PROTECTED] )

P.S. have a look at Allaire's Developer's Exchange, if you can run servlets
there is a servlet which insipired me...

----- Original Message -----
From: Tim Bahlke <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 09, 2000 3:38 PM
Subject: Scenario


> I would like to run a scenario past y'all ...
>
> I'm developing a site for a conference.  The presentations are going to be
> streamed live on the net.  The presenters all have Power Point
> presentations.
>
> I've created a page where on one side is the Window's Media Player and the
> other is a space for the PP presentations.  I was just initially going to
> create an applet that included all the slides in JPEG format and give the
> user the ability to manually go through the slides as the speaker talks.
>
> Using this method, it is easy to see how the user might get off sync with
> the speaker.  I was thinking about maybe having someone in the
presentation
> with a laptop pushing the slides to the user over the net.
>
> As the speaker changes slides, the individual with the laptop would push a
> button and send a command to the web server to update the slide with the
> current one.  We will have all slides before hand in JPEG format.
>
> What do y'all think about this?  If anyone has done this before I would
love
> to hear from you, or anyone else for that matter who might have some
> thoughts on this.
>
> Thanks for your input,
>
> Tim Bahlke
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to