Multiple Screen Savers in Active Channel

liunx

Guest
I know this isn't technically an HTML question but there didn't seem to be an appropriate forum for the question and HTML and CDF files are closely related anyway.<br />
<br />
Anyway I'm setting up an active channel for the sole purpose of having centrally controlled and dynamic screen savers on multiple client sites. However, I cannot get mutiple screen saver items to work on a single channel. While you can add mutliple ITEM references to the CDF file itself, when you select Channel Screen Saver in Desktop Properties, the screen saver will not alternate between the the pages listed in the CDF file, instead it will only display the page referenced in the first ITEM tag. I need to know if it is possible, and how, to create mutliple screen savers in a single channel that will alternate between the referenced pages when the channel screen saver is active.<br />
<br />
Currently I'm using multiple channels with a single screen saver ITEM referenced in each seperate CDF file as a work-around but that will quickly become cumbersome. So thanks in advance for any help that can be offered. I have included a copy of the CDF file below if you would like to look through it.<br />
<br />
<br />
<?XML VERSION="1.0" ENCODING="UTF-8"?><br />
<br />
<CHANNEL HREF=http://www.htmlforums.com/archive/index.php/"company1.html" BASE="http://192.168.124.4/channel/company1/" LASTMOD="2002-09-10T19:17" PRECACHE="YES" LEVEL="2"><br />
<TITLE>Company1 Channel</TITLE><br />
<ABSTRACT>Company1 test channel</ABSTRACT><br />
<LOGO HREF=http://www.htmlforums.com/archive/index.php/"../images/logo.bmp" STYLE="ICON"/><br />
<LOGO HREF=http://www.htmlforums.com/archive/index.php/"../images/logo.bmp" STYLE="IMAGE"/><br />
<LOGO HREF=http://www.htmlforums.com/archive/index.php/"../images/logo.bmp" STYLE="IMAGE-WIDE"/><br />
<SCHEDULE STARTDATE="2002-09-10" ENDDATE="2032-09-10" TIMEZONE="-0600"><br />
<INTERVALTIME DAY="1"/><br />
</SCHEDULE><br />
<ITEM HREF=http://www.htmlforums.com/archive/index.php/"advert1.html" LASTMOD="2002-09-13T17:44" PRECACHE="YES" LEVEL="1"><br />
<TITLE>advert1</TITLE><br />
<USAGE VALUE="ScreenSaver"></USAGE><br />
</ITEM><br />
<ITEM HREF=http://www.htmlforums.com/archive/index.php/"advert2.html" LASTMOD="2002-09-16T22:35" PRECACHE="YES" LEVEL="1"><br />
<TITLE>advert2</TITLE><br />
<USAGE VALUE="ScreenSaver"></USAGE><br />
</ITEM><br />
<ITEM HREF=http://www.htmlforums.com/archive/index.php/"advert3.html" LASTMOD="2002-09-16T22:36" PRECACHE="YES" LEVEL="1"><br />
<TITLE>advert3</TITLE><br />
<USAGE VALUE="ScreenSaver"></USAGE><br />
</ITEM><br />
</CHANNEL><!--content-->don't know if windows is capable of doing that. never seen it switch screensavers on the fly only on boot.<!--content-->Oh it's possible using multiple channels. Was just hoping there was a way to do it with one channel.<!--content-->
 
Back
Top