home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / Flash / flash_template_7 / readme.txt < prev    next >
Encoding:
Text File  |  2003-04-12  |  5.4 KB  |  139 lines

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