Tag Archives: flash develop

Compiling skins in flash develop

In either the pre-build or post-build command line properties of your project. (project->properties->build tab) C:\pathtoyourflexinstallation\bin\mxmlc.exe $(ProjectDir)\src\skin.css -output $(ProjectDir)\bin\skin.swf -library-path+=src\flex_skins.swc You should be able to use $(CompilerPath) but that doesn’t work at the moment. More details and future fix

Posted in Programming | Tagged , , | Leave a comment

getters setters and more in flash develop

In Flash develop 2 there was a useful plugin for automatically generating getters and setters. Now in Flash develop 3 beta 6, the feature is now inbuilt along with a whole lot more features… http://www.flashdevelop.org/wikidocs/index.php?title=Features:Generation The shift+ctrl+1 combination feels a … Continue reading

Posted in Programming | Tagged | Leave a comment