Hey there-
I just discovered subsonic a few days ago, to my great delight- I'd just finally reached the breaking point with itunes that I was planning on taking an amateur crack at coding up something like subsonic. Glad to see I don't have to now! Thanks! As you'll see from the question I'm about to ask, I'm woefully unequipped for such a task, so you've saved me much effort.
Previously, I used global shortcut keys for prev/next/play/pause control of itunes. I'm working on replicating this using a site-specific browser (Fluid) and (hopefully) a small bit of javascript to control the player. I've just taken a brief look at the code, and I'm a bit lost.
Being pretty much stupid about javascript+flash, I'm a bit thrown by how the playlist control works. I've got prev/next working fine, and I can stop the player easily, but I can't figure out what code needs to be called to toggle a play/pause of the player. It looks like the events provided by JW-Player are inadequate (no "pause" event, best i can tell), and the dwr stuff looks to have some control, but I can't quite pin down the flow of code.
Can anyone chime in as to what the right direction would be in the sense of where to poke and prod to get the player to do what I want it to?

