<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[XorBin Forum - embed]]></title>
		<link>http://www.xorbin.com/forum/topic5-embed.html</link>
		<description><![CDATA[The most recent posts in embed.]]></description>
		<lastBuildDate>Tue, 27 Oct 2009 09:12:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post87.html#p87</link>
			<description><![CDATA[[quote=Administrator]Hello, yes it is possible.

[code]
<object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="200" height="200">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skin004.png&arrowSkin=7&arrowScale=70&widgetUrl=http://www.devbox.info/&UTCTime=<?php echo gmdate('H:i:s'); ?>&timeOffset=3600" />
    <p><a href="http://www.devbox.info/">Analog flash clock widget</a></p>
</object>
[/code]

This code generates clock that shows you UTC+1 timezone time.[/quote]


I still having this problem, the clock was stuck and not moving even i try your new code for UTC Time

Have you try this code before?

Actually i trying to make multiple,and it work without UTC..but when i put UTC code..it become stuck]]></description>
			<author><![CDATA[dummy@example.com (msyahrizan)]]></author>
			<pubDate>Tue, 27 Oct 2009 09:12:32 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post87.html#p87</guid>
		</item>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post28.html#p28</link>
			<description><![CDATA[Hello, yes it is possible.

[code]
<object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="200" height="200">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skin004.png&arrowSkin=7&arrowScale=70&widgetUrl=http://www.devbox.info/&UTCTime=<?php echo gmdate('H:i:s'); ?>&timeOffset=3600" />
    <p><a href="http://www.devbox.info/">Analog flash clock widget</a></p>
</object>
[/code]

This code generates clock that shows you UTC+1 timezone time.]]></description>
			<author><![CDATA[dummy@example.com (Administrator)]]></author>
			<pubDate>Tue, 17 Mar 2009 06:43:57 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post28.html#p28</guid>
		</item>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post27.html#p27</link>
			<description><![CDATA[[code=html]
<object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="200" height="200">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skin004.png&arrowSkin=7&arrowScale=70&widgetUrl=http://www.devbox.info/" />
    <p><a href="http://www.devbox.info/">Analog flash clock widget</a></p>
</object>
[/code]


Hello :-)

Just discovered these beautiful clocks last week. Very nice job.


Is it possible to use the UTCTime parameter in the code above?

I tried to put in the "flashvars" parameter, but I can not get it to work.

Best regards,

Sanook]]></description>
			<author><![CDATA[dummy@example.com (Sanook)]]></author>
			<pubDate>Tue, 17 Mar 2009 02:31:26 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post27.html#p27</guid>
		</item>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post12.html#p12</link>
			<description><![CDATA[Thanks, that sorted out the problem.]]></description>
			<author><![CDATA[dummy@example.com (mhstee)]]></author>
			<pubDate>Fri, 20 Feb 2009 08:09:25 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post12.html#p12</guid>
		</item>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post11.html#p11</link>
			<description><![CDATA[You must set colors not in hexadecimal (0xffff00) format bus as strings (ffff00) like this:

[code=html]
<EMBED src="devAnalogClock.swf?arrowSkin=3&arrowScale=200&arrowHColor=ffff00&arrowMColor=ff0000&arrowSColor=000000" WIDTH="200" HEIGHT="200" TYPE="application/x-shockwave-flash"></EMBED>
[/code]]]></description>
			<author><![CDATA[dummy@example.com (Administrator)]]></author>
			<pubDate>Fri, 20 Feb 2009 08:05:01 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post11.html#p11</guid>
		</item>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post10.html#p10</link>
			<description><![CDATA[I just wanted to use the embed-parts, not the object-parts.

I do have the following that works, with colored hands as an example. But strange enough after a page-refresh the sec/min/hour hands become black !!

Why? and how to solve this?

[code=html]<EMBED src="devAnalogClock.swf?arrowSkin=3&arrowScale=200&arrowHColor=0xffff00&arrowMColor=0xff0000&arrowSColor=0x000000" WIDTH="200" HEIGHT="200" TYPE="application/x-shockwave-flash"></EMBED>[/code]]]></description>
			<author><![CDATA[dummy@example.com (mhstee)]]></author>
			<pubDate>Fri, 20 Feb 2009 07:55:25 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post10.html#p10</guid>
		</item>
		<item>
			<title><![CDATA[Re: embed]]></title>
			<link>http://www.xorbin.com/forum/post9.html#p9</link>
			<description><![CDATA[Hello and thank you. 

The answer to your question is in the code below:

[code=html]
<object type="application/x-shockwave-flash" data="media/devAnalogClock.swf" width="200" height="200">
    <param name="movie" value="media/devAnalogClock.swf" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="clockSkin=media/skins/skin004.png&arrowSkin=7&arrowScale=70&widgetUrl=http://www.devbox.info/" />
    <p><a href="http://www.devbox.info/">Analog flash clock widget</a></p>
</object>
[/code]

With a default skin this code generates this clock with a link on it:

[img]http://www.devbox.info/media/forum/demo_embed_clock.gif[/img]

You must set all parameters described [url=http://www.devbox.info/widgets/analog-flash-clock/features]here[/url] in flashvars param.

I hope this helps you.

Good luck!]]></description>
			<author><![CDATA[dummy@example.com (Administrator)]]></author>
			<pubDate>Fri, 20 Feb 2009 07:27:44 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post9.html#p9</guid>
		</item>
		<item>
			<title><![CDATA[embed]]></title>
			<link>http://www.xorbin.com/forum/post8.html#p8</link>
			<description><![CDATA[Hi,

first of all I have to say that you delivered great work.

No I do have the following question.

I don`t want to use the javascript-code to show the clock but I wanted to use a embed-code.

How should the code like like with all possible options in it ?


Regards,

Mhstee]]></description>
			<author><![CDATA[dummy@example.com (mhstee)]]></author>
			<pubDate>Thu, 19 Feb 2009 21:39:04 +0000</pubDate>
			<guid>http://www.xorbin.com/forum/post8.html#p8</guid>
		</item>
	</channel>
</rss>

