Ticket #460 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

SpotXChange VPAID ads throwing exception

Reported by: paul Owned by: paul
Priority: blocker Milestone: OVA for Flowplayer (v1.0.1)
Component: OVA for Flowplayer Version: OVA for Flowplayer (trunk)
Keywords: Cc:
Forum thread:

Description

SpotXChange VPAID ads throwing exception:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at com.skipit.sos.invite::Invite/seti18nText()
at com.skipit.sos.invite::Invite/i18nLoadHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

Something related to the Flowplayer security domain. Only seems to happen with Flowplayer. See forum post:

 http://www.longtailvideo.com/support/forums/open-video-ads/bug-reports/26816/actionscript-error-1009-using-spotxchange-vpaid-ad-tag

Change History

comment:2 Changed 13 months ago by paul

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

In RegionView.as, the following line has been replaced:

_contentLoader.load(urlReq, new LoaderContext(true, ApplicationDomain.currentDomain, SecurityDomain.currentDomain));

with

_contentLoader.load(urlReq, new LoaderContext(true, new ApplicationDomain(), SecurityDomain.currentDomain));

Note: See TracTickets for help on using tickets.