Key features
- XML Driven AS3 Flash Facebook Template.
- All pages can be adjusted with their respective xml.
- All loaded pages can be transtromed to position by the xml.
- Clean and well documented AS3 code.
- Social buttons included.
- Creative and Minimal layout, Facebook optimized.
- HTML formatted centent window.
- Props over the tables are dynamic, can be loaded and positioned via xml.
- Logo position can be adjusted via xml.
- You can easily duplicate any module by yourself.
Preview images are not included in the main download.
Set up
Settings:
- Choose logo image and reposition it via xml.
- Background image could be loaded via XML .
- Social buttons images, their positions and links can be edited through XML .
- Edit menus. Change its names, linked swfs and the xml ?le related to them.
- Change the positions of the loaded swf th Change the positions of the loaded swf through xml.
- Easy settings so that you can reuse the same swf by only changing its target XML .
Background Slideshow module:
- Unlimited images can be added.
- Images can be added the via xml.
- Time duration of the images can be asjusted through xml.
- Images dimensions are at 373 X 215 size.
Contents module:
- HTML formatted contents module. You can change colors, add hyperlinks also add images
- You can change the width and height of the content area.
- Can be adjusted through CSS .
News module:
- Add unlimited number of news through xml.
- Thumbnail images can be added
- There are options for short intros and long descriptions
- Long descriptions are HTML formatted. You can change colors, add hyperlinks also add images.
Gallery module:
- Category based two level gallery.
- More categories can be added.
- Dropdown available to choose category
- Unlimited number of images can be added through XML
- Arrow navigation buttons are hidden when number of images are less in the category.
Links module:
- Unlimited number of links can be added through XML .
- Link thumbnails, link descriptions and link URLs can be easily adjusted through XML .
Contact module:
- PHP based contact form included.
- Easy to edit.
XML settings
<site>
<settings>
<logo X="10" Y="615">logo.png</logo>
<bg>data/back.jpg</bg>
</settings>
<menu>
<buttons xname="Home" loadMovie="slideshow.swf" xmlpath="data/slideshow.xml" >
</buttons>
<buttons xname="About us" loadMovie="content.swf" xmlpath="data/content.xml" >
</buttons>
<buttons xname=" Gallery" loadMovie="gallery.swf" xmlpath="data/gallery.xml">
</buttons>
<buttons xname=" News" loadMovie="news.swf" xmlpath="data/news.xml" >
</buttons>
<buttons xname="Links" loadMovie="links.swf" xmlpath="data/links.xml" >
</buttons>
<buttons xname="Contact" loadMovie="contact.swf" xmlpath="data/contact.xml" >
</buttons>
</menu>
<social posX="380" posY="675">
<icon src="data/social/email.png" url="http://www.facebook.com"></icon>
<icon src="data/social/facebook.png" url="http://www.facebook.com"></icon>
<icon src="data/social/twitter.png" url="http://www.twitter.com"></icon>
<icon src="data/social/flicker.png" url="http://www.flicker.com"></icon>
<icon src="data/social/picasa.png" url="http://www.picasa.com"></icon>
</social>
</site>


