Comment fix.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4716 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-05-18 04:51:44 +00:00
parent 9bcca099ac
commit f2e1d94e7a
@@ -40,7 +40,7 @@ import flash.system.LoaderContext;
* Allows you to load an embeded SWF stored as a Byte Array then access any stored classes
* within the SWF.
* Embed your swf like:
* [Embed(source="foo.swf", mimeType="application/octet-stream"]
* [Embed(source="foo.swf", mimeType="application/octet-stream")]
* Then, instantiate that class and pass it to load() as a ByteArray.
*
* An Event.COMPLETE will be dispatched upon the successful completion of a call to