As my flash catalogue is upgraded and amended I create increasing numbered versions eg (“catalogue_1.swf”, “catalogue_2.swf”).
Loading the right file (highest number) is essential.
I use another swf file called “load_latest.swf” into which I manually code the latest version number, which I’m sure you’ll agree is inefficient.
Is there a way I can search through the “catalogue” swf files in my directory and load the highest (newest) version of that file WITHOUT putting file versions into an array and sorting it that way?
Thanks.