About Bill Harding

 

One Reply to “About Bill Harding”

  1. Hey Bill,
    I was implementing a javascript embed implementation that I found done by you. I got it working, but I was wondering how I can “get a hold” of the actual sound object so that I can assign event handlers to it. I need to get duration and playtime and play head position in milliseconds.
    Thanks,
    Duke

    Step one: add an element to your page

    Step two: play a sound via that element

    document.getElementById(“sound_element”).innerHTML=
    “”;
    Or, if you’re using jQuery:

    $(‘#sound_element’).html(
    “”);

Leave a Reply

Your email address will not be published. Required fields are marked *