帮助我,我使用的是Adobe Flash CS3 Professional。
ctrl+enter
当我运行swf或Musik Complete
时,输出C:/flash/example.fla
C:/flash/example.swf
C:/flash/music.mp3
没有播放任何声音,但动画仍在播放。对于动画我只是创建简单的双胞胎运动。
我在这个目录上工作
music.mp3
我也尝试将music.mp3
导入到库中。
注意:我从我的朋友那里得到了例子(.swf,.fla,.mp3)。我播放由我的朋友和工作共享的.swf,但是当我尝试自己创造时,却不起作用。所以,我认为var Audio:musik = new musik();
var chan:SoundChannel = new SoundChannel();
// play
chan=Audio.play();
// stop
chan.stop();
// i am so confuse i run my friend project and work fine (sound and other), if i write from scrap even i write the same code, there is an error, and this the error:
// 1046: Type was not found or was not a compile-time constant: musik.
// 1180: Call to a possibly undefined method musik.
可以用于Flash。这是我的朋友代码:
cosine_similarity