1. HOW TO UPLOAD THE FILES TO YOUR WEBSERVER ?
2. HOW TO RENAME BUTTON NAMES ?
3. HOW TO insert OR REPLACE THE CONTENT (text)?
4. HOW TO localize (change language) your Easy flash template?
5. HOW TO INSERT PHOTOS IN THE GALLERY SECTION of "Easy flash template" ?
6. HOW TO MAKE THE EMAIL FORM WORK ?
1. HOW TO UPLOAD THE FILES TO YOUR WEBSERVER ?
1) Please unzip the template after you have downloaded it to your computer. When you have unzipped the template you will see 4 folders. Namely Flash, HTML, Fonts and PSD.
2. Open the "html" folder.
3) Upload all files to the root of your website (this is where the index.html file should be located) This directory is called public_html or WWW). You need to do this with an FTP application such as CuteFTP.
Please note: That we ask you to upload the contents of the HTML directory we send you, so do not upload the entire HTML directory just the contents of the HTMl directory, which also include sometimes the "inc" and "images" directory.
All the files and directories into the "html" folder drag and drop on the server by FTP client like as CuteFTP
2. HOW TO RENAME BUTTON NAMES ?
This is the same process as changing the company name, or any other content in the text.html file. To do so please do the following.
1) Open text.html in Notepad, search for the current button names, namely("menu2, menu3, menu4, menu4, and replace the text with the yellow background with your own content.
3) Save the text.html file and upload the text.html file to your web server.
IMPORTANT! :
Note that you can only change the highlighted text, any other changes will cause problems when loading/reading the text.html file, so just change the highlighted text only, and do not enter any info outside the yellow text.
3. HOW TO insert OR REPLACE THE CONTENT (text)?
This is the same process as changing the author name, or any other content in the text.html file.
1) If you want to update the text in the "About us" section.
Locate the text underneath ////// About ////// and replace all the highlighted yellow text with your own text.
2) Then save the text.html or text.txt file, and upload the same to your web server.
IMPORTANT! :
Note that you must only change the highlighted text, any other changes will cause problems when loading/reading the text.html file, so please just change the highlighted text only, and do not enter any info outside the yellow text.
4. HOW TO localize (change language) your Easy flash template?
Now let's make a local version from your Easy flash Template. Unfortunately, we cannot create universal templates which will be easily editable for all countries and all languages since the most of fonts does not support numerous of symbols. Our company is oriented first of all on English-speaking part of the Internet. But it should not stop you at all. This tutorial will help you to easily adapt your Easy flash template to your region's language.
For better understanding let's split fonts into 2 groups. First group is:
System fonts (fonts which are built in operational system) and second group is;
Non system fonts (which users install themselves manually).
Here below is the list of standard fonts most often used by us;
- Arial
- Tahoma
- Verdana
- Times New Roman
- Trebuchet MS
You need not to change the titles of the text fields which are written by these fonts. The other text fields such are name of the site, slogans, headings, items of the menu, button "Read More" are not written by standard fonts. In this case it is necessary to replace non standard fonts as follows:
Initially you have to choose font or several fonts which will suit your template's design more in your opinion. Please make sure that chosen font fully supports your language and install this font in your system if it has not been installed yet. After that start Adobe Flash software. Open library and find Movie Clip with a text field which you wish to change. Double click on it.

Please select text field

e pull-down menu chose your font

and press the button "Embed..."

In opened window please select language group and symbols which you wish to embed. To select multiple symbols, hold Ctrl Control key during mouse click

Now you have successfully localized your flash template. Enjoy!
5. HOW TO INSERT PHOTOS IN THE GALLERY SECTION of "Easy flash template" ?
Some the easy templates has gallery section.
For inserting photos in the gallery section you have to do following:
Please open txt file by Via Notepad or any other text editor like Microsoft word, you will find following code in the opened file:
===================================================
///////////// gallery ////////////
&pic_max=6&
&main1=images/main01.jpg&
&main2=images/main02.jpg&
&main3=images/main03.jpg&
&main4=images/main04.jpg&
&main5=images/main05.jpg&
&main6=images/main06.jpg&
===================================================
To insert for example10 photos do following:
==================================================
///////////// gallery ////////////
&pic_max=
10&
&main1=images/main01.jpg&
&main2=images/main02.jpg&
&main3=images/main03.jpg&
&main4=images/main04.jpg&
&main5=images/main05.jpg&
&main6=images/main06.jpg&
&main7=images/main07.jpg&
&main8=images/main08.jpg&
&main9=images/main09.jpg&
&main10=images/main10.jpg&
====================================================
Next step is to save file as text.txt and upload it on the server.That's all.
I think that we have clarified you everything.
6. HOW TO MAKE THE EMAIL FORM WORK ?
Open "snowMailPHP.php" or "mail.php"
and just change $ToEmail = "mail@yourmail.com"; in the code.
When done save and upload the file