<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sharedesign's Weblog &#187; Action Script</title>
	<atom:link href="http://sharedesign.wordpress.com/category/action-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharedesign.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 02 Sep 2008 08:20:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sharedesign.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a770d4815556392af22dbf5acda8e26e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sharedesign's Weblog &#187; Action Script</title>
		<link>http://sharedesign.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharedesign.wordpress.com/osd.xml" title="Sharedesign&#8217;s Weblog" />
		<item>
		<title>Flash Lite</title>
		<link>http://sharedesign.wordpress.com/2008/05/07/flash-lite/</link>
		<comments>http://sharedesign.wordpress.com/2008/05/07/flash-lite/#comments</comments>
		<pubDate>Wed, 07 May 2008 02:23:11 +0000</pubDate>
		<dc:creator>sharedesign</dc:creator>
				<category><![CDATA[Action Script]]></category>

		<guid isPermaLink="false">http://sharedesign.wordpress.com/?p=35</guid>
		<description><![CDATA[Maybe you guys have already heard of it, anyway just to share in case some might not know.  Flash lite is basically Flash for the mobile devices, with some limitations in the actionscript, but you can actually access some data about your device from the flash, e.g. battery level and so on.
Perhaps marketeers can explore [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharedesign.wordpress.com&blog=3603973&post=35&subd=sharedesign&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Maybe you guys have already heard of it, anyway just to share in case some might not know.  Flash lite is basically Flash for the mobile devices, with some limitations in the actionscript, but you can actually access some data about your device from the flash, e.g. battery level and so on.</p>
<p>Perhaps marketeers can explore this</p>
<p>wee</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sharedesign.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sharedesign.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharedesign.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharedesign.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharedesign.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharedesign.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharedesign.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharedesign.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharedesign.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharedesign.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharedesign.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharedesign.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharedesign.wordpress.com&blog=3603973&post=35&subd=sharedesign&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharedesign.wordpress.com/2008/05/07/flash-lite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8aca16b76fbdff9237b14b4ff646b8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sharedesign</media:title>
		</media:content>
	</item>
		<item>
		<title>How to control sound separately in flash?</title>
		<link>http://sharedesign.wordpress.com/2008/05/05/how-to-control-sound-separately-in-flash/</link>
		<comments>http://sharedesign.wordpress.com/2008/05/05/how-to-control-sound-separately-in-flash/#comments</comments>
		<pubDate>Mon, 05 May 2008 06:05:15 +0000</pubDate>
		<dc:creator>sharedesign</dc:creator>
				<category><![CDATA[Action Script]]></category>

		<guid isPermaLink="false">http://sharedesign.wordpress.com/?p=29</guid>
		<description><![CDATA[some times, we stop a music, another sound will be off.  how to control the sounds separately?
this is way:
createEmptyMovieClip(&#8220;sound_1&#8243;, 1);
my_sound_1 = new Sound(sound_1,1);
my_sound_1.attachSound(&#8220;music_xxx&#8221;);
my_sound_1.start();
createEmptyMovieClip(&#8220;sound_2&#8243;, 2);
my_sound_2 = new Sound(sound_2,1);
my_sound_2.attachSound(&#8220;music_xxx&#8221;);
my_sound_2.start();
Note: the 2 MovieClips need be placed in different layer. for example:one is in 1 layer, another is in 2 layer.
now when we control my_sound_1, can not affect my_sound_2.
Thanks WenJie for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharedesign.wordpress.com&blog=3603973&post=29&subd=sharedesign&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>some times, we stop a music, another sound will be off.  how to control the sounds separately?</p>
<p>this is way:</p>
<p>createEmptyMovieClip(&#8220;sound_1&#8243;, <strong><span style="color:#ff0000;">1</span></strong>);<br />
my_sound_1 = new Sound(sound_1,1);<br />
my_sound_1.attachSound(&#8220;music_xxx&#8221;);<br />
my_sound_1.start();</p>
<p>createEmptyMovieClip(&#8220;sound_2&#8243;, <strong><span style="color:#ff0000;">2</span></strong>);<br />
my_sound_2 = new Sound(sound_2,1);<br />
my_sound_2.attachSound(&#8220;music_xxx&#8221;);<br />
my_sound_2.start();</p>
<p>Note: the 2 MovieClips need be placed in different layer. for example:one is in 1 layer, another is in 2 layer.</p>
<p>now when we control my_sound_1, can not affect my_sound_2.</p>
<p>Thanks WenJie for his advice!</p>
<p>XueYong</p>
<p> <a href="http://sharedesign.files.wordpress.com/2008/05/photo.jpg"><img class="alignnone size-medium wp-image-30" src="http://sharedesign.files.wordpress.com/2008/05/photo.jpg?w=100&#038;h=100" alt="" width="100" height="100" /></a></p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sharedesign.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sharedesign.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharedesign.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharedesign.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharedesign.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharedesign.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharedesign.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharedesign.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharedesign.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharedesign.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharedesign.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharedesign.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharedesign.wordpress.com&blog=3603973&post=29&subd=sharedesign&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharedesign.wordpress.com/2008/05/05/how-to-control-sound-separately-in-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8aca16b76fbdff9237b14b4ff646b8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sharedesign</media:title>
		</media:content>

		<media:content url="http://sharedesign.files.wordpress.com/2008/05/photo.jpg?w=100" medium="image" />
	</item>
	</channel>
</rss>