Just want to add something bizzare to this that's happening.

I have a button set to carry this action out, BUT, the button NEVER works the 1st time it is pressed or released, or whatever(I've tried it both ways). It only works the 2nd time and everytime thereafter. Really wierd.

What would make this happen?

Here's the code I used

on (release) {
instancename.onPress = function() {
getURL("mymp3file.mp3");
};
}

I also wish I could figure out how to load the mp3 as a swf so a separate browser window never even has to open for someone to audition the mp3s.

Help