My Navigation Bar

EMBEDing a Plug-in

As an alternative to this procedure, you can copy the EMBED tag code directly into the HTML for your page (see Editing or Viewing HTML). If adding the plugin for a sound file, don't forget to remove any background sound from the Page Properties popup.

Directly inserting a plugin in FronPage

How to add Plugins (the HTML EMBED TAG) in FrontPage.

expbul2d.gif (852 bytes) . Open your file in the FrontPage editor.
.
expbul2d.gif (852 bytes) . Move your cursor on the page to where you want to insert the plugin.
.
expbul2d.gif (852 bytes) . Click on the Insert Menu, then click on the Advanced sub-menu, then click on the Plug-in sub-sub-menu item.
.
expbul2d.gif (852 bytes) . The Plugin Properties dialog will appear.
.
expbul2d.gif (852 bytes) . Fill in your xxx.wav or xxx.mid file name as the 'Data Source'.
.
expbul2d.gif (852 bytes) . In the field 'Message for browsers without Plug-In' support fill in:

<bgsound src="xxx.mid" loop="infinite">

.
expbul2d.gif (852 bytes) . Set the Hieght to 60, and Width to 200, or whatever you like.
.
expbul2d.gif (852 bytes) . Press OK on the Plug-in Properties dialog.
.
expbul2d.gif (852 bytes) . You will see a plug-in symbol on your page in the FrontPage editor.
.
expbul2d.gif (852 bytes). . Select the plug-in, then click on the HTML tab of the FrontPage Editor, to switch to the HTML view.
.
expbul2d.gif (852 bytes). . Add the following 2 parameters to the EMBED tag for the plugin:

autostart="true"
loop="true"

The final EMBED tag code should look like:

<embed width="200" height="60" src="xxx.mid" autostart="true" loop="true">

.
expbul2d.gif (852 bytes). . Don't forget to remove the background sound from the Page Properties popup (if you have one)..
.
expbul2d.gif (852 bytes). . Save your page and you are done.
.

Sample EMBEDed Plugin for a midi file:

<bgsound src="johngood.mid" loop="infinite">

For an explanation of the HTML for putting music on a page, see Annabella's HTML Help .

exphorsa.gif (999 bytes)

 [Home] [ScrapBook] [Chat] [Links] [Contact] [FrontPage]
This page hosted by GeoCities Get your own Free Home Page
JES - 03/28/98