Ticket #649 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Small playlist error when doing JS load

Reported by: jeroen Owned by: jeroen
Priority: Milestone: Flash 4.7
Component: Keywords:
Cc: Forum thread:

Description

TypeError: Error #1010: A term is undefined and has no properties.

at com.jeroenwijering.plugins::Playlist/itemHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at com.jeroenwijering.player::Controller/sendEvent() at com.jeroenwijering.player::Controller/playItem() at com.jeroenwijering.player::Controller/itemHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at com.jeroenwijering.player::View/sendEvent() at Function/ http://adobe.com/AS3/2006/builtin::apply() at flash.external::ExternalInterface$/_callIn() at <anonymous>() at flash.external::ExternalInterface$/_evalJS() at flash.external::ExternalInterface$/call() at com.jeroenwijering.player::View/forward() at com.jeroenwijering.player::View/setController() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at com.jeroenwijering.player::Controller/sendEvent() at com.jeroenwijering.player::Controller/playlistHandler() at com.jeroenwijering.player::Controller/loaderHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()

Change History

comment:1 Changed 3 years ago by jeroen

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by chaging line 154 in plugins/Playlist.as:

try { buttons[idx].c.gotoAndStop('active'); } catch (err:Error) {}

Note: See TracTickets for help on using tickets.