Strange id3.songname problem

This is a different problem from my previous thread, I’m getting a strange problem when I use id3.songname to output the title of the .mp3 in IE. After the song gets fully loaded, if I go back to play that song again it won’t display the title of the song -only- in IE.

My code is:

        

my_snd.onID3 = function(){
        info.track.text = this.id3.songname;
            
        };

Does anyone know why? It works perfectly in Firefox, Safari, and Opera.