Pano VR doesnt load on Browser

Using Pano2VR/Object2VR SWF files with your own Flash projects
Post Reply
giloosh
Posts: 9
Joined: Tue Jul 13, 2010 9:26 pm

When I load a pano vr through actionscript (as3) it works fine as a .exe projector or .swf file, but when I embed the .swf into an html file and try to open it in a browser (firefox or ie) it doesnt show the pano. The compass loads, and all of the other pano vr overlays, but the actual pano doesn't show up. All I see is the background color of the stage along with the pano overlays.
Heres the code:

Code: Select all

var loader:Loader;
loader = new Loader();
var url:String = "vrs/panovr.swf";
var urlReq:URLRequest = new URLRequest(url);

loader.load(urlReq);
vr.addChild(loader); // add your swf directly to the stage
Any help please?
Thanks
allanjjj
Posts: 2
Joined: Wed Aug 18, 2010 3:57 am

I got this problem ,too. Anyone hlep?
Post Reply