PDA

View Full Version : Java and Actionscript


GoldRain
01-19-2001, 10:03 AM
Anyone know how close Flash 5 Actionscript is to Java ? Is it Java ?.

Jesse
01-19-2001, 11:02 PM
This is the code I use to interact b/w Flash and Javascript in order to close the current window, I hope it's waht you need:

on (release) {
getURL ("javascript:window.close()");
}


Cheers

Jesse