To fix for IE 6&7 iFrame memory leak, place this:
this.object.src = "javascript : false;";
right before this:
In the
close function in rokbox.js RokBox Constructor. I think it's line 345, but I've made other mods to mine.
I guess it doesn't matter where you put it in the close function, but that's where I put it.
I was going to fix the button issue too (left/right/esc buttons don't work) by integrating this (
http://www.openjs.com/scripts/events/keyboard_shortcuts/
) script in to the rokbox code. It's under BSD license, and it's pretty fabulous.
Frankly, I don't feel like contributing to closed source or copyrighted software, so any other mods to roxbok will remain private until I get an authoritative answer on the license. I'm not trying to get my pee-pee spanked, I just want to help others out.