Home / Components / Templates / XML Website Template v2 /
XML Website Template v2
81 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$25.00
Package includes: FLA, flas, xml, html, css, assets, and help files
Flash Version: Flash 8, Flash CS3, Flash Lite, Flash CS4, flash 8+
Viewable with: Flash Player 8
Documentation level: Excellent documented
Action Script: ActionScript 2.0
Product ID:F0902406
You don't even need to know Flash in order to modify this template. Images, logo, navigation, text and everything is loaded from external folder using XML files.
FEATURES
ADVANCE XML MENU and LAYOUT
===========================
- XML based navigation menu;
- Support sub menu as well;
- Logo can be changed via XML file. And you can specify its x and y position in XML file. Logo [jpg, gif, png or swf];
- All backgrounds are loaded from external folder using xml. Thumbs are generated automatically. You can specify backgrounds thumbs colors in XML;
- Support XML MP3 Music. Can be easily modified by modifying the URL attribute in the XML file;
- XML footer text.
XML Slideshow - Banner
======================
- XML slide show banner/ rotator;
- This banner can load unlimited slides;
- Slides can be JPG, GIF, PNG. or SWF;
- You can setup delay for each slide separately;
- This slideshow can support autoplay;
- You can specify text description for each slide and a separate URL when users click on an image. if you want. It's optional.
HTML Content Page - CSS Formatted
================================
- HTML Content page - one can load HTML text, which can easily be formatted via CSS;
- This page can support scroll bar;
- Scroll bar auto hides if total text height is less then the content area;
- This HTML text can support Images as well via image tag used in HTML.
Advance XML Team Module
=======================
- Team module can support unlimited category [as long as it can fit in the left column];
- Each category can support unlimited team members;
- You can modify, thumb, title, name and description via XML for each member inside category;
- Text is HTML and CSS formatted, Using �¢ CDATA�¢ so text can support hyperlinks and images.
XML News Module
================
- Support unlimited News Items and Categories [as long as it can fit on the screen];
- You can title anything for the category;
- Text is HTML and CSS formatted, Using �¢ CDATA�¢ so text can support hyperlinks and images.
Advance XML Image Gallery
==========================
- Support unlimited images, images loaded from external folder;
- Support JPG, GIF, PNG and SWF files;
- Options available in the XML file:
--- Photo thumb, large image URL;
--- Description text support HTML and CSS;
- Can easily modify thumbs "width", "height" and "spacing" by updating variables in .fla file.
Dynamic XML based video gallery - FLV gallery
=================================
- Support unlimited videos;
- Options available in the XML file:
--- Thumbs URL;
--- Video title;
--- Video URL;
- Support thumb scroll.
YOUR OWN SWF
=============
- If you want to add another page to this template then this is the part for you, where you can add your own modified and produced SWF file.
PHP CONTACT FORM
==================
- All text is HTML and CSS formatted;
- Text is loaded via XML file and can support scroll bar;
- Contact form is PHP supported;
HELP AND SUPPORT
=================
- This template comes with a very well explained HELP file;
- Everything is well organized;
- All code is well commented;
- Library items are well organized.
Keywords :
xml, website, template, xml website template, css, html, xhtml, dynamic, xml menu, gallery, contact form, php, news, module, portfolio, about, services, your own swf, video gallery, flv gallery, video player, media player, fullscreen, resizable, dynamic, xml team viewer, xml news viewer, dynamic news, xml team module, project module, xml staff page, tabaheee
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
$25.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by quantatec:
No flash knowledge require to resize or customi...[+]
Related components:








































































































15 comments
Add comment
quantatec
#  /  PM  /  posted on Aug 08, 2009
abi.oshodi
Hi there
I was thinking of purchasing this template but I wanted to know if it is possible to create a client login are for a private gallery viewing.
#  /  PM  /  posted on Oct 02, 2009
quantatec
Hi abi,
Yes it is possible. I can update it for you. Please contact me for a quote:
[email protected]
as it is a custom flash work.
#  /  PM  /  posted on Oct 04, 2009
mstell168
Hi, for the images and videos pages- How do I remove the dark grey background or change the color of the background that fills the entire page?
thanks.
#  /  PM  /  posted on Nov 10, 2009
quantatec
@mstell168::
you need to modify a movieclip from the library of “main.fla”
ASSETS >> >>> EXTERNAL CONTENTS >> mc_Overlay
and you need to modfiy some code on the action layer on line 123 – 128
overlay_mc.onEnterFrame = function() { this._height = Stage.height; this._width = Stage.width; this._x = this._y=0; this._alpha = 98; };hope this will help.
...
#  /  PM  /  posted on Nov 10, 2009
mstell168
I don’t see a movieclip called mc_Overlay, in fact within ASSETS I do not see an EXTERNAL CONTENTS folder. Within main.fla my folders under Assets are FooterBG, Images, Layout, Top-Menu. I downloaded the file again and not seeing what you described in main.fla. Also, under the action layer my line 123-128 reads as follows-
footer_mc.preloader_mc.bar_mc._xscale = (loadedBytes / totalBytes) * 100; footer_mc.preloader_mc._alpha = 100; }
};
largeImgListener.onLoadInit = function (target_mc:MovieClip, httpStatus:Number):Void {