Got these lines while working in a project automatically created by Flash Develop.
Not able to figure out what does this [Frame(factoryClass) = "xxxx"] mean..
[Frame(factoryClass = "app.Preloader")]
What syntax is it following ? Is it any type of array index .. what is it ?
That means that your main class will you factoryClass as preloader.
Here is article about it http://www.bit-101.com/blog/?p=946