民浩

 

2011年6月12日

flash播放音频显示波形

摘要: package{ //引入相关的类 import flash.display.Sprite; import flash.display.Graphics; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundMixer; import flash.net.URLRequest; import flash.events.Event; import flash.utils.ByteArray; //自定义wave类,实现相关操作 public class wave extends Sp 阅读全文

posted @ 2011-06-12 23:21 民浩 阅读(715) 评论(0) 推荐(1) 编辑

actionscript中的sound类控制音频文件的操作示例

摘要: package { import fl.controls.Button; import fl.controls.Label; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; import flash.media.SoundTrans 阅读全文

posted @ 2011-06-12 23:18 民浩 阅读(1007) 评论(0) 推荐(1) 编辑

1046: 找不到类型,或者它不是编译时常数: Label 解决方案

摘要: package{import flash.display.MovieClip;import fl.controls.Label;import fl.controls.TextInput;import fl.controls.Button;import flash.events.MouseEvent;public class Login extends MovieClip{public function Login(){var User_Label:Label = new Label();User_Label.text = "用户名称:";User_Label.x = 100 阅读全文

posted @ 2011-06-12 03:42 民浩 阅读(6016) 评论(1) 推荐(0) 编辑

导航