Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: real time image show

by zentara (Archbishop)
on Feb 03, 2003 at 16:22 UTC ( [id://232283]=note: print w/replies, xml ) Need Help??


in reply to real time image show

I'm not entirely sure what you are doing. I would go to various "live webcam" sites and look at their source code. Most of them do it with the html "refresh" command.

<html><head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <meta HTTP-EQUIV="Refresh" CONTENT="100">

That refreshes the page every 100 seconds. The problem is I'm not sure every browser supports it. Works good on Mozilla. Then just have the perl script change your images as needed, and the browsers will get them every 100 seconds. Maybe you could combine the "refresh" with a java slideshow script. Like the one here Java Slideshow

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://232283]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-23 03:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found