hey dudes,

I'm making a presentation using flashMX. And i tried using
the "sound object". Everything works fine, except that it
doen't loop.

here's the script:
.......................................
introSound = new Sound();
introSound.attachSound("intro_loop");
introSound.setVolume(100);
introSound.start(loop);
.......................................

Last line is the one supposed to do d trick. Even AS Help says so.

Yes yes yes, the sound has proper linkage & correct name. It just
plays once, thats it. Any ideas why its not wurkin??

~Avrinder