How can I add new tags to a node?

I found this example for adding predefined terms:
var taxonomyArray:Array = new Array();
taxonomyArray['technology'] = new Array(1,2);
nodeObject.taxonomy = taxonomyArray;
node.save(nodeObject);

It works fine, but I have not been able to modify it to accept new tags. Anyone know how to do this?

Comments

jody lynn’s picture

Status: Active » Closed (fixed)

This is not related to AMFPHP module.