ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

The Ring Live Cam Thread



  RS 172Cup(SOLD); R26 Meg
I've managed to make the webcam my desktop, by selecting Destop Properties > Customise Desktop > Web (windows XP) and pasting the link into the box. Can't make it update automatically though, have to click on syncronise every time you want to see it update.


To auto Refresh you just need to create a local HTML page with an auto refresh Tag at the Top of the page to force a refresh every 60 seconds.

HTML:
<meta http-equiv="refresh" content="60" >
<img
src ="http://www.nuerburgring.de/fileadmin/webcam/webcam.jpg"
>

Save the above Code to HTML file and store it somewhere on the computer. Then add the path to that file to the active desktop not the webcam path you've used before.

To save as HTML open Notepad paste code into it hit SaveAS, change the Save as Type to "All Files (*.*)" and type the File name as xxxxx.html

That should work but i can't test it as i've only got a Vista Boxes in my current location.
 
  RS 172Cup(SOLD); R26 Meg
Tested it on a XP laptop at home heres a revised version

Fill screen Height
HTML:
<meta http-equiv="refresh" content="60" >
<div align="center">
<img
src ="http://www.nuerburgring.de/fileadmin/webcam/webcam.jpg" height="100%"
>

Swap out the word height for width if required
 
  172, Tiguan
The white CSL at the start of this thread belongs to the silk shirt wearing leg-end Steve Gill. Mint car.
 
I've managed to make the webcam my desktop, by selecting Destop Properties > Customise Desktop > Web (windows XP) and pasting the link into the box. Can't make it update automatically though, have to click on syncronise every time you want to see it update.


To auto Refresh you just need to create a local HTML page with an auto refresh Tag at the Top of the page to force a refresh every 60 seconds.

HTML:
<meta http-equiv="refresh" content="60" >
<img
src ="http://www.nuerburgring.de/fileadmin/webcam/webcam.jpg"
>

Save the above Code to HTML file and store it somewhere on the computer. Then add the path to that file to the active desktop not the webcam path you've used before.

To save as HTML open Notepad paste code into it hit SaveAS, change the Save as Type to "All Files (*.*)" and type the File name as xxxxx.html

That should work but i can't test it as i've only got a Vista Boxes in my current location.

haha, already figured that one out since the last time I posted... thanks anyway. Your code is much neater than mine! :eek:
 
  RS 172Cup(SOLD); R26 Meg
Yeah i'm what you might call a lazy coder, strictly speaking it's incorrectly formed HTML but modern browsers fill in the parts i miss out so i kept it lean.


Anyone know how to set it as the desktop pic on Vista??


Active Desktop has been removed in Vista, i've been looking at creating a Sidebar App to do the same job but it's going to take me a while to get my head around it. watch this space.
 


Top