arpit / openpyro

An open source framework for ActionScript3 based applications
http://openpyro.org
MIT License
40 stars 5 forks source link

Please, some skinning docs or hints #28

Open anentropic opened 14 years ago

anentropic commented 14 years ago

I was hoping I could use openpyro purely in as3, no fla files...

Aurora skin looks to be a bunch of .as classes, but then SkinManager has code that looks to be loading in a 'skin swf'

Where do I start to make or customise a skin? Is it possible in pure actionscript?

arpit commented 14 years ago

OpenPyro skinning currently is all done in pure actionscript. The swf usage in SkinManager was a proof of concept that fla based skins would be supportable at some time, but that feature is pretty flaky right now. The best place to look at its use is just the examples in the project right now. Right now skins have to be explicitly assigned to the controls so all sample code has explicit skin assignment.

anentropic commented 14 years ago

thanks, I'm on track now