flash Q
flash Q
Out of context: Reply #9
- Started
- Last post
- 12 Responses
- elkew0
If you're getting your external list from say an xml document, loop through the nodes pushing into an array (myArray). then use
myArray.sort();
This will working providing the name/src of external files is the first attribute
i.e. [ext_files src="swfs/a_name.swf" /]
etc. etc.