One more thing while I'm at it.. Audio file playback when using,
.flash filename="loop.swf" version=6
.sound. myLoop "../music/loop.mp3"
#
#
.action:
theLoop = new Sound();
theLoop.attachSound(myLoop);
//
// etc, etc..
//
.end
is fine.
Change the version number to anything above 6, and while the file
still seems to attach aok, it fails to play back, i.e. no audio.
( If I happen to be duplicating a previous post on this point, then
apologies. )
Regards,
Chris.
