prime0196
09-13-2005, 08:23 PM
I am new to actionscripting and JSFL, but what i would like to create is a simple JSFL command that can be executed via the command menu that will insert the following code:
onPress = function () {
getURL(url, window, method);
}
in the actionscipt panel. Any help would be greatly appreciated.
onPress = function () {
getURL(url, window, method);
}
in the actionscipt panel. Any help would be greatly appreciated.