<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Cyberspace Nova</title>
	<atom:link href="http://mrsteel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrsteel.wordpress.com</link>
	<description>many things that define new days in cyberspace</description>
	<lastBuildDate>Sat, 06 Jun 2009 16:31:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mrsteel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5fb7d27f29f124a654c2f28f8c07c034?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Cyberspace Nova</title>
		<link>http://mrsteel.wordpress.com</link>
	</image>
			<item>
		<title>Code Snippets : Solving Flash loading problem with WMode and Firefox</title>
		<link>http://mrsteel.wordpress.com/2009/06/05/code-snippets-solving-flash-problem-with-wmode-and-firefox/</link>
		<comments>http://mrsteel.wordpress.com/2009/06/05/code-snippets-solving-flash-problem-with-wmode-and-firefox/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:33:38 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Web developer]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=649</guid>
		<description><![CDATA[I&#8217;ve recently experienced problems on few AS3 websites. If you embed your SWF file with different WMode, like opaque or transparent in Firefox your Flash won&#8217;t load. Actually the Flash loads first frame and then it seems like it stops. Well, it certainly loads but the problem is that loaderInfo Event.COMPLETE and PROGRESS are not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=649&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve recently experienced problems on few AS3 websites. If you embed your SWF file with different WMode, like opaque or transparent in Firefox your Flash won&#8217;t load. Actually the Flash loads first frame and then it seems like it stops. Well, it certainly loads but the problem is that loaderInfo Event.COMPLETE and PROGRESS are not fired in Firefox.</p>
<p>That is LAME! Firefox has this &#8220;advanced&#8221; feature with Flash, it doesn&#8217;t load it until that browser tab has focus. Seems like we&#8217;re getting problem from there. Anyway, a workaround is to set the Event.ENTER_FRAME function that will check loader</p>
<pre>
<pre class="brush: jscript;">
addEventListener(Event.ENTER_FRAME, _listenLoading);// on enter frame to check if it’s loaded
private function _listenLoading(e:Event):void {
  if (this.loaderInfo.bytesLoaded == this.loaderInfo.bytesTotal) {
    removeEventListener(Event.ENTER_FRAME, _listenLoading);
    _onSiteLoaded();
  }
}
</pre>
</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/649/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/649/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=649&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/06/05/code-snippets-solving-flash-problem-with-wmode-and-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>unConference Singapore 2009 &#8211; startups and platforms</title>
		<link>http://mrsteel.wordpress.com/2009/05/17/unconference-singapore-2009-startups-and-platforms/</link>
		<comments>http://mrsteel.wordpress.com/2009/05/17/unconference-singapore-2009-startups-and-platforms/#comments</comments>
		<pubDate>Sun, 17 May 2009 06:41:01 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Web developer]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=638</guid>
		<description><![CDATA[Yesterday I&#8217;ve attended unConference Singapore, one of the biggest events I&#8217;ve seen here. It&#8217;s all about startups, mostly focused on social component of the web. I&#8217;ve attended 2 session and one startup show off in what host called American Idol style.
The day started pretty late for me so I&#8217;ve picked up first session after lunch. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=638&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday I&#8217;ve attended unConference Singapore, one of the biggest events I&#8217;ve seen here. It&#8217;s all about startups, mostly focused on social component of the web. I&#8217;ve attended 2 session and one startup show off in what host called American Idol style.</p>
<p>The day started pretty late for me so I&#8217;ve picked up first session after lunch. My friend Arul presented an interesting product which is already in focus -<a href="http://www.techcrunch.com/2009/01/19/techcrunch-tablet-update-prototype-b/"> Crunchpad, an internet browsing device created by TechCrunch</a>. <a href="http://www.fusiongarage.com/">Fusion Garage</a>, a Singapore based company and Arul&#8217;s workplace is a creator of the software that runs Crunchpad. Software is a Linux that boots directly into a browser and let&#8217;s you do all you need only through browser. Looking at availability of software and media over internet that seems like an idea without drawbacks.</p>
<p>After that, we&#8217;ve attended Startup Pitch session where about a dozen startups showed off what they&#8217;ve into. All of them had about 6 minutes to present and then few minutes for panel of judges to give their opinion. It was interesting, and startups were in many ways inspiring. Let me go through all of them briefly.</p>
<p><a href="http://www.ejamming.com/">eJamming</a> &#8211; online collaboration tool for musicians, they can just plug in on net and play together like they are in the same room. Presented live and it worked well. This helps a lot people who are traveling or just wants to meet new people. Later on, same company will be releasing a site that will enable bands broadcast their performance live and get some money from selling it to audience.</p>
<p><a href="http://www.countspin.com/">CountSpin</a> &#8211; auction website, simple idea. Site really needs redesign, and like one of the judges said, offering more products at same time or extending possibilities in other directions would be a win for them. Compare function is not working nicely too.</p>
<p><a href="http://www.frenzoo.com/beta/">Frenzoo</a> &#8211; nice 3D teen website where you can dress your 3D characters buying clothes or designing your own. Great presentation, very clean and clear on their key points. Congratulations, hope they will be big.</p>
<p><a href="http://www.genkii.com/">Genkii</a> &#8211; no doubt Genkii is composed of talented individuals who will try to bridge art and social components into 3D world in order to create something interesting with their product. 3D world that they are bringing soon to iPhone was impressive, especially seeing it live on iPhone of Ken. Gankii is Tokyo based and they will release Sparkle, 3D virtual world probably during a summer of this year. Good luck!</p>
<p><a href="http://www.orsiso.com/">Orsiso</a> &#8211; ORganize SImplify SOcialize is  AIR application which connects your multiple accountsand friends  on social networks. Definetely great potential for wide-spread usage. As a judge said they need to easier clarify what is a benefit of their product. Their aim is to help you easier organize your social friend data by improtance to you, grouping your friends in circles. Glad to see some of the improvement from previous versions includes some of the things I was thinking it&#8217;s good. UI needs to get better still because having so many things out there first time user needs to be able to adopt it in a minute.</p>
<p><a href="http://2359media.com/">2359 Media</a> &#8211; presented app called Singapore Malls. It&#8217;s now available on iPhone. They should put more info on website, together with links to app store. Basically app servers information about malls in Singapore, very detailed ones like stores, floor plans, search for discounts and much more. They&#8217;ve also created an ad network to leverage their application potential and making it also possible for other developers to use it in their applications.</p>
<p><a href="http://www.itwin.sg">iTwin</a> &#8211; iTwin is a USB plug &amp; play device that will enable you to connect two computers in peer-to-peer network without setting up any software or passwords. Simple and easy solution for variety of reasons. Judges nicely stated that they need more to point this use cases. Nice product.</p>
<p><a href="http://www.humannetworklabs.com/">Human Network Labs</a> &#8211; one of the most interesting products at unConference. I&#8217;ve already heard about it before and I was glad I can see a presentation. HNL created a PixieEngine platform which is based on RFID  chips that can be stick to any object. Once you have it in your surrounding using an application on phone or other device you are becoming aware of other objects and people who are using it. Connection between objects is transmitted over 1.5Mbps which is enough even for streaming a video. There is a lot of possible use cases for this product and it&#8217;s definitely on it&#8217;s way to become a huge success.</p>
<p><a href="http://www.socialwok.com/">SocialWok</a> &#8211; they defined it as Facebook + Twitter for Business. It&#8217;s a social network made private so it&#8217;s suits organizations and businesses. Clean interface is a copy of Facebook, more cleaner and has all the features of sharing statuses,  links and media files. There is an interest for this in organizations I am sure, only thing as one of the judges noticed is, when you say employees to start using something they might not use it, so how you get companies to adopt it is going to be a big challenge. They have iPhone and BlackBerry client so that&#8217;s a big plus for adoption.</p>
<p>I hope I haven&#8217;t left out anyone, if I did it wasn&#8217;t intentional.</p>
<p>I&#8217;ve attended one more session after startups, about <a href="http://www.djangoproject.com/">Django </a>and <a href="http://plone.org/">Plone </a>by <a href="http://oktosys.com/">Kenny Shen</a>. Interesting introduction what Plone is, why it works and who uses it. Thanks on this to Kenny.</p>
<p>After that we went for a dinner, meeting more interesting people, having some problems with pub people but at the end great conference and very interesting day. I am glad I&#8217;ve met people I know and a lot of new people.</p>
<p>Thanks to <a href="http://www.e27.sg/">e27 Singapore</a> for organising this event and <a href="http://www.e27.sg/">check out their website</a>, there is a bunch of useful stuff, like interviews with people who were speaking at the conference.<br />
Good luck with unConference 2010.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/638/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=638&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/05/17/unconference-singapore-2009-startups-and-platforms/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>The Upper Storey &#8211; Senior Flash Developer wanted!</title>
		<link>http://mrsteel.wordpress.com/2009/05/14/the-upper-storey-senior-flash-developer-wanted/</link>
		<comments>http://mrsteel.wordpress.com/2009/05/14/the-upper-storey-senior-flash-developer-wanted/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:38:01 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Web developer]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=636</guid>
		<description><![CDATA[Company I am currently working at is on a lookout for serious Flash coder. We are having a nice stream of interesting projects and I am sure you would like the environment. Please read the job description and apply if you&#8217;re interested. Hope we find somebody interesting and eager to move forward with us.
Company: The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=636&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Company I am currently working at is on a lookout for serious Flash coder. We are having a nice stream of interesting projects and I am sure you would like the environment. Please read the job description and apply if you&#8217;re interested. Hope we find somebody interesting and eager to move forward with us.</p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong>Company: <a href="http://www.theupperstorey.com/" target="_blank">The Upper Storey</a></strong> </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong>Location:</strong> Singapore </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong>Position:</strong> Senior Flash Developer </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong>Information:</strong></span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;">The Upper Storey is not your typical interactive agency, nor your typical creative department. We are known for our innovative concepts, our endless supply of creativity, our tight-knit work family. We take great pride in our team and we live and breathe our work. </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong> Job Summary:</strong></span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;">You will develop interactive elements, including web pages, flash objects, or any rich media content for various touchpoints. Additionally, you will provide leadership in the use of Flash technology and mentor junior developers on the team.. Projects range from Rich Media and Game Programming to flash websites and banners with dynamic content. You work closely with creative team to deliver cutting edge rich media solutions for our clients. </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong> Responsibilities:</strong></span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;">•	Ability to mentor junior team members<br />
•	 Apply your visual design skills to create dynamic and complex Flash Designs.<br />
• Involvement in the conceptual phase of projects. Work closely with creative lead, IA, Content Strategist and front-end developer to deliver-media rich client solutions.<br />
•	 Understanding of Video codec&#8217;s and advanced video encoding options in Flash.<br />
•	Understanding of 3rd party implementations and extensions<br />
•	 Active Flash, Flex,  Developer Community involvement.<br />
•	Constant R&amp;D on new technologies that will help The Upper Storey push the boundaries </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong> Job Requirements:</strong></span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;">• 5+ years of industry experience in ActionScript 2.0 or 3.0 for Flash applications integrated with server-side web applications and CMS<br />
•	ServerSide Scripting such as PHP, JavaScript and Flex<br />
•	Experience implementing OOP concepts with ActionScript<br />
•	XHTML / CSS (validating), DHTML (JQuery), AJAX<br />
•	Building integrated data-driven applications and sites that link to other third part apis such as facebook and open social<br />
•	Optimization of creative elements for varying bandwidth and platform requirements<br />
•	Strong written and oral communication skills </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;"><strong>To Apply:</strong> </span></p>
<p><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:x-small;">Please send email to <a href="mailto:coder@upperstorey.com?subject=jobs_fromFWA">coder@upperstorey.com</a> </span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/636/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=636&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/05/14/the-upper-storey-senior-flash-developer-wanted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>AS3 Optimisations tips and speed tests</title>
		<link>http://mrsteel.wordpress.com/2009/04/25/as3-optimisations-tips-and-speed-tests/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/25/as3-optimisations-tips-and-speed-tests/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 09:29:13 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web developer]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=632</guid>
		<description><![CDATA[New great article is out talking about optimisation tips in AS3 &#8211; http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html

also very nice suggestions and speed test can be found here &#8211; http://osflash.org/as3_speed_optimizations
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=632&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>New great article is out talking about optimisation tips in AS3 &#8211; <a href="http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html">http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html<br />
</a><br />
also very nice suggestions and speed test can be found here &#8211; <a href="http://osflash.org/as3_speed_optimizations">http://osflash.org/as3_speed_optimizations</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/632/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=632&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/25/as3-optimisations-tips-and-speed-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>Roxik at Adobe MAX 2008 [Video]</title>
		<link>http://mrsteel.wordpress.com/2009/04/25/roxik-at-adobe-max-2008-video/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/25/roxik-at-adobe-max-2008-video/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 09:17:23 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web developer]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/2009/04/25/roxik-at-adobe-max-2008-video/</guid>
		<description><![CDATA[http://jp.max.adobe.com/player.html?2-10
What better could we ask for ? This is Roxik presentation from Adobe MAX, great talk even if there is no translation. But like my friend said, awesomness doesn&#8217;t need translation  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=630&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://jp.max.adobe.com/player.html?2-10">http://jp.max.adobe.com/player.html?2-10</a></p>
<p>What better could we ask for ? This is Roxik presentation from Adobe MAX, great talk even if there is no translation. But like my friend said, awesomness doesn&#8217;t need translation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/630/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=630&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/25/roxik-at-adobe-max-2008-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>Actionscript Snippets : Get Flashvars in AS3</title>
		<link>http://mrsteel.wordpress.com/2009/04/22/actionscript-snippets-get-flashvars-in-as3/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/22/actionscript-snippets-get-flashvars-in-as3/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 04:17:03 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Web developer]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=620</guid>
		<description><![CDATA[I am starting here a new series of posts, an Actionscript snippets that are useful in everyday programming. This is mainly because I don&#8217;t have time to share full source codes and examples, but I will try to find it. Until then I will post codes that are small but useful.
Let&#8217;s start with getting a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=620&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am starting here a new series of posts, an Actionscript snippets that are useful in everyday programming. This is mainly because I don&#8217;t have time to share full source codes and examples, but I will try to find it. Until then I will post codes that are small but useful.</p>
<p>Let&#8217;s start with getting a Flashvars in AS3, something we often need to do</p>
<pre class="brush: jscript;">
private function getFlashVars():Object {
	return Object( LoaderInfo( this.loaderInfo ).parameters );
}
</pre>
<p>remove private from function if you code in Flash IDE, but I hope you are into OOP thing.<br />
After this retrieving of Flashvar is easy</p>
<pre class="brush: jscript;">
_var1 = getFlashVars().var1;  // var1 is the name of the passed Flash variable
</pre>
<p>watch out, if var1 is not passed value returned will be <strong>undefined</strong>, so you can use like Ian Kirk said, but watch out for passing 0 value as Flash var then&#8230;</p>
<pre class="brush: jscript;">
_var1 = getFlashVars().var1 || &quot;defaulValue&quot;;  // var1 is the name of the passed Flash variable
</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/620/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=620&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/22/actionscript-snippets-get-flashvars-in-as3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Supersites : IKEA &#124; PS</title>
		<link>http://mrsteel.wordpress.com/2009/04/14/flash-supersites-ikea-ps/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/14/flash-supersites-ikea-ps/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:05:21 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=614</guid>
		<description><![CDATA[I am so glad to add one site to the Flash Supersites links &#8211; again there  is a great experience of discovering IKEAs ideas nad products.
IKEA &#124; PS is new product line from IKEA, and every product has it&#8217;s story, which is nicely presented through Flash website, rich with video and animaton experience.
IKEA &#124; PS
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=614&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am so glad to add one site to the Flash Supersites links &#8211; again there  is a great experience of discovering IKEAs ideas nad products.</p>
<p>IKEA | PS is new product line from IKEA, and every product has it&#8217;s story, which is nicely presented through Flash website, rich with video and animaton experience.</p>
<p><a href="http://www.ikea.com/ms/en_GB/rooms_ideas/PS/index.html">IKEA | PS</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/614/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=614&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/14/flash-supersites-ikea-ps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>Webware 100 &#8211; c&#124;net top 100 webware voting</title>
		<link>http://mrsteel.wordpress.com/2009/04/08/webware-100-cnet-top-100-webware-voting/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/08/webware-100-cnet-top-100-webware-voting/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 06:52:43 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[People]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=611</guid>
		<description><![CDATA[Say No to boxed software! The future of applications is online delivery and access. Software is passé. Webware is the new way to get things done.
http://www.cnet.com/html/ww/100/2009/categories.html
This voting strikes to a most important thing that is now happening on internet and that&#8217;s switching from desktop based to web based enviroment. I really like how powerfull all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=611&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>Say No to boxed software! The future of applications is online delivery and access. Software is passé. <em>Webware</em> is the new way to get things done.</p></blockquote>
<p><a href="http://www.cnet.com/html/ww/100/2009/categories.html">http://www.cnet.com/html/ww/100/2009/categories.html</a></p>
<p>This voting strikes to a most important thing that is now happening on internet and that&#8217;s switching from desktop based to web based enviroment. I really like how powerfull all categories look, with at least two or three strong players and good services to offer, but mostly it&#8217;s all offered webwares that are great.</p>
<p>Vote and enjoy the change! Real change!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/611/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=611&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/08/webware-100-cnet-top-100-webware-voting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>SWF to Video SDK &#8211; a command line SWF to video conversion</title>
		<link>http://mrsteel.wordpress.com/2009/04/08/swf-to-video-sdk-a-command-line-swf-to-video-conversion/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/08/swf-to-video-sdk-a-command-line-swf-to-video-conversion/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 06:47:48 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=609</guid>
		<description><![CDATA[Soon I will need to make a server side conversion of a SWF XML fed animation to video, and seems like I found a solution. It&#8217;s Moyea SWF to Video SDK, which works really nice. If you know any other options please let me know&#8230;
http://www.swfkits.com/swf-to-video-sdk/
Key Features of SWF to Video SDK

Convert local and online SWF [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=609&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Soon I will need to make a server side conversion of a SWF XML fed animation to video, and seems like I found a solution. It&#8217;s Moyea SWF to Video SDK, which works really nice. If you know any other options please let me know&#8230;</p>
<p><a href="http://www.swfkits.com/swf-to-video-sdk/">http://www.swfkits.com/swf-to-video-sdk/</a></p>
<h3 class="title">Key Features of SWF to Video SDK</h3>
<ul>
<li>Convert local and online SWF to video files in any formats for developers&#8217; development goals</li>
<li>Convert SWF files which called through Parameter to video in any formats for developers&#8217; development goals</li>
<li>Support video resizing and trimming to meet specific needs</li>
<li>Support AVI with Alpha Channel conversion to retain the original transparency</li>
<li>Process 32 bits RGBA file for further edit in Adobe Premiere</li>
<li>Adopt Lower-Playback-Speed technology to achieve accurate audio and video synchronization and no frame loss</li>
<li>Adopt audio-extracting technology, instead of recording; to 100% keep the original sound effect</li>
<li>Support multiple SWF files automatic conversion</li>
<li class="try">FREE TRIAL WITH NO TIME LIMIT. NO SPYWARE, NO ADWARE, NO VIRUSES. 100% CLEAN.</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/609/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=609&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/08/swf-to-video-sdk-a-command-line-swf-to-video-conversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting MS Surface &#8220;game&#8221;</title>
		<link>http://mrsteel.wordpress.com/2009/04/04/interesting-ms-surface-game/</link>
		<comments>http://mrsteel.wordpress.com/2009/04/04/interesting-ms-surface-game/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 06:27:02 +0000</pubDate>
		<dc:creator>mrsteel</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mrsteel.wordpress.com/?p=605</guid>
		<description><![CDATA[Because creator did not allow embeding I must redirect you to the Vimeo to take a look at the interesting &#8220;game&#8221; made for Microsoft Surface. It&#8217;s called Genesis.
this is the quote from the video description
This is a deeper look at the 3D Microsoft Surface application we created recently for SxSW and Mix. Partnering with Microsoft, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=605&subd=mrsteel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Because creator did not allow embeding I must <a href="http://vimeo.com/3984418">redirect you to the Vimeo</a> to take a look at the interesting &#8220;game&#8221; made for Microsoft Surface. It&#8217;s called Genesis.</p>
<p>this is the quote from the video description</p>
<blockquote><p>This is a deeper look at the 3D Microsoft Surface application we created recently for SxSW and Mix. Partnering with Microsoft, we designed custom ChromaDepth 3D glasses and distributed them to attendees of both events who wanted to try their hand at collaboratively creating a galaxy from scratch. It was a massive hit on the show floor.</p></blockquote>
<p>very nice <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrsteel.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrsteel.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrsteel.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrsteel.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrsteel.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrsteel.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrsteel.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrsteel.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrsteel.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrsteel.wordpress.com/605/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrsteel.wordpress.com&blog=559373&post=605&subd=mrsteel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mrsteel.wordpress.com/2009/04/04/interesting-ms-surface-game/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1436da8b2061e43963bed13b09d2b93e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrsteel</media:title>
		</media:content>
	</item>
	</channel>
</rss>