<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Small Program Blog &#187; Flash</title>
	<atom:link href="http://blog.sunnycyk.hk/?feed=rss2&#038;tag=flash" rel="self" type="application/rss+xml" />
	<link>http://blog.sunnycyk.hk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 05 Nov 2011 06:32:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress and flash?</title>
		<link>http://blog.sunnycyk.hk/?p=351</link>
		<comments>http://blog.sunnycyk.hk/?p=351#comments</comments>
		<pubDate>Fri, 03 Jul 2009 05:33:48 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.sunnycyk.hk/?p=351</guid>
		<description><![CDATA[ok.  First I want to say: This may not work, just my idea how Wordpress and flash work together.  
Since WordPress uses Database, you can actually retrieve your Blog from the database.  What you need to do is write a script to retrieve those data and display it as XML or whatever [...]]]></description>
			<content:encoded><![CDATA[<p>ok.  First I want to say: This may not work, just my idea how Wordpress and flash work together.  </p>
<p>Since WordPress uses Database, you can actually retrieve your Blog from the database.  What you need to do is write a script to retrieve those data and display it as XML or whatever data format you like.  Then your flash movie should read XML (or other data format) and display it.  </p>
<p>This purpose only good for read only.. since we are not modifying the database.. so I guess this should work well.  If you want to do more advance stuff, then the best way is first to see how the database tables related to each other, then do an appropriate updates for each modification.  </p>
<p>If you have a better idea, please let me know&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sunnycyk.hk/?feed=rss2&amp;p=351</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Simple Flash Movie</title>
		<link>http://blog.sunnycyk.hk/?p=342</link>
		<comments>http://blog.sunnycyk.hk/?p=342#comments</comments>
		<pubDate>Fri, 26 Jun 2009 01:56:44 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.sunnycyk.hk/?p=342</guid>
		<description><![CDATA[Sometime I saw like a growing tree on some flash movie, and it is very attractive if you have very nice complete branches growing up.  So I tried to do my way.  It is basically a complete picture of a tree(my ugly drawing for test), and a circle mask that grow during the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime I saw like a growing tree on some flash movie, and it is very attractive if you have very nice complete branches growing up.  So I tried to do my way.  It is basically a complete picture of a tree(my ugly drawing for test), and a circle mask that grow during the timeline.  As the result it looks like the tree growing.  These may be the easy and alternate way for doing this effect instead of programming it.<br />
 <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="550" HEIGHT="400" id="myMovieName"><PARAM NAME=movie VALUE="http://blog.sunnycyk.hk/wp-content/uploads/2009/06/branch.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED href="http://blog.sunnycyk.hk/wp-content/uploads/2009/06/branch.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sunnycyk.hk/?feed=rss2&amp;p=342</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
