Pages
-
Recent Posts
Recent Comments
- www.hospitality.Dofollowlinks.org on Game Design: Rise of the Clones
- how to make a man fall in love on Game Design: Rise of the Clones
- https://Www.Adminer.org on Game Design: Rise of the Clones
- AWS training on Upgrading Membase 1.7.2 to Couchbase 1.8.1, provisioned IOPS for EBS
- Sara White on Trouble handling Icon\r file with Git
Archives
Setup Namespace URL for Flex project in FlashDevelop
Our game client at Tribal Crossing is all written in Flex, and naturally we used Flash Builder to handle our project. However, I’ve always been partial to FlashDevelop, a much leaner IDE that has great editor features, faster compile time, and fantastic community support. After being fed up with another Eclipse (the IDE that Flash Builder is built on top of) crash, I decided to give FD a try for our project.
We had multiple Flex Library projects, and since there’s no direct support for that in FD, I simply added the src folder from each of the library as additional project code path – and that worked. There was a problem with the namespace URL used in MXML and CSS, however.
There is no UI in FD to specify namespace URL. But you can point your project to the manifest.xml files that contains the namespace URL info by adding this to your advanced compiler options (under Project settings->Compiler Options->Advanced Compiler Options):
Hope this helps!