5-Minutes Real Estate Series
 
 

Before you start creating your website please read this page along with the Tutorial page. These pages will help you get started.

Source Files

1) Photoshop 7 file for the complete photoshop file
• time_and_watch_v2.psd

2) Flash MX files:
• flash_top_01.fla
• flash_top_02.fla
• flash_top_03.fla
• flash_main.fla
• flash_menu.fla

SWFObject: Javascript Flash embed script
This template uses the SWFObject (v1.4) Flash detection and embed script provided by Geoff Stearns at http://blog.deconcept.com/swfobject/. This script detects whether or not the user has the Flash player, and if it does, it loads in the Flash movie for them to view. If they don't have the Flash player, it displays your alternate content. The alternate content is what you see in your web editor (a static image or text).
The SWFObject script also resolves the IE update issue where embedded Flash movies require an extra click for interaction; using the script will allow viewers to interact with the Flash movie directly. The SWFObject script also allows your web site to have fully validated HTML.
Please be aware that the script may be updated occasionally, and it is your responsibility to visit the SWFObject site to check for updates and implement them.

How to make a new web
We now package our web templates in a .zip instead of an installer (.exe) for Macintosh (Apple) users and because many of the firewall software updates that companies have started to block the download of .exe files. This means that a web site folder is included in our product instead of what is referred to as a "FrontPage Web Template."

To create a new web site, copy the web folder to your My Webs directory and go to Open Web or Site on the File menu instead of going to File > New to create a new web site. Browse to your My Webs directory, then find the web folder you just copied. Select that folder and click open. Also, you can copy the web folder to the following directories depending on your FrontPage version and then use it as a FrontPage web template if you wish.

** FrontPage 2000/2002 **
FrontPage Web Template folder:
C:\Program Files\Microsoft Office\Templates\1033\Webs\

** FrontPage 2003 **
FrontPage Web Template folder:
C:\Documents and Settings\Application Data\Microsoft\FrontPage\Webs\

To apply a New Web Template in FrontPage 2000/ 2002
1) On the File menu, select New, and then click Web
2) In the Web Site list, choose "Template Name Web" for your new web.
3) Type or select a name for your new web in the Specify the location of the new web dropdown box.
4) Click OK to apply the web template to your new web.
5) Open the "index.htm" file and read the instructions. The new web also includes a detail tutorial on how to use the web.

To apply a New Web Template in FrontPage 2003
1) On the File menu, Select New.
2) Click "More web site templates" in the right column.
3) Choose the "TestDrive" template. (This may also be in your "My Templates" folder.)
4) Click OK.

How to modify the included page
Included Page function is used in this template. Once you modify the area where the Included Page function is used in the associated file, your changes will automatically appear on all pages.

1. Copyright on each page -> includes/copyright.htm
2. Information box in each page. -> includes/news.htm
3. Company Logo in each page. -> includes/top.htm

 
Copyright, 2009-John Mayfield
All rights reserved
How to edit the flash menu
1. Open the flash_link.js file in web folder.
2. Replace the current links  to your own page link

case 1:window.location="index.htm" ;break;
to 
your_menu_link1.htm

case 2:window.location="about_us.htm" ;break;
to 
your_menu_link2.htm

case 3:window.location="catalog.htm" ;break;
to 
your_menu_link3.htm

case 4:window.location="news.htm" ;break;
to 
your_menu_link4.htm

case 5:window.location="tutorial.htm" ;break;
to 
your_menu_link5.htm

case 6:window.location="getting_started.htm" ;break;
to 
your_menu_link6.htm

case 7:window.location="new_page.htm" ;break;
to 
your_menu_link7.htm

3. Save.

 How to replace the flash images
Below images files are used for the flash movies in this template:
- image_main_01.jpg
- image_main_02.jpg
- image_top_01.jpg
- image_top_02.jpg
- image_top_03.jpg

1. In order to replace the image with your own, you simply need to create your own image in Photoshop and save the name of your image file as same as the original.

Note: If you save your image file using the "Save As" menu in Photoshop, somehow the images in the flash menu doesn't get replaced. What we have found out is if you compress the quality of image to 80% or greater, where the image size is 20k or above then the image is not displayed in the flash movie. So, please compress the quality of your images down to 70% using the "Save for Web" function in Photoshop.

2. Copy and paste your image files into the “images"folder.
3. Images in the flash banners will be automatically replaced with your own.