Managed to create a Master – Slave architecture between a group of SWF Files.
This group will have a Master SWF which will command other slave swf’s to do certain processing.
This architecture might be helpful in distributing the processing to many files thus reducing the Memory being occupied in a Single SWF.
With IoC in proper form in future, will be successful editing the Slave SWF’s Dynamically.
Code for Master : https://gist.github.com/9bd094ac172d336004c6
Code for Slaves : https://gist.github.com/a840cea1258e019176d8
This Architecture avails running multiple threads with different SWF files at same time
13.006600
80.253697