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

<channel>
	<title>Flex developer, Campbell Anderson, from New Zealand - xsive blog - &#187; AIR</title>
	<atom:link href="http://blog.xsive.co.nz/archives/category/adobe/air/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xsive.co.nz</link>
	<description>Weblog for X$!Ve.co.nz, Campbell Anderson Flex Developer</description>
	<lastBuildDate>Mon, 12 Jul 2010 02:12:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server side actionscript &#8211; Hacking Tamarin</title>
		<link>http://blog.xsive.co.nz/archives/332</link>
		<comments>http://blog.xsive.co.nz/archives/332#comments</comments>
		<pubDate>Fri, 07 Aug 2009 12:59:10 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/?p=332</guid>
		<description><![CDATA[As mentioned in my previous post I have been on a short holiday. One of the things I slated to do at nights was to dig deeper into the Tamarin project.
&#8220;The Tamarin virtual machine is used within the Adobe® Flash® Player and is also being adopted for use by projects outside Adobe.&#8221; - http://www.mozilla.org/projects/tamarin/
Just to start [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned in my previous post I have been on a short holiday. One of the things I slated to do at nights was to dig deeper into the Tamarin project.</p>
<blockquote><p>&#8220;The Tamarin virtual machine is used within the Adobe® Flash® Player and is also being adopted for use by projects outside Adobe.&#8221; - <a href="http://www.mozilla.org/projects/tamarin/">http://www.mozilla.org/projects/tamarin/</a></p></blockquote>
<p>Just to start out, I highly recommend having a look through the source if you have any understanding of c/c++ and are working with the flash player at any level. Playing with it I have learnt so much about what really goes on under the hood. I can only liken it to being a mechanic and driver at the same time compared to being just a driver. Things are fine as a driver while everything is going as planned, but when things go wrong as a mechanic as well you can tell whats going on behind the scenes and can make fixes (educated guesses) very quickly.</p>
<p><img class="alignnone" title="Tamarin" src="http://zoltantakacs.com/zt/im/scan/animals/tamarin_12541_340.jpg" alt="" width="525" height="340" /></p>
<p>I began by just extending the virtual machine in c++, and soon found myself adding database abilities. These could then be in turn called from actionscript. This ineviatably led me to looking into server side actionscript. I found the <a href="http://code.google.com/p/mod-actionscript/">mod_actionscript</a> project on Google code and used this as a rough guidline to do my implementation. I wrapped the virtual machine in a Fast CGI wrapper. This allowed the application to remain loaded inbetween requests and just start from an entry point in the actionscript. Soon I had raw compiled actionscript returning text from Apache. And wow its fast. I have now started building a bit of an actionscript core for fun, giving it activerecord (think rails) like capabilities.</p>
<p>Im starting to look at the different web focused frameworks out there and how they might fit with this. Google Web Toolkit is a really nice implementation, and I can see now why it is like it is. More of a javascript application than web pages. GWT allows the strongly typed world of Java to work well against tested javascript components, forming the larger application. Then theres the rails style. Convention over configuration, loosely typed objects etc. I really love rails but I also love the debugging of Actionscript, which requires the Strongly typed objects. So Im unsure where Ill take things, but for now I will keep playing.</p>
<p>It sucks that the development tools are very limited, jumping from Xcode, to eclipse, to textmate etc but still fun hacking. I have even given the little project a name; RedRocket. And I found a now un-used logo for it <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img class="alignnone" title="RedRocket" src="http://www.veryicon.com/icon/preview/Application/Adobe%20Creative%20Suite%203/Adobe%20Apollo%20Icon.jpg" alt="" width="48" height="48" />(hehehehe)</p>
<p>All this leads me to the question that has been bugging me for the past week. What ever happened to the examples we saw glimpses of during max last year. They showed actionscript sections inside of an HTML page, being executed on the server.</p>
<p><a href="http://www.youtube.com/watch?v=uImhKFhwAu0&amp;feature=player_embedded">http://www.youtube.com/watch?v=uImhKFhwAu0&amp;feature=player_embedded</a></p>
<p>Does anyone have a link to this? Was it just some side project of the developers at Adobe? Did it get canned with the current economic situation. Was it killed as it competed with Cold Fusion to much? &#8211; Does anyone know&#8230;.. does anyone care?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/332/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Compile C/C++ libraries into your swf</title>
		<link>http://blog.xsive.co.nz/archives/295</link>
		<comments>http://blog.xsive.co.nz/archives/295#comments</comments>
		<pubDate>Tue, 18 Nov 2008 21:14:20 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MS .NET]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/?p=295</guid>
		<description><![CDATA[Sounds cool huh? You look at all the projects on sourcefourge and think, man if only I could do that in the flash player. Well now you can. The project named Alchemy which translates these C and C++ libraries into bytecode for the flash player is now available on Labs. I cant wait to see [...]]]></description>
			<content:encoded><![CDATA[<p>Sounds cool huh? You look at all the projects on sourcefourge and think, man if only I could do that in the flash player. Well now you can. The project named Alchemy which translates these C and C++ libraries into bytecode for the flash player is now available on Labs. I cant wait to see how people bend and twist this one. I think it may be one of the more interesting projects I have herd come out of MAX so far.</p>
<p>The Download and Documentation as always is displayed and well laid out on Labs:</p>
<p><a href="http://labs.adobe.com/technologies/alchemy/">http://labs.adobe.com/technologies/alchemy/</a></p>
<p>Looks like its a pretty intensive install for Windows, but Mac looks fine <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Adobe is providing some <a href="http://labs.adobe.com/wiki/index.php/Alchemy:Libraries">example libraries</a>, and developers are encouraged to <a href="http://labs.adobe.com/wiki/index.php/Alchemy:Libraries:Shared">share their ported libraries</a>.</p>
<p>On another note one thing mentioned in the 2nd Keynote spiked my interest:</p>
<blockquote><p>&#8220;Ben then opens up Visual Studio and edits MXML with color coding in Visual Studio using a new plugin Adobe is creating. Next he shows a native AMF to .net implementation to build a back-end in C#.&#8221;</p></blockquote>
<p>Hmmm to tell you the truth if the plugin for Visual Studio works well, I might end up doing my flex work in that. I never use the visual layout features of Flex Builder these days and Thermo&#8230;.  I mean Catalyst will do that work for me.</p>
<blockquote><p> </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/295/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thermo, Cocomo, Growl and sooo much more</title>
		<link>http://blog.xsive.co.nz/archives/293</link>
		<comments>http://blog.xsive.co.nz/archives/293#comments</comments>
		<pubDate>Mon, 17 Nov 2008 21:57:43 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/?p=293</guid>
		<description><![CDATA[Wow what a day. The press releases are running thick and fast from Adobe today.
First up Thermo, now known as Flash Catalyst. All attendees of the keynote aparently recieved a sneek peek DVD of therm&#8230; err hmmm Flash Catalyst. I have Kai bringing me back a copy   This will be an interesting one to [...]]]></description>
			<content:encoded><![CDATA[<p>Wow what a day. The press releases are running thick and fast from Adobe today.</p>
<p>First up <strong>Thermo</strong>, now known as <a href="http://labs.adobe.com/technologies/flashcatalyst/">Flash Catalyst</a>. All attendees of the keynote aparently recieved a sneek peek DVD of therm&#8230; err hmmm Flash Catalyst. I have Kai bringing me back a copy <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This will be an interesting one to play with, and I know most developers will be looking at the generated code quality as this was a big concern.</p>
<p>Also the AIR runtime has had a new version release. 1.5. head over to the ushal place to get the release <a href="http://get.adobe.com/air/">http://get.adobe.com/air/</a></p>
<p><strong>Cocomo</strong> went public beta too:</p>
<blockquote><p>&#8220;Cocomo basically leverages the Adobe Connect back-end to deliver features such as Data Messaging (think traditional Remote SharedObjects), VoIP Audio, Webcam Video, File Sharing, Text Chat and so on. The tool is provided in shape of a developer framework and component set that can be used to build Flex based applications.&#8221; - flashcomguru.com</p></blockquote>
<p>This should be a great help to moving the video/voip platforms forward, though I will watch with caution as to how Adobe charge for this. If its anything like their localized sales of software, be afraid, be very afraid.</p>
<p>Also on the video front<strong> Flash Media server version 3.5</strong> was announced with dynamic streaming and DVR features (New Zealanders think My Sky for live video on the web).</p>
<blockquote><p>&#8220;Dynamic Streaming makes it easier to deliver a consistent stream even when bandwidth conditions and general network health changes during playback. While similar techniques were possible before it is now even easier and in particular much more seamless to integrate this functionality.<br />
The DVR feature is great when viewing live streams, either to rewind back to the beginning of the broadcast or simply to re-view a certain part of the stream. I can see this being a great feature for sports broadcasts in particular.&#8221;  - flashcomguru.com</p></blockquote>
<p>Also announced was a new <a href="http://flex.org/tour"><strong>Flex features tour app</strong></a>. This is something I suggested to Microsoft on the launch of silverlight. Its the best way to just &#8220;play&#8221; with the controls and think about what it could do etc. </p>
<p style="text-align: center;"><a href="http://flex.org/tour"><img class="aligncenter" src="http://flex.org/files/screenshots-large-500_0.png" alt="" width="500" height="451" /></a></p>
<p>The app is an AIR app (which needs AIR 1.5) and shows you through the controls, and it seems that user submission of examples is coming to <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Adobe also announced a new product called <a href="http://labs.adobe.com/wiki/index.php/Adobe_Wave">Wave</a> </p>
<p style="text-align: center;"><a href="http://labs.adobe.com/wiki/index.php/Adobe_Wave"><img class="aligncenter" src="http://wwwimages.adobe.com/labs.adobe.com/cdn/wiki/images/9/95/260px-Gallery.gif" alt="" width="260" height="379" /></a></p>
<blockquote><p>&#8220;Adobe® Wave™ is an Adobe AIR application and Adobe hosted service that work together to enable desktop notifications. It helps publishers stay connected to your customers and lets users avoid the email clutter of dozens of newsletters and social network update messages.&#8221;</p></blockquote>
<p>Still unsure about this one&#8230;.</p>
<p><strong>Flash player 10 for Mobile</strong>!!!! almost fully featured. Adobe has been working with ARM to have an almost fully featured Flash player 10 on the ARM processor. I guess this means that the open screen project is actually moving forward. I cant wait for the day I can hack the set top box at home with a different AIR app <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<blockquote><p>&#8220;Obviously hardware may be a limitation, but demos were shown on Symbian, Win mobile and Android (sorry, no FP on iPhone yet&#8230;that&#8217;s in Apple&#8217;s hands)&#8221; - philterdesign.com</p></blockquote>
<p>Lastly a very cool post from <a href="http://www.mikechambers.com/blog/2008/11/13/growl-support-for-adobe-air-applications/">Mike Chambers blog</a> about the <strong>AIR framework accessing the Growl</strong> notifications on mac. Adobe offered to (and subsequently did) help the open-source project along by adding TCP support, instead of the only option of UDP (which the flash player doesn&#8217;t support *sigh*). This version of Growl isn&#8217;t released yet but will be soon, and is available from the nightlies. Head over to Mike&#8217;s blog for more, and the <a href="http://code.google.com/p/as3growl/">google project for a lib</a>.</p>
<p>So enough of the re-spout of Adobe announcements. But I thought some of these were too good not to pass on. &#8220;We now return you to your regular viewing&#8221;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/293/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally in Sydney ready for WebDU tomorrow</title>
		<link>http://blog.xsive.co.nz/archives/274</link>
		<comments>http://blog.xsive.co.nz/archives/274#comments</comments>
		<pubDate>Wed, 11 Jun 2008 01:44:22 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/?p=274</guid>
		<description><![CDATA[Well yep its that time of year again. I am sitting in my hotel room using over prices broadband so Ill make this quick. If you see me round WebDU tomorrow feel free to wander up and say hi 
 by Andrew Muller
See you there.
]]></description>
			<content:encoded><![CDATA[<p>Well yep its that time of year again. I am sitting in my hotel room using over prices broadband so Ill make this quick. If you see me round WebDU tomorrow feel free to wander up and say hi <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.flickr.com/photos/30129271@N00/2572135232/" class="flickr-image"  title="Mike Downey demoing a twist filter applied to video in Flash 10" rel="flickr-mgr" ><img src="http://farm4.static.flickr.com/3146/2572135232_552a05fed0_t.jpg" alt="Mike Downey demoing a twist filter applied to video in Flash 10" class="flickr-medium"  /></a><br /><small><a href='http://creativecommons.org/licenses/by-nc-nd/2.0/' title='Attribution-NonCommercial-NoDerivs License' rel='license' ><img src="http://blog.xsive.co.nz/wp-content/plugins/wordpress-flickr-manager/images/creative_commons_bw.gif" alt="Attribution-NonCommercial-NoDerivs License"/></a> by <a href='http://www.flickr.com/people/30129271@N00/'>Andrew Muller</a></small><br />
See you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/274/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wooo Hooo new flash player &#8211; maybe with Peer to Peer</title>
		<link>http://blog.xsive.co.nz/archives/272</link>
		<comments>http://blog.xsive.co.nz/archives/272#comments</comments>
		<pubDate>Thu, 15 May 2008 13:21:31 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/?p=272</guid>
		<description><![CDATA[Today Adobe announced the public pre-release version of the Flash Player 10. Improvements include:

Creative Expression
                      

Custom Filters and Effects
                [...]]]></description>
			<content:encoded><![CDATA[<p>Today Adobe announced the <a href="http://labs.adobe.com/technologies/flashplayer10/">public pre-release version of the Flash Player 10</a>. Improvements include:</p>
<ul>
<li><strong>Creative Expression<br />
                      </strong></p>
<ul>
<li>Custom Filters and Effects
                        </li>
<li>3D Effects
                        </li>
<li>New Text Engine
                        </li>
<li>Text Layout Components
                        </li>
<li>Drawing API Enhancements
                        </li>
<li>Color Management </li>
</ul>
</li>
<li><strong>Visual Performance Improvements<br />
                      </strong></p>
<ul>
<li>GPU Compositing
                        </li>
<li>GPU Blitting
                        </li>
<li>Anti-Aliasing Engine (Saffron 3.1)
                        </li>
<li>Vector Data Type </li>
</ul>
</li>
<li><strong>Rich Media</strong>
<ul>
<li>Dynamic Streaming
                        </li>
<li>RTMFP (Real Time Media Flow Protocol)
                        </li>
<li>Speex Audio Codec </li>
</ul>
</li>
<li><strong>Other Community Requested Enhancements<br />
                      </strong></p>
<ul>
<li>File Reference
                        </li>
<li>Dynamic Sound Generation
                        </li>
<li>Large Bitmap Support
                        </li>
<li>Context Menu
                        </li>
<li>GB18030 Compliance
                        </li>
<li>Ubuntu OS Support </li>
</ul>
</li>
</ul>
<p>My big interests lie in the performance areas, as I am starting to hit a lot of the barriers of the Flash player as customers demand more and more from the Flex applications we make (hoping to show a big one soon &#8211; which will explain my lack of blog posts recently).</p>
<p>Also of note was the mention of the possibility of <a href="http://www.flashcomguru.com/index.cfm/2008/5/15/player-10-beta-speex-p2p-rtmfp">peer to peer UDP communication</a>. I haven&#8217;t dug into this one much but if so WOW!</p>
<p>Finally as pointer to the &#8220;squeaky wheel gets the grease&#8221; ideal the guys involved in the &#8220;Adobe, make some noise&#8221; campaign finally have something to <a href=http://www.make-some-noise.info/2008/05/15/adobe-is-finally-making-some-noise/">make some noise about.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/272/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Externaliser &#8211; minus the Arnie accent, and bad acting</title>
		<link>http://blog.xsive.co.nz/archives/268</link>
		<comments>http://blog.xsive.co.nz/archives/268#comments</comments>
		<pubDate>Mon, 24 Mar 2008 00:21:30 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/268</guid>
		<description><![CDATA[As promised in yesterdays post, I have just re-factored a quick util class I made the other day that uses metadata in classes to expose methods to the external interface. It has been scaled back as I had a lot of guff in there and wanted to keep it really simple to understand. There are [...]]]></description>
			<content:encoded><![CDATA[<p>As promised in <a href="http://blog.xsive.co.nz/archives/267">yesterdays post</a>, I have just re-factored a quick util class I made the other day that uses metadata in classes to expose methods to the external interface. It has been scaled back as I had a lot of guff in there and wanted to keep it really simple to understand. There are comments on what could be made better, so please feel free to use abuse the script <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What does it do? Well using flash.utils.describeType it looks over an object for any methods in that class marked [Externalise (description="blah")] and accordingly exposes that method to the javascript. It also stores (albeit not efficiently) what is currently exposed and allows a 3rd party developer to call listExternalMethods() and see what has been exposed.</p>
<p>Just a quick helper class that made my <a href="http://blog.xsive.co.nz/archives/267">previous hate</a> of the -keep-as3-metadata compiler switch rear its ugly head again&#8230;..</p>
<p>OH NOTE: add the -keep-as3-metadata+=Externalise to your project that uses the Externaliser (grrrrrrrR)</p>
<p><a href="http://blog.xsive.co.nz/flex_source/externaliser/ExternaliserExample.html">EXAMPLE</a> (view source enabled)</p>
<p><a href="http://blog.xsive.co.nz/flex_source/externaliser/srcview/index.html">SOURCE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/268/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>keep-as3-metadata &#8211; But I never want to loose it!</title>
		<link>http://blog.xsive.co.nz/archives/267</link>
		<comments>http://blog.xsive.co.nz/archives/267#comments</comments>
		<pubDate>Sun, 23 Mar 2008 02:02:34 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/267</guid>
		<description><![CDATA[First up its Easter weekend and I&#8217;m 5 beers to the wind on a lovely Easter Sunday so no poking fun at my gramer, ok.
I have recently been working on a project that required the External interface of the flash player, and seeing I have been playing with Metadata in AS3 I thought what better [...]]]></description>
			<content:encoded><![CDATA[<p>First up its Easter weekend and I&#8217;m 5 beers to the wind on a lovely Easter Sunday so no poking fun at my gramer, ok.</p>
<p>I have recently been working on a project that required the External interface of the flash player, and seeing I have been playing with Metadata in AS3 I thought what better time. Simply put you call Externaliser.instance.externalise(this); Which (without terminator accent) externilises functions in that class with the metatdata [Externalise] placed above. </p>
<p>[Externalise (description="foo cummon"]<br />
publif function foo():void{<br />
    // do Stuff<br />
}</p>
<p>Cool, simple right. Well not quite. To keep metadata taging information available to use at runtime, in as3 you have to add the metadata tag name to the compiler settings: keep-as3-metadata Externalise. </p>
<p>But why? Apart from the standard metadata  (ie [Bindable] etc) if I&#8217;m putting meta data into a class I would obviously want to keep it. And seeing we don&#8217;t have access to pre-processors in flex builder, im pretty sure the only time I would put metadata into a class would be to access it later on (over and above the standard metadata) at runtime. So I would like to see the change keep-as3-metadata change to loose-as3-metadata in the compiler in the next version and keep all non-standard as3 metadata by default.</p>
<p>So I will be placing a &#8220;bug&#8221; n the bugbase for flexbuilder 3 in hope of changing this.</p>
<p>In the mean time I will release the externalise class later on today (with source) so you can keep you externalisation quick and simple.</p>
<p>On a side note too I started work on an ActiveRecord implementation about 6 mnths ago, for AIR and SQLLite which uses the metadata tags heavily and after my current contract reaches it end I will be taking a week off, which should provie me time to clean this up for release. Stay tuned.</p>
<p>UPDATE: Added the issue in the bugbase  <a href="https://bugs.adobe.com/jira/browse/FB-12296">HERE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/267/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s better than WebOrb for .NET? FREE WebORb for .NET!!</title>
		<link>http://blog.xsive.co.nz/archives/266</link>
		<comments>http://blog.xsive.co.nz/archives/266#comments</comments>
		<pubDate>Fri, 07 Mar 2008 10:47:06 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MS .NET]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/266</guid>
		<description><![CDATA[
FREE as in beer!!
Yep what used to cost 10k is now absolutely free. Mark Pillar from The Midnight Coders has made this latest version of WebOrb free, and there are a few special surprises in this latest version I managed to drag out of Mark. 
If your currently using it please check your versions numbers [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.themidnightcoders.com/images/newindex/blue_net.jpg" alt="WebOrb .NET" /></p>
<p><strong>FREE as in beer!!</strong></p>
<p>Yep what used to cost 10k is now absolutely free. Mark Pillar from The Midnight Coders has made this latest version of WebOrb free, and there are a few special surprises in this latest version I managed to drag out of Mark. </p>
<p>If your currently using it please check your versions numbers as version 4.3.0.2 is about 400% faster.<br />
What used to take 26 seconds now takes only 300 milliseconds. Mark will be publishing a bench testing application in the next few days to profile the performance.</p>
<p>For more indepth details about this head over to the <a href="http://www.themidnightcoders.com/blog/">WebOrb blog</a> and check it out.</p>
<p>Cheers Mark for such a nice gift to the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/266/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NZ FXUG meeting next week &#8211; free stuff</title>
		<link>http://blog.xsive.co.nz/archives/264</link>
		<comments>http://blog.xsive.co.nz/archives/264#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:59:51 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[New Zealand]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/264</guid>
		<description><![CDATA[I&#39;m not above bribing people to come in to a user group meeting  &#160;
The NZ Flex User Group is hosting a special live event to share exciting new information on Adobe&#39;s platform tools and technologies for building RIAs. You&#39;ll see an exclusive user group video presentation by Adobe Chief Software Architect, Kevin Lynch, hear [...]]]></description>
			<content:encoded><![CDATA[<p>I&#39;m not above bribing people to come in to a user group meeting <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &nbsp;</p>
<p>The NZ Flex User Group is hosting a special live event to share exciting new information on Adobe&#39;s platform tools and technologies for building RIAs. You&#39;ll see an exclusive user group video presentation by Adobe Chief Software Architect, Kevin Lynch, hear some important product news, plus get your hands on some exclusive schwag and other giveaways.</p>
<p>Make room in your calendars for a very special Adobe Flex event.  </p>
<p>When: &nbsp; &nbsp; &nbsp; &nbsp;26th February  </p>
<p>Where: &nbsp; &nbsp; &nbsp; <a href="http://www.equinox.co.nz">Equinox<br /></a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Annex<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Level 2<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 41 Shortland Street  </p>
<p>Register: &nbsp;<a href="http://nzfug.eventbrite.com/" target="_blank">http://nzfug.eventbrite.com/</a></p>
<p>Or check out the <a href="http://groups.google.com/group/nzfxug/browse_thread/thread/a3cb7c20d43af651">user group mailing list</a> for more details&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/264/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Im an Adobe Ambassador!!</title>
		<link>http://blog.xsive.co.nz/archives/261</link>
		<comments>http://blog.xsive.co.nz/archives/261#comments</comments>
		<pubDate>Sun, 03 Feb 2008 02:47:40 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.xsive.co.nz/archives/261</guid>
		<description><![CDATA[A few weeks ago I got an interesting email from our local Pacific rim Flex bad boy Andrew Spaulding asking if I would like to become an Adobe Ambassador. Of course I loved the idea and have accepted.
Ambassador&#39;s are basically &#34;talented and passionate community members who are external evangelists and an  extension of the [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I got an interesting email from our local Pacific rim Flex bad boy <a href="http://www.flexdaddy.info/">Andrew Spaulding</a> asking if I would like to become an Adobe Ambassador. Of course I loved the idea and have accepted.</p>
<p>Ambassador&#39;s are basically &quot;talented and passionate community members who are external evangelists and an  extension of the Adobe technical team&quot;. It involves all the stuff I have been doing anyway with helping run local FXUG meetings going to events and accepting beer as payment for helping flex dev&#39;s stuck with a problem. So not much has changed but its nice to have the things you do for the community recognised and it still means ill accept the late night emails and answer the calls for help.</p>
<p>Glad to be a small part of the Big Red &quot;A&quot; team <img src='http://blog.xsive.co.nz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xsive.co.nz/archives/261/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

