代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
AS
】
用来自外部SWF的函数
作者:
dezai
/ 发布于
2014/9/11
/
1279
/This creates a new instance of the loader object. var my_Loader:Loader = new Loader(); var my_loadedSwf:MovieClip; //These listeners detect when the file has finished loading, and if the correct file is //loaded. my_Loader.contentLoaderInfo.addEventListener(Event.COMPLETE, finishLoading); my_Loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler); //The load method then loads the SWF file into the loader object. my_Loader.load(new URLRequest("mouseover2.swf")); //This assigns the loaded SWF into a variable which allows the testing() function to be called. function finishLoading(loadEvent:Event) { my_loadedSwf = loadEvent.currentTarget.content; addChild(my_loadedSwf); my_loadedSwf.testing(); } function errorHandler(errorEvent:Event):void { trace("file not found"); }
试试其它关键字
同语言下
.
C语言代码统计工具
.
排序集合中的元素
.
显示和隐藏隐含文件
.
ActionScript将颜色转换成16进制
.
把应用程序标题设置为版本号
.
异步读取文件
.
生成指定范围的随机数
.
定时器范例
.
返回当前SWF文件所在页面的url
.
通过get方式发送或者请求数据
可能有用的
.
C语言代码统计工具
.
排序集合中的元素
.
显示和隐藏隐含文件
.
ActionScript将颜色转换成16进制
.
把应用程序标题设置为版本号
.
异步读取文件
.
生成指定范围的随机数
.
定时器范例
.
返回当前SWF文件所在页面的url
.
通过get方式发送或者请求数据
dezai
贡献的其它代码
(
1065
)
.
双色球
.
列出所有物理网络适配器
.
快乐数的 Python 实现
.
计算当月还剩天数
.
猜属相
.
二十四小时时钟
.
每日一语
.
很酷的日历
.
超长日历表单
.
最简单的时钟
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3