Hey yall question I am trying to get a loop repeating as back ground noise I have implemented this within an MC on maintime line.
myLoop = new Sound;
myLoop.setVolume(80);
myLoop.attachSound("final");
myLoop.start(0 ,99);
var pos:Number;/////user interface below
By me starting loop at 0, playing back 99 shouldnt that loop it endlessly? However it stops after first play. Whats the dealio? Any ideas hit me. Muchas Gracias Amigos