VictorChen / online-band

HTML5 Garage Band
0 stars 1 forks source link

audio duration #4

Closed VictorChen closed 9 years ago

VictorChen commented 9 years ago

Listen to the loadedmetadata event and then access it via

audio.duration
VictorChen commented 9 years ago

width of draggable should be related to the audio duration

VictorChen commented 9 years ago

also can seek via:

audio.currentTime = 4; // time in seconds

html 5 FTW !

VictorChen commented 9 years ago

done!