| Index | Basics | Colors | Fonts | Images | Links | Tables |
Midi code is almost always near the end of the page just before the </BODY> tag. | ||
| ||
Again the above code plays the midi to the end and restarts, but this shows the interface to mute the volume, start, stop and pause the midi file. There are 3 added parameters HIDDEN="TRUE", AUTOSTART="TRUE", LOOP="TRUE" | ||
These parameters are pretty self explanitory, Hidden determines if You can see the interface or not, Autostart determines if the midi will start playing automatically or wait for the play button, Loop determines if the midi will play only once or continue playing. These 3 parameters will either equal True or False. | ||
If the interface is not hidden You can set the size of the interface to display, I have seen many different players and different size interfaces. I set this one to what I thought most people would have (Winows95 / Windows98 and InternetExplorer 4.0 with Windows media player). |