Flash links in firefox

hey, can somebody help me out! i have a flash movie and in it buttons that link to local files, like jpg’s and stuff. I use this code in the frame:

button.onRelease = function(){
getURL(“picture.jpg”, “_blank”)
}

which works fine in IE but doesn’t in firefox… In firefox it opens a new window and then loads www.bloomberg.com of all things!!! why the hell does this happen? very frustrating!

anybody got an answer??

Works fine in FireFox for me…have you run anti-spyware software recently?

no i don’t… it does it with everything. even when i link to a .doc to open or save it goes to that same bloomberg page!!!

anybody??

I would agree with newhopekenny, if your code is correct in flash, the problem must be happening outside of flash. Try it in Mozilla or Netscape. Try creating a new flash document and insert that same actionscript on a generic button, see if it happens there too.