Can we change the following in a flash tour?

Q&A about the latest versions
Post Reply
panovrlover
Posts: 157
Joined: Thu Sep 17, 2009 7:39 pm

Hi,

One of our clients is asking the following as they want to build the flash tour we produced into an Adobe Air application:

There is probably the following code in panorama:

Security.allowDomain("*");

This is good for the web, but throws an error when loaded in AIR, so if they could do the following and recompile, it would be great:

try {
Security.allowDomain("*");
}catch (e)
{
// maybe log an error here
};


Any ideas?

Many thanks.
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

That's way over my head.... maybe someone else can answer this.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
panovrlover
Posts: 157
Joined: Thu Sep 17, 2009 7:39 pm

Just bumping this in the hope a MOD will have any ideas?
User avatar
JimWatters
Posts: 329
Joined: Thu Oct 07, 2010 6:16 pm
Location: Saint John, New Brunswick
Contact:

Was the Flash tour created with the option on the Advanced Settings tab, Locks | Enable domain lock, enabled?
panovrlover
Posts: 157
Joined: Thu Sep 17, 2009 7:39 pm

No, we don't domain lock any of our tours.
Post Reply