Leave a suggestion

If this tutorial is not what you were looking for, you still have any questions, suggestions or concerns - feel free to let us know. Please help us to serve you better!

Your Name

Your Email

Your Message (required)

captcha

XML Flash Templates Category RSS

Read More

Open the “tfile_main.xml” file (also called “main.xml file) in notepad or wordpad editor. Edit the text and save this file as Unicode Text Document or URF-8 encoding:

Open the .FLA file (from “sources/flash” folder) using Adobe Flash program and locate the text box where you need to use Swedish characters. Select the text box and change the Font type, which …

Read More

Read More

Open the .FLA file (from “sources/flash” folder)  using Adobe Flash program and locate the text box where you need to use Arabic characters. Select the text box and change the Font type, which supports the characters (for example Arial font):

While the text box is still selected, in the same properties panel click on the “Embed…” button. Hold down the …

Read More

In this tutorial you will learn the way to remove link, hand cursor, and rollover effects from image:

1) Locate pages symbol and the page itself

2) Select image you need to remove actions and press F9, you should see similar code:

onClipEvent (load) {
  this.hitArea = this.area
  num = 1;
  }
  on (rollOver) {
  this.gotoAndPlay("s1");
  }
  on (rollOut, releaseOutside …
Read More

The structure file fcContactFormStructure.xml describes the form fields, their types and properties. The form is based upon the data from this file and therefore will not work correctly in case this file contains errors. It is not recommended to edit this file without understanding of what you are doing.

The structure of this file should coincide with the existing fields …

Read More

If your template has an XML-based contact form you may need to get familiar with the following information which will help you to set up and configure your contact form according to your requirements.

You’ll find the following files that will be needed for the contact form:

•    contact.asp
•    contact.php
•    formConfiguration.xml
•    formStructure.xml
•    [cfDataProviders]

contact.asp and contact.php

Read More

The settings are as follows (they go in the same order as in the fcContactFormConfiguration.xml):

 • An e-mail address which will be used to receive messages from your contact form. You can specify several e-mail addresses separating them with a comma. For example: first_email@domain.com, second_email@domain.com, third@domain.com

 • A server script type which will process sending e-mails.  It depends on …

Read More
Read More
Read More
Read More

Editing text content in the XML Flash template.

Read More

In this tutorial you will learn the way to link text in XML Flash template.

Read More
Read More
Read More
Read More

XML Flash

Template ID: 16461

XML Flash Site templates are equipped with the system that will simplify your work with the Flash website by giving you the opportunity to edit it without having to use the special Flash software for that (you only work with the XML file). Besides it grants you a set of additional convenient features like switching the menu items which will automatically be followed by the proper page switches.

 

Read More
Read More

Xml Flash. How to change a font style.

Read More

In this tutorial you will learn the way to create new popup page and link it.

First of all you should understand that you do not need to edit FLA file to create new popup page for XML template

1) Open folder "XML" in your template "site_flash" folder and edit "main.xml" in any text editor.

2) Locate page with the …

Read More