Thematic XML Website Template
Create your own deep-linking themed-based website in any manner that you like.
This template is extremely user-friendly because nearly all of the components that you see can be completely edited and customized via XML . Plus, about 99% of all of the graphics, colors, and shapes are vector graphics, meaning that they are easily resized and recolored in the Flash UI. So whatever you cannot set in the XML , you can easily edit in the Flash UI. There is nothing that you see that cannot be easily edited in one way or another. This allows you to create any theme of website that suits your needs.
This website loads external .swfs. into the UI of the page. You can work on any page of your own in a separate .fla file and after setting the paths to your complied .swf file in one config.xml file, you can load it into the site! Plus, in the same config file you can also set the transition animation for transitioning your pages both in and out of the site as well as set the width, height, and z-index of your loaded pages. You can also control whether or not to stop the sound playing on the site (if you are loading a page that also has audio, such as the video player).
FEATURES
Entirely XML Based website with deep-linking and numerous components that can be dragged and dropped into various pages that you create including…
- Banner Rotator
- Multilevel Dropdown Menu
- Horizontal Scroll Box
- Vertical Scroll Box
- HTML and CSS Scroll Viewer
- Audio Gallery
- Mini Audio Player
- Staff Page
- Portfolio Page
- Image Gallery
- 4×3 Video Player
- 16×9 Video Player
- 4×3 Video Gallery
- 16×9 Video Gallery
DEEP -LINKING
This site has SEO friendly deep-linking that will register page history in your browser, so you can click forward and back to navigate pages!
CONFIG XML FILE
Below is a sample of a portion of the .xml file to show all of the values you can set for the site…
<?xml version="1.0" encoding="utf-8"?>
<siteconfiguration>
<backgroundurl>background/greenleaves.jpg</backgroundurl>
<headercolor>0x003300</headercolor>
<headeralpha>0.5</headeralpha>
<headerheight>75</headerheight>
<footercolor>0xcc6600</footercolor>
<footeralpha>0.7</footeralpha>
<footerheight>20</footerheight>
<page name="Home">
<url>pages/home/home.swf</url>
<urltype>internal</urltype>
<pagewidth>800</pagewidth>
<pageheight>500</pageheight>
<zindex>normal</zindex>
<stopsound>no</stopsound>
<transitionin>pixel</transitionin>
<transitionout>wipe</transitionout>
</page>
<page name="HTML Page">
<url>pages/about/about.swf</url>
<urltype>internal</urltype>
<pagewidth>800</pagewidth>
<pageheight>500</pageheight>
<zindex>normal</zindex>
<stopsound>no</stopsound>
<transitionin>iris</transitionin>
<transitionout>pixel</transitionout>
</page>
<page name="Staff">
<url>pages/staff/staff.swf</url>
<urltype>internal</urltype>
<pagewidth>825</pagewidth>
<pageheight>450</pageheight>
<zindex>normal</zindex>
<stopsound>no</stopsound>
<transitionin>fly</transitionin>
<transitionout>fade</transitionout>
</page>
...
</siteconfiguration>
ALSO INCLUDED …
- 25 Pages of Documentation – 25 total pages of documentation that show you how to use, modify, edit, create and control all the various components included in this template.
- Externally Loaded .swf Files – Each page is an externally loaded .swf file which keeps the project size small
- Communication between .swf Files – Contains info on how to pass variables and values between different loaded .swf files
- Internal linking with the ability to handle both internal and external links
- Much more…
Enjoy!


22comments