Hey guys, I just finished updating my class to embed QuickTime videos.
The previous version would just insert the necessary code but it was a
bit wonky in IE. The latest update adds the ability to listen to the
DOM events QuickTime fires in both IE and the other browsers. So if
you want to have a function fire when the user hits play, you can
simply pass a "onPlay: function() { alert('Playing'); }" type of
option in the options object and it'll happen. You can download and
read more about it from my site:

http://pradador.com/code/quickiejs/

Reply via email to