Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

TypeError: Error #1009?

9 replies [Last post]

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

I changed it but I'm still getting the same errors. :(

Anyone else who could check and try to figure out what's wrong?

I'm still getting the same error.

<config>
  <file>http://rstvideo.com/trailers/gonebabygonetrailer.flv</file>
  <image>http://rstvideo.com/trailer/flv/gonebabygonetrailer.png</image>
  <controlbar>over</controlbar>
  <backcolor>FFFFFF</backcolor>
  <strong><id>player</id></strong>
  <plugins>drelated-1,embed-1</plugins>
  <drelated.dxmlpath>http://rstvideo.com/trailer/trailerxml/%3Fid=3626</drelated.dxmlpath>
  <drelated.dposition>center</drelated.dposition>
  <drelated.dskin>http://rstvideo.com/player/skin.swf</drelated.dskin>
  <drelated.dtarget>_self</drelated.dtarget>
  <embed.code><object width='608' height='344'><param name=flashvars value='http://rstvideo.com/trailer/embedxml/?id=3626'><param name='movie' value='http://rstvideo.com/player/player.swf' /><embed src='http://rstvideo.com/player/player.swf' width='608'  height='344' allowfullscreen='true' allowscriptaccess='always' flashvars='config=http://rstvideo.com/trailer/embedxml/%3Fid=3626'></embed></object><p>Trailer <a href='http://rstvideo.com/trailer/gone-baby-gone/' title='Trailer till Gone Baby Gone hos rstvideo' target='_blank'>Gone Baby Gone</a> från <a href='http://rstvideo.com/trailer/' title='rstvideo har Sveriges största arkiv med filmtrailers' target='_blank'>rstvideos trailerarkiv</a>.</p></embed.code>
  <embed.title>Lägg till den här trailern på din sida/blogg!</embed.title>
  <embed.instruction>Om du vill visa den här trailern på din egen sida är det bara att kopiera koden här under och klistra in den på  din sida.</embed.instruction>
  <embed.close_text>stäng</embed.close_text>
  <embed.copy_text>kopiera kod</embed.copy_text>
  <embed.copied_text>kod kopierad</embed.copied_text>
</config>

the solution above does not fix the problem - help please

I removed the embed plugin for now - no solution so far :(
Help us!

same problem here. jw mediaplayer 4.2 with at least flash 9. Please help.

Has anyone solved this one?