Error #1009 issue

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
AreBee
Posts: 4
Joined: Sun Apr 11, 2010 4:11 pm

Dear all,

I have been experiencing a problem with loading a Pano2VR pano into a Flash website I am building. I have used the AS3 code in the Wiki (I am using Flash Player 10) and can successfully load a pano and display it. However, the following error pops up when I test/Publish the movie:

init panorama player...
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at PanoCube/init()

In trying to resolve the error I have progressively stripped away code and have found that even the following bare minimum code generates the error:

loadVImage();

function loadVImage():void {
//load one image
var VImageLoader = new Loader();
var VImageURLReq:URLRequest=new URLRequest("Virtual/Images/Image_001.swf");
VImageLoader.load(VImageURLReq);
}

Can anyone please help? This is the very last issue to resolve before launching my website and I would be so grateful to anyone that can help me out.

Kind regards,

Robbie
AreBee
Posts: 4
Joined: Sun Apr 11, 2010 4:11 pm

Anybody?

Can anyone please at least confirm they also get an error with the code snippet I posted?
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Sorry, I don’t use flash and can not help.
Hopefully some one will answer soon.
Regards
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply