Template Customization Help Center

1.   Getting started with a flash template
2.   How to insert text in a flash movie
3.   How to exchange images in flash
4.   How to insert a new image in flash
5.   How to create a new link in flash
6.   How to make flash header links link to html pages
7.   How to create a mail link in flash
8.   How to insert background music in flash
9.   How to insert a sound effect in flash
10. How to create a scrollbar in flash
11. Flash/php contact form installation

How to make linking to the external HTML web pages.

A bit of programming here. Firs, select a frame to which you will add Action Script code.

If you cannot see Action Panel use menu Window => Actions. Or just press F9 to make it visible.

Find GetUrl function (see the image) and double click it.

In the URL section insert your link, it can be either absolute (http://.....) or relative as it can be seen at the example.

Be careful if you are using relative paths, if the page is located in some folder, please do not forget to define the correct path to it.

And this is it...