Alright, I’ve googled and perused the forum to no avail.
I was wondering if there might be a better way to “stream” an mp3 as background music for a flash site. I know that this practice is generally frowned upon,and that many simply resort to using short musical loops, but I’m curious to see if there is a better method than the standard one that I’m currently using:
sndTunage.loadSound(songFolder + songTitle + ".mp3", true);
As one might expect, there’s a significant slowing of the background animations as the mp3 loads. Unfortunately, I’m still using as 2.0 throughout this current project, so while as 3.0 may offer some newfound possibilities, I’m unable to implement them at this time.
Any suggestions or aid in this matter would be greatly appreciated. Thank you for reading, and have a wonderfully productive afternoon.