Entries in the ‘Flash as’ Category:

Using an array to help achieve the cycle of rolling (as2.0)

var mc_width = 200;
var mc_height = 100;
var mcNum = 10;
var move_v = 0;
var prev_v = 0;
var stageHeight = Stage.height;
var mc_array = [];
for (var i = 0; imc_height/2) {
v

Leave a Comment

Flash Player10.1 and AIR2.0 official version (desktop version) released

Flash Player 10.1 Download full version: http://www.adobe.com/go/getflashplayer
Download Flash Player 10.1 Genuine Edition Debugger: http://www.adobe.com/support/flashplayer/downloads.html

Download AIR 2.0 official version: http://www.adobe.com/go/getair

Leave a Comment

Insert a Flash object into the Form, there js not have access to Flash object error

<form>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
id=”flashObj” width=”${width}” height=”${height}”
codebase=”http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab”>
<param name=”movie” value=”${swf}.swf” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”${bgcolor}” />
<param name=”allowScriptAccess” value=”sameDomain” />
</object>
</form>
In the js in if you want to have access to flashObj this object, and send some information to the flash (swfaddress, swfobject), will be mistakes.
Of the affected version is 9.0.28, later versions do not have this problem.
The solution is [...]

Leave a Comment

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

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

Adobe Labs update!

* Adobe Flash Player 10.1
* Adobe Flash Builder 4 Beta 2
* Adobe Flex 4 SDK beta 2
* Adobe LiveCycle DS beta 3
* Adobe Flash Catalyst Beta 2
* Adobe Coldfusion Builder Beta 2
* WorkflowLab

Leave a Comment

Adobe TV revision

http://tv.adobe.com/
Adobe TV a new revision, UI become more clean and tidy, the search efficiency of the upgrade, Deep Linking support better. But also put a lot of new Video.

Leave a Comment

Labs open LiveCycle Data Services 3’s Beta Download

As we all know, the open source Blaze DS upgrade the enterprise business is LiveCycle Data Services (referred to as LCDS), addition of concurrent connections and strong improvements, LCDS also includes BlazeDS does not have the data management services.
Adobe has now opened in the Labs on the Beta version of LCDS 3.0, LCDS 3.0 would [...]

Leave a Comment