CROSS-POSTED to: Rich forms

How do you reference the default cftree node icons from an action script? I
found this information in the flex documentation but I can't figure out how to
reference the icons from my <cfformitem type="script">.

Seems like it should be simple. Has anyone done this or this only option to
use custom icons
[url]http://cfpim.blogspot.com/2005/08/tree-iconfunction-in-cfform-flash.html[/url]

[url]http://www.flex2doc.com/projects/framework/asdoc/mx/controls/Tree.html[/url]
defaultLeafIcon="TreeNodeIcon in assets.swf"
disclosureOpenIcon="TreeDisclosureOpen in assets.swf"
folderClosedIcon="TreeFolderClosed in assets.swf"
folderOpenIcon="TreeFolderOpen in assets.swf"