<?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>Chiaotsu's World</title>
	<atom:link href="http://chiaotsu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chiaotsu.wordpress.com</link>
	<description>User Interface/Interaction, Multimedia, and Flash Lite</description>
	<lastBuildDate>Tue, 20 Jun 2006 22:18:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chiaotsu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chiaotsu's World</title>
		<link>http://chiaotsu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chiaotsu.wordpress.com/osd.xml" title="Chiaotsu&#039;s World" />
	<atom:link rel='hub' href='http://chiaotsu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Flash Lite [20] 2.0 Button event</title>
		<link>http://chiaotsu.wordpress.com/2006/04/05/flash-lite-20-20-button-event/</link>
		<comments>http://chiaotsu.wordpress.com/2006/04/05/flash-lite-20-20-button-event/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 02:40:59 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2006/04/05/flash-lite-20-20-button-event/</guid>
		<description><![CDATA[In the Flash Lite 2.0, we have to use different way to access the button event. First, if you need to use the softkeys, you have to write down the code as below to enable it. fscommand2(&#8220;SetSoftKeys&#8221;, &#8220;Left&#8221;, &#8220;Right&#8221;); Then we need a KeyLinstener:Object to access the button event and define the behavior. var keyListener:Object [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=24&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the Flash Lite 2.0, we have to use different way to access the button event.</p>
<p>First, if you need to use the softkeys, you have to write down the code as below to enable it.<br />
<b>fscommand2(&#8220;SetSoftKeys&#8221;, &#8220;Left&#8221;, &#8220;Right&#8221;);</b></p>
<p>Then we need a <b>KeyLinstener:Object</b> to access the button event and define the behavior.</p>
<p>var keyListener:Object = new Object();<br />
keyListener.onKeyUp = function() {<br />
	if (Key.getCode() == ExtendedKey.SOFT1) {<br />
		//Left Softkey<br />
	} else if (Key.getCode() == ExtendedKey.SOFT2) {<br />
		//Right Softky<br />
	} else if (Key.getCode() == Key.LEFT) {<br />
	} else if (Key.getCode() == Key.RIGHT) {<br />
	} else if (Key.getCode() == Key.UP) {<br />
	} else if (Key.getCode() == Key.DOWN) {<br />
	} else if (Key.getCode() == Key.ENTER) {<br />
	}<br />
};<br />
Key.addListener(keyListener);</p>
<p>If you would like to define the numeric keys(0-9), you need to use the <b>Key.getAscii()</b> start from 48 to 57.<br />
use 43 to define the &#8220;*&#8221;<br />
use 35 to define the &#8220;#&#8221;</p>
<p><b>[ Notice ]</b> Don&#8217;t use getCode() for numeric keys, because the keyCode of 3=# and 8=*.</p>
<p><a href="http://web.my8d.net/vaio/Download/getKeyInformation.zip" target="_blank">Reference: Get Key Code(Execute in your mobile phone or emulator in Flash 8</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=24&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2006/04/05/flash-lite-20-20-button-event/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite [19] getURL( )</title>
		<link>http://chiaotsu.wordpress.com/2006/02/02/flash-lite-19-geturl/</link>
		<comments>http://chiaotsu.wordpress.com/2006/02/02/flash-lite-19-geturl/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 02:06:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2006/02/02/flash-lite-19-geturl/</guid>
		<description><![CDATA[In Flash, we use getURL( ) to open a webpage or send a Email. It also works in the Flash Lite 1.1. For the mobile phone, getURL( ) has more functions. make a call: getURL(&#8220;tel:0800080080&#8243;); send short message: getURL(&#8220;sms:0943434454&#8243;); send multimedia message: getURL(&#8220;mms:0943434454&#8243;); If you would like to know more, you can refer to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=22&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Flash, we use <strong>getURL( )</strong> to open a webpage or send a Email. It also works in the Flash Lite 1.1.</p>
<p>For the mobile phone, <strong>getURL( )</strong> has more functions.</p>
<ol>
<li>make a call: getURL(&#8220;tel:0800080080&#8243;);</li>
<li>send short message: getURL(&#8220;sms:0943434454&#8243;);</li>
<li>send multimedia message: getURL(&#8220;mms:0943434454&#8243;);</li>
</ol>
<p>If you would like to know more, you can refer to the official document.<br />
Flash Lite 1.x ActionScript Language Reference.pdf (p20-22)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=22&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2006/02/02/flash-lite-19-geturl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite [18] Using sound</title>
		<link>http://chiaotsu.wordpress.com/2005/12/19/flash-lite-18-using-sound/</link>
		<comments>http://chiaotsu.wordpress.com/2005/12/19/flash-lite-18-using-sound/#comments</comments>
		<pubDate>Mon, 19 Dec 2005 11:44:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/12/19/flash-lite-18-using-sound/</guid>
		<description><![CDATA[Currently, Flash not support using MIDI file directly. This type is the smallest audio file, so it very familiar for the mobile device. It only record the data, if your device support 40~64 audio track then it is as good as MP3 file. If you use Macromedia Flash MX 2004 to create your Flash Lite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=21&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Currently, Flash not support using MIDI file directly.<br />
This type is the smallest audio file, so it very familiar for the mobile device.<br />
It only record the data, if your device support 40~64 audio track then it is as good as MP3 file.</p>
<p>If you use Macromedia Flash MX 2004 to create your Flash Lite content, you need a Flash Lite Bundler to let Flash Lite recognize the formats like MIDI, 3gp..supported by your device.</p>
<div class="fullpost">
<p>You can find the Flash Lite Bundler in Flash Lite 1.1 CDK.<br />
Flash_Lite_authoring_updater/Flash Lite Bundler/FlashLiteBundler.exe</p>
<p>The way to use it is very simple, click the execute file and drag your MIDI file drop to below screen. <a href="http://photos1.blogger.com/blogger/1927/1345/1600/18-2.gif"><br />
<a href="http://photos1.blogger.com/blogger/1927/1345/1600/18-1.gif"><img alt="" src="http://photos1.blogger.com/blogger/1927/1345/320/18-1.gif" border="0" /></a><br />
</a><br />
One type needs one file, let Flash Lite recognize the type not all files.<br />
<a href="http://photos1.blogger.com/blogger/1927/1345/1600/18-2.gif"><img alt="" src="http://photos1.blogger.com/blogger/1927/1345/320/18-2.jpg" border="0" /></a><br />
Press &#8220;Save Bundle&#8221; and save into the folder with your MIDI file. Before you using the MIDI file, you need to covert it to other type which supported by Flash, like mp3, wav. Then you can import these file to Flash.</p>
<p>After you import the audio files into Flash, open the Library and choose properties via options menu. Set the device sound in export settings.<br />
<a href="http://photos1.blogger.com/blogger/1927/1345/1600/18-3.0.gif"><img alt="" src="http://photos1.blogger.com/blogger/1927/1345/320/18-3.0.jpg" border="0" /></a><br />
Then you can use these sound like usual, just remember keep the file path when you put into your device. If the file exist and the path is correct, then you can play the sound from you device. It makes your content smaller and has more interaction with sound.</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=21&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/12/19/flash-lite-18-using-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>

		<media:content url="http://photos1.blogger.com/blogger/1927/1345/320/18-1.gif" medium="image" />

		<media:content url="http://photos1.blogger.com/blogger/1927/1345/320/18-2.jpg" medium="image" />

		<media:content url="http://photos1.blogger.com/blogger/1927/1345/320/18-3.0.jpg" medium="image" />
	</item>
		<item>
		<title>Flash Lite [17] Compare 1.1 with 2.0</title>
		<link>http://chiaotsu.wordpress.com/2005/10/10/flash-lite-17-compare-11-with-20/</link>
		<comments>http://chiaotsu.wordpress.com/2005/10/10/flash-lite-17-compare-11-with-20/#comments</comments>
		<pubDate>Mon, 10 Oct 2005 16:22:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/10/10/flash-lite-17-compare-11-with-20/</guid>
		<description><![CDATA[Compare Flash Lite 1.1 with 2.0 [ Category ] Item: 1.1/2.0 [ Sound Support ] MIDI: Device dependent/Device dependent PCM and ADPCM: Support/Support MP3: Support/Support [ Image &#38; Video Support ] PNG: During authoring/During authoring or device dependent JPG: Support/Support GIF: During authoring/During authoring or device dependent Animation GIF: During authoring/During authoring MPG-4 and other [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=20&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Compare Flash Lite 1.1 with 2.0<br />
<strong>[ Category ]<br />
</strong>Item: 1.1/2.0</p>
<p><strong>[ Sound Support ]</strong><br />
MIDI: Device dependent/Device dependent<br />
PCM and ADPCM: Support/Support<br />
MP3: Support/Support</p>
<p><strong>[ Image &amp; Video Support ]</strong><br />
PNG: During authoring/During authoring or device dependent<br />
JPG: Support/Support<br />
GIF: During authoring/During authoring or device dependent<br />
Animation GIF: During authoring/During authoring<br />
MPG-4 and other video formats: Not support/Device dependent</p>
<div class="fullpost">
<strong>[ Multimedia Support ]</strong><br />
Dynamic loading of media files: Not support/ Support (JPEG and MP3, other formats dependent on the device-specific codes)</p>
<p><strong>[ Text support ]</strong><br />
Character set: Latin-1 and Shift-JIS/UTF-8<br />
Complex languages (Thai, Arabic, Hebrew, and so on) : Not support/Support<br />
Text entry: Device dependent/Device dependent<br />
Dynamic text: Support/Support<br />
Device-specific vector fonts: Not support/Support<br />
Improved small text readability: Not support/Support<br />
Text measurement: Not support/Support<br />
Text wrap: Not support/Support</p>
<p><strong>[ Programming Features ]</strong><br />
ActionScript set: Flash 4 or earlier/Flash 7 or earlier<br />
Dynamic loading of SWF data: Not support/Support<br />
XML parsing: Not support/Support<br />
String/Array/XML -to-native-objects conversion: Not support/Support<br />
ActionScript strict mode: Not support/Support<br />
Set/Clear interval: Not support/Support<br />
Shape drawing API: Not support/Support<br />
Ability to store data: Not support/Support</p>
<p><strong>[ Interactivity ]</strong><br />
Keyboard events: Device dependent/Device dependent<br />
Key-based navigation: Support/Support<br />
Mouse/Stylus events: Device dependent/Device dependent</p>
<p><strong>[ Other Features ]</strong><br />
Generic browser interface: Support/Support<br />
Dynamic memory handling: Support/Support<br />
Device-specific capability: Support/Support<br />
Object model (for components): Not support/Support<br />
Improved event model: Not support/Support<br />
SWF file compression: Not support/Support<br />
Dynamic discovery device features: Not support/Support<br />
ActionScript exception handling: Not support/Support<br />
New preloader API: Not support/Support<br />
SVG-T1.1: Support/Support</p>
<p><strong>[ Flash Lite Features ]</strong><br />
Access to device-specific features (volume, backlight, vibrate, and so on): Support/Support<br />
Launch native applications: Support/Support<br />
Reduced runtime memory consumption: Support/Support<br />
Graceful handling out-of-memory condition: Support/Support<br />
Interruptible/Re-entrant player: Support/Support<br />
Runaway script limit: Support/Support<br />
ActionScript slicing: Support/Support</p>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=20&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/10/10/flash-lite-17-compare-11-with-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes for online live seminar</title>
		<link>http://chiaotsu.wordpress.com/2005/09/29/notes-for-online-live-seminar/</link>
		<comments>http://chiaotsu.wordpress.com/2005/09/29/notes-for-online-live-seminar/#comments</comments>
		<pubDate>Thu, 29 Sep 2005 09:59:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/09/29/notes-for-online-live-seminar/</guid>
		<description><![CDATA[Macromedia online live seminar-Tips for Optimizing Flash Lite Content 2005/09/28 9:00 PM US/Eastern Three ways to optimizing graphics and animations 1. Simplifing animation When you use tween shape, try to covert to the keyframes and remove the tween settings. 2.Use bmps in place of vectors It will increase the memory if you use the vectors. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=19&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Macromedia online live seminar-Tips for Optimizing Flash Lite Content</strong><br />
<strong>2005/09/28 9:00 PM US/Eastern</strong></p>
<p><strong>Three ways to optimizing graphics and animations</strong><br />
<strong>1. Simplifing animation</strong><br />
When you use tween shape, try to covert to the keyframes and remove the tween settings.</p>
<p><strong>2.Use bmps in place of vectors</strong><br />
It will increase the memory if you use the vectors. So try to use bmp as possible.<br />
<a href="http://chiaotsu2.blogspot.com/2005/08/flash-lite-8-bmp-vs-vector.html">Flash Lite [8] Bmp v.s. Vector</a></p>
<p><strong>3.Adjusting the render quality</strong><br />
Use fscommand2(&#8220;SetQuality&#8221;, &#8220;low/high&#8221;) to adjust the render quality.<br />
But you can&#8217;t test this function via emulation, you need to test it on your device.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=19&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/09/29/notes-for-online-live-seminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite [16] Update error message</title>
		<link>http://chiaotsu.wordpress.com/2005/09/20/flash-lite-16-update-error-message/</link>
		<comments>http://chiaotsu.wordpress.com/2005/09/20/flash-lite-16-update-error-message/#comments</comments>
		<pubDate>Tue, 20 Sep 2005 22:15:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/09/20/flash-lite-16-update-error-message/</guid>
		<description><![CDATA[After Flash 8 released, Flash Lite update the error and warnning messages. Out of Memory Stack Limit Reached Currupted SWF ActionScript Stuck ActionScript Processing ActionScript Infinity Loop Invalid Frame Buffer Invalid Display Rect Invalid Frame Number Invalid Key Bad JPEG Data Bad Sound Data Root Movie Unloaded You can get more details from this document [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=18&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After Flash 8 released, Flash Lite update the error and warnning messages.</p>
<ol>
<li>Out of Memory </li>
<li>Stack Limit Reached</li>
<li>Currupted SWF </li>
<li>ActionScript Stuck </li>
<li>ActionScript Processing </li>
<li>ActionScript Infinity Loop </li>
<li>Invalid Frame Buffer </li>
<li>Invalid Display Rect </li>
<li>Invalid Frame Number </li>
<li>Invalid Key </li>
<li>Bad JPEG Data </li>
<li>Bad Sound Data </li>
<li>Root Movie Unloaded</li>
</ol>
<p>You can get more details from this document <a href="http://download.macromedia.com/pub/documentation/en/flashlite/flashlite_1x/flashlite_developing_apps.zip">Developing Flash Lite Applications</a>(p.75-76). It will appears in the output window, but you can&#8217;t see these informations in your device until Macromedia update the Flash Lite Player.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=18&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/09/20/flash-lite-16-update-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite [15] Error message</title>
		<link>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-15-error-message/</link>
		<comments>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-15-error-message/#comments</comments>
		<pubDate>Sun, 11 Sep 2005 23:28:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/09/11/flash-lite-15-error-message/</guid>
		<description><![CDATA[If mobile run flash contenr and appears the &#8220;problem with content:6&#8243;, and it means &#8220;Bad JPEG data&#8221;.Belows are the meanings for the numbers. Out of memory Stack limit reached Corrupt SWF data ActionScript stuck Infinite AS loop Bad JPEG data Bad sound data Cannot find host ActionScript error URL too long<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=17&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If mobile run flash contenr and appears the &#8220;problem with content:6&#8243;, and it means &#8220;Bad JPEG data&#8221;.Belows are the meanings for the numbers.</p>
<ol>
<li> Out of memory</li>
<li>Stack limit reached</li>
<li>Corrupt SWF data</li>
<li>ActionScript stuck</li>
<li>Infinite AS loop</li>
<li>Bad JPEG data</li>
<li>Bad sound data</li>
<li>Cannot find host</li>
<li>ActionScript error</li>
<li>URL too long</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=17&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-15-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite [14] Input Text</title>
		<link>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-14-input-text/</link>
		<comments>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-14-input-text/#comments</comments>
		<pubDate>Sun, 11 Sep 2005 22:54:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/09/11/flash-lite-14-input-text/</guid>
		<description><![CDATA[It is very easy to use input text, just setup the text field to input text. Some mobile developers will define the maximum of the text field, so we need to define the maximum characters&#8217; value, and it could be workable. But there is a problem, because it won&#8217;t focus on the input text field [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=16&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is very easy to use input text, just setup the text field to input text. Some mobile developers will define the maximum of the text field, so we need to define the maximum characters&#8217; value, and it could be workable.</p>
<p>But there is a problem, because it won&#8217;t focus on the input text field directly. User need to press <strong>UP/DOWN</strong> to set it focus, as below right state. If the text field as left, it won&#8217;t open the text input state when user press <strong>ENTER</strong>.<br />
<a href="http://photos1.blogger.com/blogger/1927/1345/1600/ip1.jpg"><img alt="" src="http://photos1.blogger.com/blogger/1927/1345/320/ip1.jpg" border="0" /></a><br />
If you don&#8217;t like the text field show yellow frame, just write down the below ActionScript.<br />
<strong>_focusrect = false;</strong></p>
<p>So you need to use another way to indicate which was focused item.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=16&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-14-input-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>

		<media:content url="http://photos1.blogger.com/blogger/1927/1345/320/ip1.jpg" medium="image" />
	</item>
		<item>
		<title>Flash Lite [13] Include fonts</title>
		<link>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-13-include-fonts/</link>
		<comments>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-13-include-fonts/#comments</comments>
		<pubDate>Sun, 11 Sep 2005 19:26:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/09/11/flash-lite-13-include-fonts/</guid>
		<description><![CDATA[Dynamic text and input text in the Flash Lite also have the function including fonts, but it will increase the file size, you need to do some evaluations, especially when you use Chinese. Below means include numbers 0-9, &#8220;:&#8221;, and &#8220;/&#8221;, it will increase 2-3 kb when export to swf file. You can select &#8220;Auto [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=15&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dynamic text and input text in the Flash Lite also have the function including fonts, but it will increase the file size, you need to do some evaluations, especially when you use Chinese.</p>
<p>Below means include numbers 0-9, &#8220;:&#8221;, and &#8220;/&#8221;, it will increase 2-3 kb when export to swf file.<br />
<a href="http://photos1.blogger.com/blogger/1927/1345/1600/character1.jpg"><img alt="" src="http://photos1.blogger.com/blogger/1927/1345/320/character1.jpg" border="0" /></a></p>
<p>You can select &#8220;Auto Fill&#8221; to add the characters used in this text field, but if you dynamic provide data to it, and you need to add the characters manually.</p>
<p>PS. Flash Lite will add one time when you use the same character with the same font, but you need set each text field which use it.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=15&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/09/11/flash-lite-13-include-fonts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>

		<media:content url="http://photos1.blogger.com/blogger/1927/1345/320/character1.jpg" medium="image" />
	</item>
		<item>
		<title>Flash Lite [12] Scroll Text</title>
		<link>http://chiaotsu.wordpress.com/2005/09/09/flash-lite-12-scroll-text/</link>
		<comments>http://chiaotsu.wordpress.com/2005/09/09/flash-lite-12-scroll-text/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 01:06:00 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">https://chiaotsu.wordpress.com/2005/09/09/flash-lite-12-scroll-text/</guid>
		<description><![CDATA[We could use Action Script to scroll the dynamic text field. Create a dynamic text, choose multiline, and open &#8220;Text&#8221; pull down menu and choose scrollable. Paste/Input contents in it and set the var to &#8220;content&#8221;. You can use slash or dot syntax, If you use slash syntax, just write down below Action Script in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=14&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We could use Action Script to scroll the dynamic text field. Create a dynamic text, choose multiline, and open &#8220;Text&#8221; pull down menu and choose scrollable. Paste/Input contents in it and set the var to &#8220;content&#8221;.</p>
<p>You can use slash or dot syntax,</p>
<p>If you use slash syntax, just write down below Action Script in the button.<br />
<strong>on(keyPress &#8220;＜Up＞&#8221;){</strong><br />
<strong>tellTarget(&#8220;/&#8221;){</strong><br />
<strong>content.scroll&#8211;;</strong><br />
<strong>}</strong><br />
<strong>}</strong></p>
<p>If you would like to use dot syntax, you need to covert the text field to a MovieClip.<br />
<strong>on(keyPress &#8220;＜Up＞&#8221;){</strong><br />
<strong>_root.page_mc.content.scroll&#8211;;</strong><br />
<strong>}</strong></p>
<p>Please notice the text field&#8217;s height, if your device use different font, maybe it will show uncompleted content.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chiaotsu.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chiaotsu.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chiaotsu.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chiaotsu.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chiaotsu.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chiaotsu.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chiaotsu.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chiaotsu.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chiaotsu.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chiaotsu.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chiaotsu.wordpress.com&amp;blog=175621&amp;post=14&amp;subd=chiaotsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chiaotsu.wordpress.com/2005/09/09/flash-lite-12-scroll-text/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92b0ba4b119e55619ac50b7dbd3ae614?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Carol</media:title>
		</media:content>
	</item>
	</channel>
</rss>
