ActionScript 3 Flex中的AS3 Sprites

Posted

tags:

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

public class SpriteWrapper extends UIComponent
{
	public function SpriteWrapper(s:Sprite)
	{
		super();
			
		explicitHeight = s.height;
		explicitWidth = s.width;

		addChild(s);
	}
}

以上是关于ActionScript 3 Flex中的AS3 Sprites的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 在Flex 3上的AS3中嵌入字体

ActionScript 3 AS3在Flex中嵌入系统字体

ActionScript 3 AS3使用flex SDK嵌入字体

ActionScript 3 使用AS3和Flex 4.5重新启动Air Application

Actionscript,AS3,MXML,Flex,Flex Builder,Flash Builder,Flash,AIR,Flash Player之关系

ActionScript 库项目与 Flex 库项目