Search  

COLOR ACCENT XML WEBSITE TEMPLATE

HomeBrowse CategoriesFlashSite TemplatesCreative / PortfolioColor Accent XML Website Template
Full_screen_preview

slideshow with XML support, handwriting tool
\ \

COLOR ACCENT XML WEBSITE TEMPLATE
The cutomizable options can be accessed through several XML files.

template.XML
In this file you can define the number of tiles every object will be devided to. You must change the cols and rows numbers. The v_pos and h_pos variables define the position of the object that you will animate with the tiles. The speed of tile animation can be controlled by the mdelay variable. Larger number means lower speed. Also the default menu item can be set from here. It will result in auto select of this menu item as if it was pressed. In this file you can enter the copyright text. Choose an accent color and enter its hexadecimal value in this file. This color can be used in the template for many of its objects. The audio track can be set from here and you need to put the path to the file. The background tile image must be entered again with the full path to the file. Lastly from here you define which XML file the template will open to load its menu.

menu.xml
In this file you can set the space between the menu items – both horizontal and vertical. The leftmargin and rightmargin numbers define the space each menu item will have before and after its caption. The bar behind the menu can be different color than the menus – use the menu_back_color variable. The color of the text is global for all menu items and must be set in the normaltextcolor. The pressedtextcolor number stores the color of the caption when the menu item is pressed.

Each menu item has caption and an unique menu_id. In order for the menu to work properly please include one menu item with menu_id of 0. The command variable can be one of the following:
  • change_object where you can set the movie to load and the resource file that the external movie may need;
  • start_slideshow where you can set the XML file describing the slideshow;
  • load_gallery where you can set the XML file describing the gallery;
  • getURL where you need to set the requested url and the target (_self/_blank);

xml files storing text and image data
An example of such file is about_us.xml file. Set the images_frame_color for the rectangle frame around the images. The window_width and window_height variables hold the dimensions of the panel that will hold the text content. Set the margins around the text content by using leftmargin, rightmargin, topmargin and bottommargin variables. Within the CDATA portion you can put your HTML content. There is one thing you can use and that is the $accent_color variable – put it where you want the global accent_color to show. Also there is an option to use the margin attribut within the img tag to set margins for the image. The images will show a preloader and will use a tween effect to show. Use both images and SWF files in img tags.

xml files storing slideshow information
The wait variable sotres the seconds between changing slideshow items. Set the repeat value to true or false to define if the slideshow will start again on ending. The show_time and interaction variables define if any controls will appear while the slideshow plays. Each slideshow item can define individual wait time or use the global wait time. The url and target variables defin if the slideshow item will have an url link attached. Object variable holds the file that will load for the slideshow item and the params variable can set the resource file that the slideshow item may use. Put some caption text that will show in a text box below the slideshow item while it playing.

xml files storing gallery information
The gallery XML files has some similar options to the slideshow files. The reason for that is that each gallery can start a slideshow with its items. The slideshow_wait, repeat and the show_time variables are the same as the ones in slideshow xml files. The wait variable here defines the delay between showing the gallery thumbnail images. The space defines the pixels between the thumbnail images. Count is the number of thumbnails each page will show and the scrollstep defines how many thumbnail will change on previous or next buttons clicked. Thumbnails can be orientated horizontally or vertically – set this using the thumbs_orientation variable. The thumbs_pop variable is still not used. The folder variable stores the path to the thumb images. Each gallery item can control its wait time when part of slideshow, the url and the target variables for the link connected to it. The tar_width and tar_height variables define the thumb size, and the normal_width and normal_height define the size of the the thumb popup. Pressing a thumbnail is the same as if a menu item was pressed. Because of that fact each gallery item has command, attribut1 and attribut2 variables. The thumb variable holds the name of the thumb image. Each gallery item can store some caption text which will show using a text box.

TO ADD UMLAUT SYMBOLS

Along with Basic Latin glyphs you must:
for TEMPLATE .fla do the following embed: Latin Extended A (548 glyphs) in the textfields listed:
FOLDER THE MENU / folder elements / text_holder_mc (Layer 1 layer)
FOLDER TEXT BOX / folder elements / text_box_mc (text layer)
FOLDER PROMOS / elements / promo_mc (text layer)
FOLDER BOTTOM PANEL / bottom_panel_mc (copyright layer)

for text_html_image.fla do the same embed for the textfield in the main scene.

A BUG FOUND IN THE CONTACT .FLA FILE
In contact_mc in first frame in layer actions at the very bottom change the following three lines from:

user_name = t0_txt;
user_email = t1_txt;
user_comments = t2_txt;

