Il loadSound fa partire automaticamente la riproduzione, ma mettendo lo stop subito dopo il loadSound dovresti risolvere.
Codice PHP:var s:Sound = new Sound();
s.loadSound("file.mp3", true);
s.stop();
Il loadSound fa partire automaticamente la riproduzione, ma mettendo lo stop subito dopo il loadSound dovresti risolvere.
Codice PHP:var s:Sound = new Sound();
s.loadSound("file.mp3", true);
s.stop();