<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[XorBin Forum - Multiple Clocks on One Page]]></title>
	<link rel="self" href="http://www.xorbin.com/forum/feed-atom-topic18.xml"/>
	<updated>2009-09-20T01:02:38Z</updated>
	<generator>PunBB</generator>
	<id>http://www.xorbin.com/forum/topic18-multiple-clocks-on-one-page.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Multiple Clocks on One Page]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post83.html#p83"/>
			<content type="html"><![CDATA[It was done from a server with PHP support.]]></content>
			<author>
				<name><![CDATA[Doug Kelley]]></name>
				<uri>http://www.xorbin.com/forum/user33.html</uri>
			</author>
			<updated>2009-09-20T01:02:38Z</updated>
			<id>http://www.xorbin.com/forum/post83.html#p83</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Multiple Clocks on One Page]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post82.html#p82"/>
			<content type="html"><![CDATA[Are you testing it locally or  from server with PHP support?]]></content>
			<author>
				<name><![CDATA[Administrator]]></name>
				<uri>http://www.xorbin.com/forum/user2.html</uri>
			</author>
			<updated>2009-09-20T00:36:43Z</updated>
			<id>http://www.xorbin.com/forum/post82.html#p82</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Multiple Clocks on One Page]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post75.html#p75"/>
			<content type="html"><![CDATA[I solved the issue with the code below. I am using the code as a php file. It has 4 time zones.

[code]

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="80">
  <tr>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&widgetUrl=http://www.devbox.info/" />
    </object></p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#990000">Local</font></b></td>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&UTCTime=<?php echo gmdate('H:i:s'); ?>&widgetUrl=http://www.devbox.info/" />
    </object>    </p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#003366">London</font></b></td>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&UTCTime=<?php echo gmdate('H:i:s'); ?>&timeOffset=-14400&widgetUrl=http://www.devbox.info/" />
    </object></p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#003366">New York</font></b></td>
    <td width="25%" align="center" height="70">
    <p style="margin-top: 0; margin-bottom: 0">
    <object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="60" height="60">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skinPN-small.png&arrowSkin=2&arrowScale=40&UTCTime=<?php echo gmdate('H:i:s'); ?>&timeOffset=32400&widgetUrl=http://www.devbox.info/" />
    </object></p>
    <p style="margin-top: 0; margin-bottom: 0"><b>
    <font size="1" color="#003366">Sydney</font></b></td>
  </tr>
  </table>

[/code]]]></content>
			<author>
				<name><![CDATA[Doug Kelley]]></name>
				<uri>http://www.xorbin.com/forum/user33.html</uri>
			</author>
			<updated>2009-08-25T00:43:48Z</updated>
			<id>http://www.xorbin.com/forum/post75.html#p75</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Multiple Clocks on One Page]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post74.html#p74"/>
			<content type="html"><![CDATA[Hello!
Thanks for the great widget! I am trying to place 4 analog clocks on the same page each with a different time zone. My problem is that only one clock will show up even though I've coded 4 clocks.

I've looked everywhere and tried several things but can't get it to work. Any ideas?

Thanks,

Doug Kelley]]></content>
			<author>
				<name><![CDATA[Doug Kelley]]></name>
				<uri>http://www.xorbin.com/forum/user33.html</uri>
			</author>
			<updated>2009-08-24T17:28:52Z</updated>
			<id>http://www.xorbin.com/forum/post74.html#p74</id>
		</entry>
</feed>

