Archive for November, 2009:

as3 load the main scenario the use of external libraries

The main module main.swf, is called the module lib.swf,
lib.fla of the document class Lib.as, assume that the defined module Module0.as, Module1.as

Leave a Comment

as3 class constructor sequence dependent

1, if the constructor does not show that the super, will automatically call the super constructor beginning of the parent structure.

Leave a Comment

Adobe labs release of Flash Player 10.1, and a public test version of AIR2

Flash Player 10.1
http://labs.adobe.com/technologies/flashplayer10/
Adobe senior product manager Justin’s article, Flash Player 10.1 new features:
http://www.adobe.com/devnet/logged_in/jchurch_flashplayer10.1.html
Flash Player 10.1 Release Notes:
http://labs.adobe.com/technologies/flashplayer10/releasenotes.pdf

Leave a Comment

Flash Player 10.1 for the future

With the Adobe MAX 2009 conference by a lot of Mengliao also to pop out.
The most attention was undoubtedly the Flash Player 10.1, the simple fact that
Is the mobile phone and other mobile devices fully support the coming era of Flash here. Flash Lite can say goodbye.

Leave a Comment

how to use flash remoting

Example code
import flash.net.Responder;
import flash.net.NetConnection;
var mynet:NetConnection = new NetConnection();
mynet.connect(”http://192.168.1.125/amfphp/gateway.php”);
mynet.call(”testamf.wakao”,new Responder(onOk, onNotOk));
function onOk(e:String) {
myText.text = “Output:”+e;
}
function onNotOk() {
myText.text = “failer”;
}

Leave a Comment

CU3ER

CU3ER \kju:b?r\, an image slider initially conceived to create 3D transitions between slides, turned out to be a convenient and multifunction solution that can be applied in a range of website building areas, from content slider to feature slider and image & banner rotator. Consider using it when you want to grab the user’s attention, [...]

Leave a Comment