|
-
Best methods on storing .as files
We're developing a website with multiple swf objects. Each of these objects will need access to multiple .as files. On smaller sites, i've always just stored .as files in the DocumentRoot of the website along with the swfs.
So we'd have foo.swf witch a Doc Class of Bar and Bar.as - both Bar.as and foo.swf would live in /
On this project, we are thinking about using a folder directory structure for the sake of of the home brew cms, and ease of finding items for the developers.
so it would be something like
/
/css
/flashFLA
/flashSWF
/flashFLV
/flashAS
/js
/xml
/php
Will this be more of a headache? How will this effect the way we set Doc Classes?
Last edited by paragonc; 03-04-2008 at 05:37 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|