I have the following code:
var soundPlay = true;
var mySound:Sound = new Sound();
mySound.attachSound("mySoundFile");
Does the above load my sound into my SWF file?
This is what I want.
Any help would be appreciated.
Thanks.
OM
I have the following code:
var soundPlay = true;
var mySound:Sound = new Sound();
mySound.attachSound("mySoundFile");
Does the above load my sound into my SWF file?
This is what I want.
Any help would be appreciated.
Thanks.
OM
:: Copyright KIRUPA 2024 //--