Ads = none

HOT SINGLES IN YOUR AREA.

I'm Albie i now know how to make a website and IM A CRAZY FROG

Lex naughty

Make pizza
tips.gif (1045 bytes) Did you know... Next tip


To learn more HTML/CSS, check out these tutorials!

MIDI.Player.currentTime = integer; // time we are at now within the song. MIDI.Player.endTime = integer; // time when song ends. MIDI.Player.playing = boolean; // are we playing? yes or no. MIDI.Player.loadFile(file, onsuccess); // load .MIDI from base64 or binary XML request. MIDI.Player.start(); // start the MIDI track (you can put this in the loadFile callback) MIDI.Player.resume(); // resume the MIDI track from pause. MIDI.Player.pause(); // pause the MIDI track. MIDI.Player.stop(); // stops all audio being played, and resets currentTime to 0.