My favorites | Sign in
Project Logo
                

This Extension panel is driven by xml schema, which can be customized to fit specific project requirements. It automatically creates fla, html, css and javascript files defined in the schema. It also includes swfobject 2.2, swfaddress 2.3, and Tweener 1.31.74 in the default schema.

Using this extension can effectively streamline new project creation work flow. It only takes a few clicks to achieve which usually takes hours to recreate, duplicate or customize from previous projects.

This extension does not serve as a framework. It's purpose is to easily create the structure of files and folders that are used when you start a project. We would also like to thank Steven Sacks for his excellent JSFL.

Structure Creator works with Flash CS3 and CS4 on Windows and Mac. It allows for a custom export path for fla files in the xml schema. Default template HTML and CSS files pass the W3C XHTML Strict 1.0 and CSS 2.1 tests.

Please only download the latest release

Example Schema

<folder name='%BASE%'>
	<folder name='assets' />
	<folder name='docs' />
	<folder name='release'>
		<folder name='css'>
			<file name='style.css' url="http://flashstructurecreator.googlecode.com/svn/trunk/templates/style.css" />
		</folder>
		<folder name='images' />
		<folder name='js'>
			<file name='swfaddress.js' url="http://flashstructurecreator.googlecode.com/svn/trunk/templates/swfaddress.js" />
			<file name='swfobject.js' url="http://flashstructurecreator.googlecode.com/svn/trunk/templates/swfobject.js" />
		</folder>
		<folder name='xml' />
		<file name='index.html' url="http://flashstructurecreator.googlecode.com/svn/trunk/templates/index.html" />
	</folder>
	<folder name='source'>
		<file name='main.fla' exportpath="../release/" />
	</folder>
</folder>








Hosted by Google Code