上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 我的解决方法:添加了common.*.jar 添加了10个左右的common包,也没有去分析是缺少哪个。 阅读全文
posted @ 2010-05-26 09:37 TQ.CH 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-03-01 15:53 TQ.CH 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 导出影片时即输入错误提示:Error #2044: 未处理的 AsyncErrorEvent:。 text=Error #2095: flash.net.NetStream 无法调用回调 onMetaData。 error=ReferenceError: Error #1069: 在 flash.net.NetStream 上找不到属性 onMetaData,且没有默认值。 at 1_fla::M... 阅读全文
posted @ 2010-02-27 00:39 TQ.CH 阅读(1598) 评论(1) 推荐(0) 编辑
摘要: 控制按钮监听事件代码:(省略已定义变量)public function soundListener(e:MouseEvent):void{ trace("Sound is changed"); var st:SoundTransform; if(videoStream.soundTransform.volume==0){ st = new SoundTransform(1,0);... 阅读全文
posted @ 2010-02-26 01:03 TQ.CH 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1,按钮的监听事件代码:public function mmListener(e:MouseEvent):void{ trace("MMCLICK"); if(stage.displayState=="fullScreen"){ stage.displayState = StageDisplayState.NORMAL; }else{ stage.displayState ... 阅读全文
posted @ 2010-02-26 01:00 TQ.CH 阅读(335) 评论(0) 推荐(0) 编辑
摘要: package{ import flash.display.*; import flash.text.*; import flash.events.*; public class HelloWorld extends Sprite{ public function HelloWorld(){ trace(" constructor -----------"); var t:TextFie... 阅读全文
posted @ 2010-02-21 15:18 TQ.CH 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 1,自定义的类(HelloWorld.ass):package{ import flash.display.*; import flash.text.*; public class HelloWorld extends Sprite{ public function HelloWorld(){ trace(" constructor -----------"); } }}2,flash文件中修... 阅读全文
posted @ 2010-02-21 14:54 TQ.CH 阅读(266) 评论(0) 推荐(0) 编辑
摘要: /common/tagLib.jsp[代码]<%@ include file="/common/tagLib.jsp" %> 阅读全文
posted @ 2010-02-09 10:41 TQ.CH 阅读(812) 评论(0) 推荐(0) 编辑
摘要: step 1 : 生成随机验证码的页面 /common/randomNumber.jsp[代码]step 2 : 使用验证码的页面 [代码]<img name="CheckNumber" border=0 src="/common/randomNumber.jsp" onclick="this.src='/common/randomNumber.jsp?'+Math.random()" wi... 阅读全文
posted @ 2010-02-09 10:29 TQ.CH 阅读(306) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-02-09 09:51 TQ.CH 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页