moo!
Toggle between transcript and images using the transcript button above.
{solution:"flash,html", supplied:"mp3,oga"}
Popcorn methods: popcorn.play() | popcorn.pause() | popcorn.load()
jPlayer methods: jPlayer("setMedia",A) | jPlayer("setMedia",B) | jPlayer("setMedia",A).jPlayer("play")
Mixed methods: jPlayer("setMedia",A); popcorn.play();
Toggle monitoring through the timeupdate event, the jPlayer div's DOM node property: duration | currentTime | readyState
IE9 fails due to readyState being defined on all DOM elements, apparently inherited from the document.readyState except for media elements.
Popcorn polls the readyState so IE9 fails since signal cannot get through.

The output of monitoring is shown below. Scroll to bottom for latest output.