home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / Flash / flash_template_10 / readme.txt < prev    next >
Text File  |  2003-04-25  |  5KB  |  137 lines

  1. Flash Website Templates by WINKLET WEB DESIGN
  2. http://www.winkletwebdesign.com 
  3.  
  4. INSTRUCTIONS:
  5.  
  6. Included with these instructions are 3 other files which are needed for your Flash site to 
  7. run:
  8.  
  9. template9.swf - this is compiled Flash file. 
  10.  
  11. index.html - the HTML page with the code that embeds the flash file on the page. 
  12.  
  13. temp9business.txt - the text file which you will be editing according to the instructions, 
  14. which will update the content on your flash file. 
  15.  
  16. In order for everything to work properly, you must keep these files in the same directory on your local machine or on your website.
  17.  
  18. The file you will be mostly working with is the "temp9business.txt" file. You can open 
  19. and edit this file in any text editor but the text editor must support and be able to save as 
  20. Unicode text. Notepad is the most common text editor but some versions do not support 
  21. Unicode and the text may not appear properly when opening the file. If you encounter 
  22. this problem, it is recommended you download the free text software called Metapad 
  23. from http://www.liquidninja.com/metapad/ which does support Unicode.
  24.  
  25. To make it easier to edit the text, make sure the Word Wrap option is on.
  26.  
  27. There are several sections to the text file, each controlling a different part of your 
  28. website.
  29.  
  30. 1.    Your company name
  31. 2.    Company slogan
  32. 3.    Title for homepage
  33. 4.    Content for each page
  34. 5.    Contact e-mail address (which appears on every page).
  35.  
  36. ** Button names and titles for subsequent pages are not editable on this free version, but they are on the full version.
  37.  
  38. Each section variable begins with "&", for example:
  39.  
  40. &companyname=
  41.  
  42. It is after the "=" where you would type your company name which will appear on the 
  43. site. Default information has been entered for each section which you are to replace with 
  44. your own information.
  45.  
  46. For example, if your company name is Winklet Web Design, the first part of your text 
  47. file would look like this:
  48.  
  49. &companyname=Winklet Web Design
  50.  
  51. Which could be followed by:
  52.  
  53. &slogan=Cutting Edge Flash Templates
  54.  
  55. Follow the same format for each section. 
  56.  
  57. &hometitle is the variable for the title that appears on the home page.
  58.  
  59. &hometext is the variable for the home page text.
  60.  
  61. &page1text, &page2text à &page5text are the variables for each subsequent page text content. Default text has been entered, which you may replace with your own desired text.
  62.  
  63. See the Special Text Formatting instructions for further information 
  64. on properly formatting this text.
  65.  
  66. Do not modify the very last variable and value: &textloaded=OK
  67. This is needed so Flash can detect when all the text for the site is loaded.
  68.  
  69. As you work with the text file, view the site as you go by opening the index.html file in your web browser. As soon as you save the text file with your updated text, you'll see the changes immediately on the Flash site when you refresh your browser.
  70.  
  71. FORMATTING THE TEXT:
  72.  
  73. There are a few special instructions you must follow to format line breaks and display 
  74. certain characters.
  75.  
  76.  * To skip to the next line, instead of pressing the "Enter" key to move down, 
  77. place the following html tag to indicate a single line break: <br>
  78.  
  79.  
  80.  * For example, two lines of text would be formatted like this:
  81.  
  82. This is the first line of text.<br>This is the second line of text.
  83.  
  84. And they would appear on your site like this:
  85.  
  86. This is the first line of text.
  87. This is the second line of text.
  88.  
  89.  * If you wish to skip 2 lines (as in making two separate paragraphs), you 
  90. may either press the "Enter" key to go to the next line (this will actually 
  91. make it appear on the site that 2 lines have been skipped), or you may 
  92. enter two <br> tags.
  93.  
  94.  
  95.  * The ampersand ("&") will not work if typed into your text because it is a 
  96. reserved character and is used to separate each variable. Do not type a "&" 
  97. for any of your text, including page titles, slogan and company name. To 
  98. make the "&" appear properly, type %26 instead û this is the URL 
  99. encoded value for this character. Your text file may look funny with a 
  100. %26 on it, but your web page will display it as the ampersand.
  101.  
  102.  
  103.  * The same as above applies to the plus sign ("+"). Instead of typing the 
  104. plus sign, you must type %2b instead.
  105.  
  106.  
  107.  * FYI, the URL encoded value for a single line break is %0d which can also 
  108. be used instead of the html tag <br>.
  109.  
  110. If you are familiar with HTML, you may use some HTML in the body of your text for 
  111. the page content. You can use the following formatting in HTML:
  112.  
  113. 1.    Bold
  114. 2.    Underline
  115. 3.    Italics
  116. 4.    Font Color
  117. 5.    Font Face
  118. 6.    Bullet lists
  119. 7.    Hyperlinks
  120. 8.    Paragraphs
  121.  
  122. Any HTML that includes attributes, such as font color, must have double quotes around 
  123. the attribute, for example: 
  124. <font color="#ff0000">
  125.  
  126. Image tags, font size tags, and tables will not be displayed properly and should not be 
  127. used.
  128.  
  129. THE HTML FILE:
  130. You may edit any part of the HTML file you wish, however do not change the code between the <OBJECT> and <EMBED> tags. That is what places the flash (.swf) file into your site.
  131.  
  132.  
  133. If you like this template and want to remove our link from the template and customize your page and button names, you may purchase the full version. Visit our website at http://www.winkletwebdesign.com!
  134.  
  135.  
  136.  
  137.