<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
			<channel>
            <atom:link href="http://blog.classsoftware.com/rss.cfm?mode=full" rel="self" type="application/rss+xml" />
			<title>Class Software - Flash</title>
			<link>http://blog.classsoftware.com/index.cfm</link>
			<description>Web technologies and applications focusing on ColdFusion, Flex and Flash.</description>
			<image>
    			<title>Class Software</title>
    			<url>http://www.classsoftware.com/images/logosm.gif</url>
    			<link>http://blog.classsoftware.com/index.cfm</link>
			</image>			
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 05:37:48 +1000</pubDate>
			<lastBuildDate>Mon, 23 Apr 2007 15:35:00 +1000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>justin@classsoftware.com (Justin Mclean)</managingEditor>
			<webMaster>justin@classsoftware.com (Justin Mclean)</webMaster>
				
			
			
			
			
			<item>
				<title>Flash Date Errors</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/4/23/Flash-Date-Errors</link>
				<description>
				
				Flash has a lot of functions for creating and setting dates but you have to be careful using them. In fact it may be safer not to use them at all.

Consider this action script:
&lt;code&gt;
var birthdate:Date = new Date();
birthdate.setDay(17);
birthdate.setMonth(7);
birthdate.setDay(1969);
&lt;/code&gt;
Will this always set the date to be 17th July 1969?
				 [More]
				</description>
						
				
				<category>Flash</category>				
				
				<category>Error</category>				
				
				<pubDate>Mon, 23 Apr 2007 15:35:00 +1000</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/4/23/Flash-Date-Errors</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flash Instance Names -  spot the error</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/4/16/Flash--Instance-name-spot-the-error</link>
				<description>
				
				Say we have a simple flash file with an instance of a symbol on the stage (like a rectangle). The rectangle has an instance name and we want to change or display it&apos;s properties via action script.

Here&apos;s a screen shot of the stage and the instance properties.
				 [More]
				</description>
						
				
				<category>Flash</category>				
				
				<category>Error</category>				
				
				<pubDate>Mon, 16 Apr 2007 13:13:00 +1000</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/4/16/Flash--Instance-name-spot-the-error</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flash Internationalization and Flash Fonts (part1)</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/4/1/Flash-Internationalization-and-Flash-Fonts</link>
				<description>
				
				Lets see how we can use the code in my previous article on &lt;a href=&quot;http://blog.classsoftware.com/index.cfm/2007/3/31/Flash-Internationalisation&quot;&gt;internationalization&lt;/a&gt; and apply it to a flash fla.

Here&apos;s a flash file we want to convert:
&lt;a href=&quot;http://blog.classsoftware.com/examples/flashi18n/i18n.fla&quot;&gt;static fla&lt;/a&gt;(28K), 
&lt;a href=&quot;http://blog.classsoftware.com/examples/flashi18n/i18n.swf&quot;&gt;static swf&lt;/a&gt;(12K),
currently all of the text inside the fla is static text.

First we need to create some xml files containing the content in the languages we want &lt;a href=&quot;http://blog.classsoftware.com/examples/flashi18n/lang/resources_en.xml&quot;&gt;English&lt;/a&gt; and 
&lt;a href=&quot;http://blog.classsoftware.com/examples/flashi18n/lang/resources_fr.xml&quot;&gt;French&lt;/a&gt;
and 
&lt;a href=&quot;http://blog.classsoftware.com/examples/flashi18n/lang/resources_ja.xml&quot;&gt;Japanese&lt;/a&gt;.
				 [More]
				</description>
						
				
				<category>Flash</category>				
				
				<category>Internationalization</category>				
				
				<category>XML</category>				
				
				<category>Fonts</category>				
				
				<category>I18N</category>				
				
				<pubDate>Sun, 01 Apr 2007 21:20:00 +1000</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/4/1/Flash-Internationalization-and-Flash-Fonts</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flash Internationalization</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/3/31/Flash-Internationalisation</link>
				<description>
				
				Flash has good support for internationalization but it does have a few restrictions such as you need to recompile your fla if you add a new language.

I&apos;ve come up with a fairly simple way to load languages from XML files and to support the following:
&lt;ul&gt;
&lt;li&gt;Language defaults to the users language&lt;/li&gt;
&lt;li&gt;Language can be set via a URL parameter&lt;/li&gt;
&lt;li&gt;New languages can be added after the swf is deployed&lt;/li&gt;
&lt;/ul&gt;
				 [More]
				</description>
						
				
				<category>Flash</category>				
				
				<category>Internationalization</category>				
				
				<category>XML</category>				
				
				<category>I18N</category>				
				
				<pubDate>Sat, 31 Mar 2007 00:48:00 +1000</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/3/31/Flash-Internationalisation</guid>
				
			</item>
			
		 	
			</channel></rss>