Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theflashbum/FCamo
Flash Camoflauge 3 - Flash Camouflage is an open source framework for skinning AS 3 Applications.
https://github.com/theflashbum/FCamo
Last synced: about 2 months ago
JSON representation
Flash Camoflauge 3 - Flash Camouflage is an open source framework for skinning AS 3 Applications.
- Host: GitHub
- URL: https://github.com/theflashbum/FCamo
- Owner: theflashbum
- Created: 2010-03-14T03:12:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-24T17:15:50.000Z (almost 14 years ago)
- Last Synced: 2024-08-04T05:06:04.966Z (5 months ago)
- Language: ActionScript
- Homepage: http://flashcamo.flashartofwar.com
- Size: 8.72 MB
- Stars: 12
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - FCamo - Flash Camoflauge 3 - Flash Camouflage is an open source framework for skinning AS 3 Applications. (Unsorted / Other API)
README
Hello,
Welcome to Flash Camouflage version 3 codenamed BlueLego. This is a
temporary home for the framework while I sort everything out. Feel
free to download it and take it for a spin. Here is how to get up and
running as quickly as possible.I'll assume you have the project downloaded by now. Flash Camo relies
on several other libraries to run. Their swcs can be found in the
build/libs folder. Here is what is included:- F*CSS http://github.com/theflashbum/fcss
- F*BoxModel http://github.com/theflashbum/FBoxModel
- F*SpriteSheet http://github.com/theflashbum/FSpriteSheetOnce you have your IDE pointed to the build/libs folder you should be able
to compile Flash Camo. There is also an Ant build which is helpful to quickly
compile a swc without messing with an IDE or setting up a run. Lets go over
how to use the Ant file:Step 1. Copy and rename built.template.properties to build.properties. This
contains all the conf info your build script needs to run.Step 2. Open the build.properties file in a text editor and make the following
changes:- Correct the path to FLEX_HOME to your local copy of the Flex SDK. It
it is usually in /Applications/Adobe Flash Builder 4/sdks/4.0.0 (on
a mac).
- You can toggle if Test should run or ASDoc get generated by
adding/removing comments to run.test & run.asdoc
- Feel free to change the bin (output folder) path if you do not want
it to show up in your project's bin directory.Step 3. You should now be ready to run the build. The default target is
compile-swc and this will generate a swc in the build folder. This swc will
include all 3 libraries by default.Read the Wiki ( http://wiki.github.com/theflashbum/FCamo ) for more info on Flash Camo v3.