Tag: air
Flash Player 11.3和Adobe AIR3.3新特性
帧标签事件
可以向某个帧标签添加事件了,就像:
var frame:FrameLabel = mc.currentLabels[0];
frame.addEventListener(Event.FRAME_LABEL, onFrame);
全屏下的文本输入
对了,这个特性你懂的。为了能够在全屏下输入文本,需要两个步骤:
1. 在Html标签上启动它:
<param name=”allowFullScreenInteractive” value=”true”/>
它会反馈到 Stage 对... [阅读全文]
Flash Player 11.3和Adobe AIR3.3新特性
帧标签事件
可以向某个帧标签添加事件了,就像:
var frame:FrameLabel = mc.currentLabels[0];
frame.addEventListener(Event.FRAME_LABEL, onFrame);
全屏下的文本输入
对了,这个特性你懂的。为了能够在全屏下输入文本,需要两个步骤:
1. 在Html标签上启动它:
<param name=”allowFullScreenInteractive” value=”true”/>
它会反馈到 Stage 对... [阅读全文]
Targeting Flash Player 11 & AIR 3 Release Candidates in Flash Professional CS5.5
This post was written before Adobe made the announcement that the Flash Player 11 and AIR 3.0 runtime will be available next month.Although all of my projects are coded in FDT4 I still use Flash Professional on a regular basis that because a great part of those projects have complex timeline animations usually made by the ... [阅读全文]