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
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.