<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/templates/xsl/lab.xsl"?>
<entry>
	<title>Fast Flash Z-Sorting with Vectors (flash 10).</title>
	<swf>
		<url>ZedSort.swf</url>
		<width>800</width>
		<height>450</height>
	</swf>
	<info>
		<p>Simple enough, click to test, source below.</p>
		<p>The code for this fast sort is all of one line and can be implemented easily in any flash 10 swf</p>
	</info>
	<sources>
		<source>
			<url>ZedSort.as</url>
			<name>ZedSort.as</name>
			<description>Source of the Demo above, you only need line 63 though..</description>
		</source>
		<source>
			<url>SimpleZSorter.zip</url>
			<name>SimpleZSorter.zip</name>
			<description>Modified version of the SimpleZSorter util class by Ralph Hauwert</description>
		</source>
	</sources>
</entry>
