Let's deprecate but not remove EmbeddedSwfLoader.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4954 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-03-05 00:20:05 +00:00
parent e53103cf92
commit a82ead698b
@@ -68,6 +68,7 @@ import flash.system.LoaderContext;
* @deprecated Content packs are coming, and symbols can be embedded directly
* by using [Embed(source="foo.swf#somesymbol")]
*/
[Deprecated(replacement="com.threerings.util.MultiLoader")]
public class EmbeddedSwfLoader extends EventDispatcher
{
/**