I'm trying to put the media uploader into the wp-events plugin's add event page, so that I can easily upload an image and include it in the event description (I've included the tinymce editor)
It all works fine, expect for when it comes to inserting the image into the editor. I get the Javascript error message
"win.send_to_editor is not a function"
I know it's a hack and the media upload part of wordpress isn't intended to be used like this :) But does anyone know what the problem could be?