Setup Guide V1 (last updated January 4th, 2007)Designed for the Focus Series Templates and Modules |
Flash intro Basic TutorialsSet the skip introThe index.htm (or index.dwt) page contains a bit of script, which will allow you to modify the number of times a flash intro is displayed for a specific visitor. You can set the intro to:
The reason we've included so many options, is to allow you to modify the functionality of your intro page. By setting the intro to play only once per visit, a visitor may return to the index page, and not view the intro a second or third time. So visitors like to return to the home page to get their bearings, and it's a bit inconvenient to replay the intro each time. To set the intro to skip altogether:
var maxIntroViews = -1; // -1 = always
display, 0 = never display, and any other positive integer =
the number of times to display the intro sequence
To make this a permanent setting for your visitors (in other words, the next time they return to the site their browse will remember the settings you've assigned)
Set number of 'repeat' viewsTo set the number of repeat views: ( in this example we'll set the maximum times the intro will 'play' for a new visitor to "3")
var maxIntroViews = -1; // -1 = always
display, 0 = never display, and any other positive integer =
the number of times to display the intro sequence
Edit the 'Welcome' text
** keep the characters in your new text limited, or preview your index page before closing the 'welcome.txt' file. The 'welcome' text is NOT designed to 'wrap' to a second line. Remove flash introTo set the intro to skip altogether:
var maxIntroViews = -1; // -1 = always
display, 0 = never display, and any other positive integer =
the number of times to display the intro sequence
To make this a permanent setting for your visitors (in other words, the next time they return to the site their browse will remember the settings you've assigned)
|
Overview | Basic | Intermediate | Advanced