Hello and thanks for purchasing our product.
We hope you find it useful and wish you good luck using it in your projects.
If you have any problems with the files send us an e-mail at: support@flashpic.org
Included in the pack you will find the following files:
- folder "com" - SWF address .as files
- folder "fl" - actionscript files
- folder "fs" - actionscript files
- folder "gallery" - actionscript files
- folder "images" - image and video files to fill in the sections' content
- folder "swfaddress" - SWF address javascript files
- folder "swfobject" - SWF address javascript files
- bio.jpg - image file for the "about/contacts" section
- Gallery.as3proj - .as 3 project file
- gallery.xml - the XML file (which provides information for the content)
- Help.html - the file you're reading
- index.fla - main Flash source file
- index.html - html file
- index.swf - output flash file
- logo.png - sample image file, use to change and place an image as described
- mail.php - needed for the contact form
- XML help.txt - help file for XML reference. Describes all parameters' meaning and usage
The only font used is Arial, so feel free to change it with any you find suitable
Here are some features you may find useful:
- The WEBSITE's NAME can be replaced with an image
- Additional navigation (or just plain text) can be set at the bottom of the stage
- Navigational items can be added as much as needed (bear in mind they will go out of viewable borders)
Image and Video content issues:
- All thumbnails are must be sized to 100x100 pixel. Full size of images is limited to 499 pixels.
- However if you place an image with larger dimensions, its height will be automatically adjusted.
- Note that the full size image is not limited within width, as boxes on the right will automatically adjust their position accordingly
- Information for full size images can be placed overlaying the image (with transparent backgorund) or positioned below it
Contact form issues:
- Color and appearance are modified through the xml file.
- However if you place an image with larger dimensions, its height will be automatically adjusted.
- Requires the mail.php file residing in the main directory
- To change the recepient's e-mail address just change the parameter $mailTo = "name@gmail.com" in file "mail.php";
To set the website to a fixed size just manipulate the main html file, so that the flash content does not span over the whole window:
Customizable elements information follows below:
Navigation items:
- color
- size
- padding between items
- image or text, or both for website's name
Images:
- information placement
- information text color
- information text background color
- information text background alpha
- scroll buttons color
Video:
- information text color
- timeline color
- controls color
- scroll buttons color
About / Contacts
- text color
- number of content columns
- column top offset
- feedback form colors
- controls color
>> Please have a look at "XML help.txt" for info on parameters in the XML file.
The XML files allows for rendering html formatted text. This means you can set color, size and appearance parameteres.
Here are some examples of formatting text in the XML (where applicable)
Set Color: Your text here
<font color="#FF6600">Your text here</font><br />
Set Size: Your text here
<font size="16">Your text here</font>
Set link: name of links
<u><a href="http://flashden.net">name of links</a></u>
Combination: Your text here
<font size="16" color="#FF6600"><a href="http://flashden.net">Your text here</a></font>