How do I install a midi sequence on my web site?

C

ckbuchholtz

I want to install a midi sequence on my web site and do not know how to do
it. I want it to continue as the viewer changes pages and not stop and start
with each change.
 
T

Thomas A. Rowe

You have to do one of the following:

1. Create your site in a frameset and load the midi file in the frameset page

or

2. Create a popup window and load the midi file from it.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

However, for pop-up or pop-under windows started with "onload=" may well be
blocked by default in IE with SP2 or by the user's firewall if set to do so
and therefore the popup window won't load and the music won't play.

option 1. seems the best way
 
Top