Working with HTML editors

In all examples below, it is IMPORTANT to note that you must BUILD your applet or flash file to the SAME folder as your web site is in or the instructions will not work. If you are having difficulties we recommend you work through the tutorials included in this help file.

Dreamweaver 2.x - 4.x
  • Design your page in Dreamweaver

  • Design project file in 1 Cool Button Tool

  • Build the applet or flash file

  • Click 'Copy to Clipboard' in Button Tool

  • In Dreamweaver, move the cursor to where you want the project

  • Press the right mouse button (RMB) and select 'Paste'

  • Save and view the html file in your browser

FrontPage 98
  • Design your page in FrontPage

  • Design project file in 1 Cool Button Tool

  • Build the applet or flash file

  • Click 'Copy to Clipboard' in Button Tool

  • In FrontPage, move the cursor to where you want the project

  • Press the right mouse button (RMB) and select 'Paste Special'

  • Select 'Treat as HTML'

  • Save and view the html file in your browser

Publisher 98
  • Design your page in Publisher
  • Design project file in 1 Cool Button Tool
  • Build the applet or flash file
  • Click 'Copy to Clipboard' in Button Tool
  • In FrontPage, Select 'Insert' menu item
  • Select 'HTML Code Fragment'
  • Select the area on the page where you want the project
  • Press the right mouse button (RMB) and select 'Paste'
  • Click 'OK'
  • Save and view the html file in your browser
Failsafe Method

Works no matter what editor you use.

  • Design your page with your favorite editor

  • Insert a place holder (text) where you want the applet to be inserted (e.g. Insert Applet Here)

  • Save the html file

  • Open 1 Cool Button Tool and create your project

  • Go to the build tab and build the applet or flash file to the same folder as the previous html file

  • Press the 'Copy to Clipboard' button

  • Open the html file in Notepad

  • Find the place holder and place your cursor there

  • Delete the place holder

  • Press the right mouse button (RMB) and select 'Paste'

  • Save and view the html file in your browser