… although I forgot AS on how to do it
How do I load an image in another window by clicking a button or MC?
… 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
:: Copyright KIRUPA 2024 //--