2018年8月13日

as3.0控制声音大小

摘要: var soundTF:SoundTransform=new SoundTransform(); soundTF.volume=0.5 soundChannel.soundTransform=soundTF 阅读全文

posted @ 2018-08-13 10:53 zqiang0803 阅读(858) 评论(0) 推荐(0)

2018年8月8日

as3.0拼图

摘要: package com{ import flash.display.MovieClip; import flash.events.MouseEvent; import flash.geom.Point; import flash.utils.Timer; import flash.events.TimerEvent; public class S... 阅读全文

posted @ 2018-08-08 17:05 zqiang0803 阅读(231) 评论(0) 推荐(0)

2018年8月6日

as3.0划线带撤销功能

摘要: package com{ import flash.display.MovieClip; import flash.display.SimpleButton; import flash.events.MouseEvent; import flash.display.Shape; import flash.geom.ColorTransform; i... 阅读全文

posted @ 2018-08-06 16:23 zqiang0803 阅读(508) 评论(0) 推荐(0)

as3.0 橡皮功能2

摘要: package com{ import flash.display.MovieClip; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.SimpleButton; import flash.events.MouseEvent; i... 阅读全文

posted @ 2018-08-06 15:33 zqiang0803 阅读(266) 评论(0) 推荐(0)

2018年8月3日

as3.0视频的快进有拖动条

摘要: package com{ import flash.display.MovieClip; import flash.events.MouseEvent; import fl.video.FLVPlayback; import fl.video.MetadataEvent; import flash.events.AsyncErrorEvent; i... 阅读全文

posted @ 2018-08-03 12:02 zqiang0803 阅读(432) 评论(0) 推荐(0)

2018年7月25日

flash as3.0 截图保存图片

摘要: import flash.display.MovieClip; import flash.events.MouseEvent; import flash.filesystem.*; //////////////分享//////////////////////////// import flash.display.BitmapData; import flash.display.Bitmap... 阅读全文

posted @ 2018-07-25 17:14 zqiang0803 阅读(425) 评论(0) 推荐(0)

2018年7月19日

flash Air 在同一个目录下面创建txt,写入字

摘要: import flash.filesystem.*; var file:File=new File(File.applicationDirectory.nativePath + '/HelloWorld.txt'); var stream:FileStream = new FileStream() stream.open(file, FileMode.WRITE); var str:Stri... 阅读全文

posted @ 2018-07-19 16:36 zqiang0803 阅读(184) 评论(0) 推荐(0)

2018年6月30日

视频加载播放暂停切换

摘要: package com{ import flash.display.MovieClip; import flash.net.NetConnection; import flash.net.NetStream; import flash.events.AsyncErrorEvent; import flash.events.MouseEvent; i... 阅读全文

posted @ 2018-06-30 10:41 zqiang0803 阅读(410) 评论(0) 推荐(0)

2018年6月12日

as3.0去除空格

摘要: FouthFrame.answerArr[j] = FouthFrame.answerArr[j].replace(/([ ]{1})/g,""); FouthFrame.answerArr[j] = FouthFrame.answerArr[j].replace(/,/g,""); Fouth... 阅读全文

posted @ 2018-06-12 15:11 zqiang0803 阅读(838) 评论(0) 推荐(0)

获取txt里面的内容

摘要: package com{ import flash.net.URLLoader; import flash.net.URLRequest; import flash.events.Event; import flash.display.MovieClip; public class ReadTxt 阅读全文

posted @ 2018-06-12 14:04 zqiang0803 阅读(333) 评论(0) 推荐(0)

导航