简单的flash播放进度控制条 |
| [来源:闪吧 | 作者:佚名 | 时间:2008-04-03 | 点击: | 收藏本文 【大 中 小】] |
|
prompt_txt.border = true; //拖动提示文本框 prompt_txt.background = true; prompt_txt.text = "Drag"; prompt_txt.setTextFormat(format2); prompt_txt._x = move_mc._x; switchB = false; }; var move_mcx = move_mc._x; var move_mcy = move_mc._y; bar_mc._xscale = 1; move_mc.onPress = function() { this.startDrag(false, 0, move_mcy, 390, move_mcy); }; move_mc.onRelease = move_mc.onReleaseOutside=move_mc.onRollOut=function () { stopDrag(); switchB = true; prompt_txt.border = false; prompt_txt.background = false; prompt_txt.text = ""; };
源文件下载: 简单的播放进度控制条.rar |
| 上一页 1 2下一页 |
| 文章如果有错误或者缺少文件,请发邮件提交给我们 |
|
|
|
|
|
|
|
| >>> 最新评论:(共有 0 位网友发表了评论) 查看所有评论 |
|
|
| 发表评论 |
|
| ·本站发布内容均为客观表达作者观点,不代表闪无忧立场,请勿攻击和漫骂 |
| ·用户发表意见仅代表其个人意见,并且承担一切因发表内容引起的纠纷和责任 |
| ·本站管理人员有权在不通知用户的情况下删除不符合规定的评论信息或留做证据 |
| ·请客观的评价您所看到的资讯,提倡就事论事,杜绝漫骂和人身攻击等不文明行为 |
|