I need a way to store a several thousand vertice points and references in my Swf Files.
Currently I have them as a CSV file.
Somewhere I have missed the logic of how this is done in AS3.
If I was using C++ I would load them as a text file resource, and then reference them using the res:// protocol, using the URLLOader.
I realise there are ways of doing this like building a “static class” and manually manipulating the data. But I’d rather read them internally from the loaded swf.