to:
user_name = t0_txt.text;
user_email = t1_txt.text;
user_comments = t2_txt.text;

Posted 3 months ago

Digitalplant,

Purchased file…super nice!

One thing…do I need a font file or something? If I mouse-over on “Contacts” menu, there’s a pixel looking scratch on the “o”. Same thing happens with “About Color Accent”....several letters throughout have pixel looking scratches over the letters.

Any suggestions?

Thanks!

Posted 3 months ago

I sent you a mail, D. :)

Posted 3 months ago

GREATLIBERO , i answered you :).

bubberz, can you make a screenshot and send it to me on my email, please.

Posted 3 months ago

I am going to be poor with the money, but reach for an excellent template :)

Posted 3 months ago

Thank you for the excellent support you gave me when I purchase this template, I am really surprised and happy :) Wait to see some new one, with unique design of course :) I will be the first buyer…

Posted 2 months ago

thanks for the purchase, for the rating and for the comment, GREATLIBERO . i do plan to do another one. need to expand my portfolio to get better sales :).

Posted 2 months ago

Of course you must, with this talent and good will to help, you will get it, I am sure :)

Posted 2 months ago

I added some directions about adding umlaut symbols to the template.

Posted 2 months ago

digital plant,

I’m using this PHP script for email. It’s coming in to the mail center, but the message body is blank..no name, email, message…other than each line prefix such as Name, Email, Message

<?php $name=$_POST[‘user_name’];

$sender=$_POST[‘user_email’];

$message=$_POST[‘user_comments’];

$to = “me@me.org”;

$subject = “Contact Form”;

$mailheader = “From: ” .$sender.”\r\n”; $mailheader .= “Reply-To: ”.$sender.”\r\n”; $mailheader .= “Content-type: text/html; charset=iso-8859-1\r\n”; $message_body = “
Name: ”.$name.”
”; $message_body .= “Email: ”.$sender.”
”; $message_body .= “
Message:
”.$message.”

”;

mail($to, $subject, $message_body, $mailheader); ?>

Posted 2 months ago

Hi, bubberz, I feel terrible about it but I have a mistake in my contact.fla file. in the library you will find contact_mc movie clip. in its first frame in actions layer at the very bottom you have to change three lines of code:

user_name = t0_txt;

user_email = t1_txt;

user_comments = t2_txt;

to:

user_name = t0_txt.text;

user_email = t1_txt.text;

user_comments = t2_txt.text;

i am sorry for the inconvenience.

Posted 2 months ago

No worries….great template none the less…no problem at all!

Thanks for the support…I’ll try it this week for sure and let you know!

Posted 2 months ago

thanks for buying :)

Posted 2 months ago

digitalplant…thanks…that was it!

Posted 2 months ago

Rate it if you can, bubberz :)

Posted 2 months ago

Like it A LOT !!!

Posted about 1 month ago

digitalplant,

Trying to use a docmenu or another .swf that autoscrolls for a banner w/ external images via .xml file.

First 1/2 second it loads, then just turns the whole .swf file white.

Any suggestions?

Posted about 1 month ago

hi bubberz, please email me your files.

Posted about 1 month ago

Hi DigitalPlant!

I just sent you an email…please respond to that, and I’ll reply back w/ the menu files.

Thanks!

Posted about 1 month ago

Dawg – This is really a top notch effort.

Posted about 1 month ago

Author has fixed my floating dock menu issue…great support!

Posted about 1 month ago

You are to be commended my friend, after scrolling through over forty pages, this captured my heart the moment, I saw it, I couldn’t wait to get to work this am to show Elaine, all she could say was “Wow” you are better than good…can’t wait to get started on it…wishing you the best, graphic warrior

Posted about 1 month ago

Thanks guys!

Posted about 1 month ago

Yet again …author has quickly fixed my .swf file to be used with this template. Great job…and wonderful support!

Posted about 1 month ago

Digitalplant, after calling on all my resources, I must come to you on bending knees, I have tried everything to change the opening animation to say “Manchac Magic” in red writing, a glow of 2 in calligraphy, speed of 3 and just under that in the same manner as you did, in typed letters the words “Photo Display”. It acts as if it want to load but then it just fissle to nothing then blank, plase help kindest regards, graphic warrior

Posted about 1 month ago

Just wanted to say thanks, you are awesome, graphic warrior

Posted about 1 month ago

thanks for your comments!

Posted 29 days ago

Can I place a .swf as the background? If so, where in the code would I change that?

Posted 10 days ago

the code is done in a way where you can only provide a link to an image, which tiles in the background. open template.xml and you will find the tag there.

Posted 10 days ago