free web hosting | free hosting | Business Web Hosting | Free Website Submission | shopping cart | php hosting
Crescendo Live UpDate
Get Crescendo Button 1Get Crescendo Player Banner






Implementation hints and Cool Crescendo Tricks for web authors!
An Auto-changing JavaScript MIDI Player
How to Make a Frame-based Crescendo Jukebox
JavaScript for "Follow Around Sound" - makes Crescendo come up in a separate window
JavaScript that *randomly* selects a MIDI file
CGI script that *randomly* selects a MIDI file
ASP and Access database based MP3 server *Advanced*

--------------------------------------------------------------------------------

How to play music while your page is loading

Music playing while a web page is loading is nice. To get your music playing soonest, place your Crescendo HTML tags at the top of your document, like this one.

--------------------------------------------------------------------------------

Use format 0 MIDI files for fastest playing with Crescendo PLUS

A format 0 MIDI file has the notes time-ordered in the file. Thus, when you use this type of MIDI file in your web pages, Crescendo PLUS users will hear the music start faster than with format 1 MIDI files.

--------------------------------------------------------------------------------

Java Script that *randomly* selects a MIDI file
Written by David McCoy.
Email comments and questions to mccoy@midwest.net

--------------------------------------------------------------------------------

This is an updated version of the script, sent by David McCoy on 10/14/96:

CGI Script that *randomly* selects a MIDI file
Written by Wm. Todd Horch.
Email comments and questions to whorch@ee.net




JavaScript for "Follow Around Sound"

Had it with Crescendo blanking your web page when you click on a link to a MIDI file? Here's the solution: a simple HTML JavaScript that launches Crescendo or Crescendo PLUS in a separate window, where it will continue to play music while you surf!

Works on both Netscape and Microsoft!

Here's our example code - simple, isn't it? Special thanks to Raymond Bissonnette, who created the first version of this example, in VBScript. Here's a link to a page so you can operate the sample code. Go to town!

How to Make a Frame-based Crescendo Jukebox

by Daniel James Bell

Have you ever tried to use a "midi jukebox" that blanked out your screen, or even created a whole new Netscape or Internet Explorer window? Finally, here is an alternative way to make a real, totally functional jukebox that anyone can code! No scripting or Java applets are involved. Just real, easy to use HTML programming.

All you need is Crescendo, and a page with one tiny frame. Here's how to do it:

First, write the code to format a page with a small frame at the top, like this:

This file should be given the default file name for your html server. It's usually something like "welcome.html," or you may be able to set the name yourself. Make sure you rename your main page's file so you don't accidentally overwrite it with this one. Here's an explanation of the above frame-making code:

  • A) This makes a tiny panel for your Jukebox as a pull-down box. You can increase the size to about 65 (in place of the 5) if you want to see the controls at startup. You can also enter a figure as a percentage of the screen (like "20%, *"), to equal a certain percentage of the screen.
  • B) Remeber that we named it "_spanel." Create a Panel.html file in the same folder the above program. "Panel.html" should either be empty HTML code, or should have an "embed" and "bgsound" statement for your default start up music. See http://www.liveupdate.com/embed.html for more details.
  • C) The "src" statement should equal the new name of your main page.
  • D) This is a message for people who do not support frames. People with no frame support can select to see your main page without the top frame. Under these circumstances, Following a music link with no frames available will result in a download. Now all you have to do is add music, which will be directed to your frame from your main page (Main.html), like this:

    There are a lot of benefits to using the HTML frame jukeboxes over the Javascript version, including speed, ease of use, and no messy windows.

    A working frame jukebox example to study and copy


    ASP and Access database based MP3 server *Advanced*
    Written by Paul S. Skinner.
    Email comments and questions to p-s-s@bigfoot.com

    Download the mp3server.zip file and take a look at the "readme.txt" file inside for installation instructions. This web application is for advanced users and has not been tested by LiveUpdate.

    Click here to download.

    Here are some screenshots of the MP3 Server.

  • Screenshot 1
  • Screenshot 2
  • Screenshot 3