I'm getting these flash errors when loading jw player on this, and other, pages:
http://rstvideo.com/trailer/gone-baby-gone/
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at nl.vara.jwplayer.embed::EmbedPlugin/resizeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jeroenwijering.player::Controller/sendEvent()
at com.jeroenwijering.player::Controller/redrawHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jeroenwijering.player::View/sendEvent()
at com.jeroenwijering.player::Player/startPlayer()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jeroenwijering.player::SPLoader/pluginHandler()
What exactly does that mean and how can I fix it?

The error might be because you are not setting an id in your player code.
var s1 = new SWFObject("http://rstvideo.com/player/player.swf", <strong>"player"</strong>, "608", "344", <strong>"9.0.124"</strong>, "#FFFFFF");Also, you should require a minimum version of at least v9,0,124,0 of the Adobe Flash Player so your users will be prompted to upgrade their Flash Player if it does not meet this minimum requirement.
At least Flash v9,0,124,0 is required to use the features of the JW FLV Player, such as true fullscreen, and to avoid bugs and security holes in the Adobe Flash Player.
Documentation for SWFObject v1.5: http://blog.deconcept.com/swfobject/#examples