Follow these tips to get started with the Sycamore site.
These questions are ordered by how common they are - most common at the top. Please note the question numbers may change since I am constantly updating this section.
Your XML file is probably malformed, meaning there is a typo/mistake in it somewhere that is stopping the web browser from reading it correctly. It is most likely a very simple fix - you just need to find where you made the error. An easy way to do that is to navigate to your XML file in your web browser. For example, if your site is named "yoursite.com" then navigate to this URL:
http://www.yoursite.com/settings.xml
In Firefox, the page will say something like:
This page contains the following errors:
error on line 1 at column 5: error parsing attribute name
Usually that will give you enough info to locate your error. If you still have trouble, post a question in the forums and I can help you.
No. Upgrading is very simple. Keep all of your XML files and images the same. Simply delete your old "sycamore.swf" file and replace it with the new "sycamore.swf" file from the purchased version. That's it!
This is due to a security restriction in the Flash Player when loading XML files locally. Read more about it here, here and here if you want a technical explanation, otherwise just follow the below steps:
If you don't own Dreamweaver or any other HTML editor then I recommend downloading and using Notepad++ to edit the XML files. It's free and I've heard good things about it.
Project images can be any size, but for each project you will probably want all of the images that go along with it to be the same size so it looks nicer, but it's not necessary.
In "portfolio.xml" the following sets the image size:
<images width="540" height="304">
Basically that size will determine the size of the image background that the images load on top of. It also controls the vertical spacing between projects so everything is spaced correctly before the images load.
Open up "settings.xml" and set "hasOwnLogo" to "true". Save your logo file as a PNG file, name it "logo.png" and place it in the images folder.
The preloader color is set at the top of the "index.html" file. Look for the following line:
flashvars.preloaderColor = "0xff4400";
It's not in "settings.xml" because the preloader needs to be displayed before "settings.xml" is loaded.
The initial background color is set at the top of the "index.html" file. Look for the following line:
bgcolor: "#000000"
The page title is set at the top of "index.html" between the "title" tags.
Be careful of adding any extra line breaks when you are entering text in the XML files. Pay careful attention to sections that have the CDATA part like the following:
<![CDATA[Long description...]]>
Putting a line break after the CDATA[ part will add an extra line break. Also be careful of adding tab indents. Flash is pretty finicky about XML files so pay special attention to all your line breaks and tabs and you should be fine.
Open up "contact.php" and follow the commented instructions. Basically you just need to change the email address (in two places) and site name to your own. The form will need to uploaded to a server that supports PHP in order for it to send the email. Everything in the deploy/demo folder needs to be uploaded for everything to work properly. If the form does not work on your server (if you get the "server error" message), then your server does not support PHP. Please contact your web hosting company and inquire about PHP support (most web hosts should support PHP).
How fast your site loads depends on 3 things:
The actual site itself (not including any portfolio images) is a rather small file size. If you are loading lots of large, high quality images the site will take longer to load then if you are using small, web optimized images. To optimize your images for a faster loading time, open them in Photoshop and go to File > Save for Web and save them out at a lower quality.
Unfortunately this doesn't come with a built-in video player - if you want to add video your best bet would be to have the "Launch Project" button link to the video in a new window.
Make sure you check the email account that your PayPal account is linked to - it might be different than the email you regularly use. Also check your junk mail folder to make sure it's not in there. If you still have problems email me at and I can resend you the download link.
If you are seeing this message that means you haven't uploaded all of the required files. Everything in the demo/deploy folder needs to be uploaded in order for everything to work. Double check that the folder named "js" is uploaded to the root directory of your site. A lot of times people experience this problem because they haven't unzipped the files correctly. On a Mac you just double click the zip file to unzip. On a PC depending on your operating system you may need an unzip utility. See here for more info on opening zip files.
Please post in the forums and I'll answer any other questions you might have.