Page 1 of 1

TimeZone Clock on Agent SCREEN

PostPosted: Sat Jan 30, 2010 2:01 pm
by gmcust3

<table><tr><td>
<script src="swfobject.js" language="javascript"></script>
<script src="http://24timezones.com/timescript/maindata.js.php?city=197371" language="javascript"></script>
<div id="flash_container_tt4b6475734b615">
</div><script type="text/javascript">
var flashMap = new SWFObject("clock_final.swf", "main", "50", "50", "7.0.22", "#FFFFFF", true)
flashMap.addParam("movie", "clock_final.swf");
flashMap.addParam("quality", "high");
flashMap.addParam("wmode", "transparent");
flashMap.addParam("flashvars", "color=FF0000&logo=1&city=197371");
flashMap.write("flash_container_tt4b6475734b615");
</script>
<a href="#" target="_blank" style="text-decoration: none" title="World Time :: EST">EST</a>
</td>
<td>
<script src="http://24timezones.com/timescript/maindata.js.php?city=197373" language="javascript"></script>
<div id="flash_container_tt4b6479130c7a6"></div>
<script type="text/javascript">
var flashMap = new SWFObject("clock_final.swf", "main", "50", "50", "7.0.22", "#FFFFFF", true)
flashMap.addParam("movie", "clock_final.swf");
flashMap.addParam("quality", "high");
flashMap.addParam("wmode", "transparent");
flashMap.addParam("flashvars", "color=FF0000&logo=1&city=197373");
flashMap.write("flash_container_tt4b6479130c7a6");
</script>
<a href="#" target="_blank" style="text-decoration: none" title="World Time :: CST">CST</a>
</td>

<td>
<script src="http://24timezones.com/timescript/maindata.js.php?city=197378" language="javascript"></script>
<div id="flash_container_tt4b647cb925d09"></div><script type="text/javascript">
var flashMap = new SWFObject("clock_final.swf", "main", "50", "50", "7.0.22", "#FFFFFF", true)
flashMap.addParam("movie", "clock_final.swf");
flashMap.addParam("quality", "high");
flashMap.addParam("wmode", "transparent");
flashMap.addParam("flashvars", "color=FF0000&logo=1&city=197378");
flashMap.write("flash_container_tt4b647cb925d09");
</script>
<a href="#" target="_blank" style="text-decoration: none" title="World Time :: MST">MST</a>
</td>

<td>
<script src="http://24timezones.com/timescript/maindata.js.php?city=197384" language="javascript"></script>
<div id="flash_container_tt4b647e520bdd6"></div><script type="text/javascript">
var flashMap = new SWFObject("clock_final.swf", "main", "50", "50", "7.0.22", "#FFFFFF", true)
flashMap.addParam("movie", "clock_final.swf");
flashMap.addParam("quality", "high");
flashMap.addParam("wmode", "transparent");
flashMap.addParam("flashvars", "color=FF0000&logo=1&city=197384");
flashMap.write("flash_container_tt4b647e520bdd6");
</script>
<a href="#" target="_blank" style="text-decoration: none" title="World Time :: PST">PST</a>
</td>

<td>
<script src="http://24timezones.com/timescript/maindata.js.php?city=197386" language="javascript"></script>
<table><tr><td><div id="flash_container_tt4b647e97106dd"></div><script type="text/javascript">
var flashMap = new SWFObject("clock_final.swf", "main", "50", "50", "7.0.22", "#FFFFFF", true)
flashMap.addParam("movie", "clock_final.swf");
flashMap.addParam("quality", "high");
flashMap.addParam("wmode", "transparent");
flashMap.addParam("flashvars", "color=0000FF&logo=1&city=197386");
flashMap.write("flash_container_tt4b647e97106dd");
</script>
<a href="#" target="_blank" style="text-decoration: none" title="World Time :: UK">UK</a>
</td>

</tr></table>



Insert these code in one the span and u can see the clock.

Good for instantly get the time.

Correct the code or comment if any error .

thank

PostPosted: Sat Jan 30, 2010 3:17 pm
by brett05
this is good but remember that flash can get your agent web client less fast

PostPosted: Sat Jan 30, 2010 3:21 pm
by gmcust3
True, a bit.

Any alternate solution ? though it works good !!

thank

PostPosted: Sat Jan 30, 2010 3:25 pm
by brett05
you can add a java timzone for this :wink:
try to search jquery

PostPosted: Sat Jan 30, 2010 3:38 pm
by mflorell
I'd rather not add something like this that requires software add-on. And what is the license for this? Is this your code?