2006 07-31
评论(0)
Adobe的新文章:flex data service
July 31st, 2006
Adobe的新文章 Introduction to the Flex Message Service介绍flex data service.
package{
import flash.display.Sprite;
[SWF(width="800",height="600",frameRate="31",backgroundColor="#ff0000")]
public class myApp extends Sprite{
public function myApp(){
init();
}
private function init():void{
}
}
}
将其存为myApp.as,然后需要使用flex2 sdk时行编译.结果是创建一个宽800高为600,帧速为31,背影为红色的影片.