|
|
fl.createNewTemplateList
AvailabilityFlash
MX 2004.
Usagefl.createNewTemplateList
DescriptionRead-only
property; an array of strings that represent the various types of templates
that can be created.
ExampleThe
following example displays the types of templates that can be created,
in the Output panel:
fl.trace("Number of template types: " + fl.createNewTemplateList.length); for (i = 0; i < fl.createNewTemplateList.length; i++) fl.trace("type: " + fl.createNewTemplateList[i]);
|