swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] swfc and supported actionscript


From: Sam Myers
Subject: [Swftools-common] swfc and supported actionscript
Date: Wed, 26 Mar 2008 11:13:54 +1100
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hi, to what extent is actionscript supported by swfc? There is some code I can't get swfc to work with e.g.

var my_cm:ContextMenu = new ContextMenu();
my_cm.hideBuiltInItems();
my_cm.customItems.push(new ContextMenuItem("google...", abcd));
function abcd() {
   getURL("http://google.com";, "_blank");
}
this.menu = my_cm;

Cheers,
Sam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]