sound1 = new Sound();
sound1.loadSound(“1.mp3”,true);
sound1.start(0,999);
sound1.start(0,999)
is supposed to loop the song but it isnt looping what else can i use?
sound1 = new Sound();
sound1.loadSound(“1.mp3”,true);
sound1.start(0,999);
sound1.start(0,999)
is supposed to loop the song but it isnt looping what else can i use?
:: Copyright KIRUPA 2024 //--