А в мануал заглянуть?
Цитата:
Initiates loading of an external MP3 file from the specified URL. If you provide a valid URLRequest object to the Sound constructor, the constructor calls Sound.load() for you. You only need to call Sound.load() yourself if you don't pass a valid URLRequest object to the Sound constructor or you pass a null value.
Once load() is called on a Sound object, you can't later load a different sound file into that Sound object. To load a different sound file, create a new Sound object.
|
И нужно писать круглые скобки после вызова конструктора. Это вообще по недоразумению такой синтаксис поддерживается.