I want to auto refresh the page after an mp3 is finished on a flash mp3 player. I used this code: onEnterFrame = function() { getURL("http://whatever.com",_blank); } stop(); Right after the player.swf ..... any ideas... am i putting it in the wrong place?? Thanks