How to Get It and How to Make It Working
For Users
Download Svetka from “Files” page. Just extract the files to your project source directory and feel free to use :-)
For Developers
To obtain the latest and the fullest version of Svetka, check it out from Subversion repository. It contains the engine along with the unit tests. It requires Ant and Flex 3 SDK. Don’t forget to specify correct FLEX_HOME path in build.properties.
Unit tests are implemented in AsUnit.
How to Make It Working
To get it working add “id” attribute to the embed or object tag. This is necessary for internal use. Also using the specified id you will be able to refer to another Flash movies working with Svetka engine.
Remember, that Svetka is based on flash.external.ExternalInterface and you’ll face the following problems. With allowScriptAccess=”sameDomain” parameter within object/embed tag you won’t be able to run Svetka locally – only via a Web server. Have to say that changing allowScriptAccess to “always” didn’t help me to run it locally.
BTW I’m using TinyWeb to test my applications.
Limitations
To learn what you can do with Svetka and what you can not, read this page.