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

Forums

/

Jw 4.6 problem on Flex 3.4

8 replies [Last post]

Hi people,

I've the jw player 4.3 embedded in flex 3.4 and it's working but when I update to 4.6 I get:

TypeError: Error #1009: Cannot access a property or method of a null object reference at.
at com.jeroenwijering.player::View()
at com.jeroenwijering.player::Player/loadMVC()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jeroenwijering.player::SPLoader/loadSkin()
at com.jeroenwijering.player::Player/loadSkin()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jeroenwijering.utils::Configger/loadFlashvars()
at com.jeroenwijering.utils::Configger/loadCookies()
at com.jeroenwijering.utils::Configger/load()
at com.jeroenwijering.player::Player/loadConfig()
at com.jeroenwijering.player::Player()

Hi Molocco,

We really don't support this, in part because it's impossible to tell what could be causing the issue.

I would recommend using the debug player and stepping through the code to figure out what's not set.

ok, I'm just put:

<mx:SWFLoader source="./player.swf?file=video.flv" />

With the old version works, but it doesn't with the new one.

I'll try the debug player.

Greetings and thanks

Just FYI: the last working version is: 4.5.230 using the same code (I've downloaded all the tags).

same problem here too. 4.5 is working 4.6 not....

Are you embedding this in another Flash application?

same issue, tried 4.5 and it didn't work as well.

using sample code and a fresh copy in the same version

@molocco

I can confirm this. All versions up the 4.5.230 do the described problem.

King regards,
Dennis

Hi, all. Just to reiterate here, the player isn't designed to be loaded in the context of a Flex application; it expects to be the only thing running in the Flash stage.