Ticket #460 (closed defect: fixed)
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:
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));

Additional info can be found here: http://help.adobe.com/en_US/as3/dev/WSd75bf4610ec9e22f43855da312214da1d8f-8000.html