使用ActionScript 3单击标记

Posted

tags:

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

1. Create button that covers the entire ad.
2. Create an instance of the button on the main timeline and name it "clickTag_bn" in the properties palette.
3. On a new layer add ActionScript to the timeline as follows:
  1. clickTag_bn.addEventListener(MouseEvent.CLICK, onMouseClick);
  2. function onMouseClick(event:MouseEvent):void {
  3. navigateToURL(new URLRequest(clickTag), “_blank”);
  4. }

以上是关于使用ActionScript 3单击标记的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 - 作为单击处理程序的匿名函数在每次单击时被多次调用

ActionScript 3 很短的片段:cutString()

ActionScript 3 基本的JSFL片段

使用带有actionscript 3 Flash cs6的矩形或线条创建2D重复模式

ActionScript 3 Adobe AIR:在本地保存数据片段

ActionScript 3 如何在eclipse中的工作区之间移动片段