<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[XorBin Forum - Change TimeZone of Analog clock??]]></title>
	<link rel="self" href="http://www.xorbin.com/forum/feed-atom-topic21.xml"/>
	<updated>2009-11-14T12:45:42Z</updated>
	<generator>PunBB</generator>
	<id>http://www.xorbin.com/forum/topic21-change-timezone-of-analog-clock.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Change TimeZone of Analog clock??]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post91.html#p91"/>
			<content type="html"><![CDATA[I have the same problem, but with digital clock.

The variable         UTCTime: "<?php echo gmdate('H:i:s'); ?>", doesn't work. Shows only dead clock.

Anyone help?]]></content>
			<author>
				<name><![CDATA[cpdavidd]]></name>
				<uri>http://www.xorbin.com/forum/user41.html</uri>
			</author>
			<updated>2009-11-14T12:45:42Z</updated>
			<id>http://www.xorbin.com/forum/post91.html#p91</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Change TimeZone of Analog clock??]]></title>
			<link rel="alternate" href="http://www.xorbin.com/forum/post85.html#p85"/>
			<content type="html"><![CDATA[Hi

I must say this is a cool analog clock.

I trying to add to to my web page, but im having problems changing the time zone, i think the PHP script is causing the problem. My web server supports php, i have checked that with technical support.

It just shows a dead clock :(

Here is my code...

<p id="devAnalogClock"><a href="http://www.xorbin.com/">Analog flash clock widget</a></p>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
    var flashvars = {
        clockSkin: "skin002.png",
        arrowSkin: "1",
        arrowColor: "666666",
		UTCTime: "<?php echo gmdate('H:i:s'); ?>",
		timeOffset: '7200'
    };
    swfobject.embedSWF(
        "devAnalogClock.swf",
        "devAnalogClock",
        "220",
        "220",
        "8",
        "expressInstall.swf",
        flashvars,
        {scale: "noscale", wmode: "transparent"}
    );
</script>

Any advice please??

Thanks]]></content>
			<author>
				<name><![CDATA[hustler2009]]></name>
				<uri>http://www.xorbin.com/forum/user37.html</uri>
			</author>
			<updated>2009-10-15T18:13:30Z</updated>
			<id>http://www.xorbin.com/forum/post85.html#p85</id>
		</entry>
</feed>

