INSTALL: Upload these files and folders to your server **
- _content/
- _swfcms/
- admin_secure.swf – (if using the no password version rename it to the same as this file)
- admin.html
- edit/
- js/
- rss.xml
** Give write permissions to all files and folders that you’ll want to have swfCMS access. It is recommended that you get the default setting uploaded and working on your server before trying to customize any of these files.
Configurations are in the folder: _swfcms/
- config.php - set your password here if using the MD5 version
- mycontent.xml - the main list of the ‘content’ files to edit
- mymedia.xml - a list of xml and other types of media management files
mycontent.xml
<mycontent folder=”_content/” backgroundcolor=”000000″ csspath=”_content/styling.css” upload_url=”http://swfcms.com/_content/”>
- folder = the 1 folder for all the text files you are loading into your flash site
- backgroundcolor = is the backgroundcolor of the swfCMS application
- csspath = is the path and file name of your css file
- upload_url = is the path to a folder you are using to upload image files to (there is no uploader for this yet, but soon. Until then, you can use a bunch of free ones out there to do this)