AS3 Error embed Object2VR SWF in Flash for IOS

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
janM
Posts: 1
Joined: Wed Feb 18, 2015 3:43 pm

Hi,

i have no idea how to run this on my IOS device. I have a single row object SWF created with Object2VR. I need to embed this into my existing Flash CC project and use this code:

var _urlRequest:URLRequest = new URLRequest("test360.swf");
var _loader:Loader = new Loader();
_loader.load(_urlRequest);

This works fine with my local SWF but i get the following error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at ObjectPlayer/updateContextMenu()
at ObjectPlayer()

What is wrong?
Post Reply