|
|
 
|
Step 1
|
|
Make a new directory and name it the same as you would name your midi.
Then create a new page in the directory and name it index.html (This will be the only page in the directory.)
Place the following html on the index.html page of your new directory with the exception of modifying the:
title (name this anything you want)
body bgcolor (must be the same color or background as the first page that starts your slide show)
embed & bgsound src (this needs to be the full url address to your midi for your slide show). Wav files will break up with computers and webtv, while midi files work great for both. Very large
wav files will not break up easily with a computer but
will break up with webtv.
|
Step 2
|
|
Make a new page that will be the link to start your slide show and replace the link that you now have on your introduction page.
(leave your introduction page and the rest of your slide show just the way it is. You are just replacing the link to start your slide show.)
Place the following html on the new page with the exception of modifying the:
title (name this anything you want)
frameset bgcolor (this will place a colored border around your slide show when viewed by webtv. Computer users do not see any border.)
frame src (the first frame src has to be the same url address as the first page of your slide show)
frame src (the second frame src has to be the new directory index.html page that was created in step one above.)
(For the WebTV reload bug,
you can leave the script on your
frame src="http://urlToFirstPageOfYourSlideShow.html"
page of your slide show.)
|
Step 3
|
|
Add a break out of frames link for the computer users to click on.
Lets say that your slide show has 10 slides and the 10th slide redirects to your homepage. You will need to add the html below as a link on your homepage.
|
And that's it
|
   |