Embed mp3 in actionscript 3 doesn't work

后端 未结 3 1755
故里飘歌
故里飘歌 2021-01-18 07:22

I have a problem with actionscript 3, especially when using the embed tag. I have this code:

[Embed(source = \"sound.mp3\")]
private static var soundClip

3条回答
  •  天命终不由人
    2021-01-18 08:00

    I don't think you can load the MP3 just like that, you need to put it into a SWF first, then load the SWF, then instance the sound. Look here and here.

提交回复
热议问题