How do I open an image in a new window? [renamed]

… although I forgot AS on how to do it

How do I load an image in another window by clicking a button or MC?

Use the getURL command.

buttonormc.onPress = function(){
getURL("file.jpg", "_blank");
}

_blank !!!

that’s what I was looking for thanks