loading a sound twice causes error
I am trying to load a sound in an mp3 player based on the selection of a user who
has the .swf embedded in a web page. The first time the user makes a selection
the selection loads with no problem. But if the user stops the sound or lets it play
to the end and starts it again, I have to be careful not to call sound.load(URLRequest)
again.
If the user has chosen another selection to listen to, then load() has to be called again.
The question is:
how do I unload the sound Obj so another mp3 file can be loaded into it and played?
I would think that load(another URLRequest) would overwrite the first and not complain.
( a deeper question is where is the sound file stored, by the browser -- in the case of
html embed-- or does the Flash plugin maintain its own cache?)
Thank you for time, attention, and advice, info, etc.
JK
PS: I realize that load() has more use than for sound objects