ActionScript 3 简单的小装载工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 简单的小装载工具相关的知识,希望对你有一定的参考价值。

initLoad();

function initLoad() : void
{
	var contentLoader : Loader = new Loader();
	var s : Sprite = new Sprite();
	var link : String = "http://isokon.net/post/cloudvcloud.jpg";
	
	// here we are adding the child of what the utility returns
	s.addChild( load( link, contentLoader ));
	addChild(s);
}

// the loading utility
function load( url:String, l:Loader ) : Loader {
	l.load( new URLRequest( url ) );
	return l;
}

以上是关于ActionScript 3 简单的小装载工具的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 flashvars装载机

ActionScript 3 装载机政策标志

ActionScript 3 装载机类

ActionScript 3 装载

ActionScript 3 AS3装载机

ActionScript 3 装载机