Can the flash player play .wav files from a url?

前端 未结 5 1555
隐瞒了意图╮
隐瞒了意图╮ 2020-12-09 06:54

Let\'s say I have a wav file at a url:

http://hostname.com/mysound.wav

I\'m trying to load the wav file with the sound class like:

5条回答
  •  执笔经年
    2020-12-09 07:35

    The ActionScript documentation for the Sound class states that only MP3 files are supported.

提交回复
热议问题