当前位置:  开发笔记 > 编程语言 > 正文

在动作脚本3中嵌入mp3不起作用

如何解决《在动作脚本3中嵌入mp3不起作用》经验,为你挑选了0个好方法。

我对actionscript 3有一个问题,特别是在使用embed标签时.我有这个代码:

[Embed(source = "sound.mp3")]
private static var soundClip:Class;

...

var sound:Sound = (new soundClip()) as Sound;
trace(sound.length);

[Embed(source = "sound.mp3")]
private static var soundClip:Class;

...

var sound:Sound = (new soundClip()) as Sound;
trace(sound.length);

[Embed(source = "sound.mp3")]
private static var soundClip:Class;

...

var sound:Sound = (new soundClip()) as Sound;
trace(sound.length);

当我测试电影时,我得到以下输出:4501,923这是sound.mp3长度,以毫秒为单位.但是,原始声音是13.000毫秒.

怎么可能,有人可以帮我吗?

谢谢.

推荐阅读
和谐啄木鸟
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有