Use the System.security.allowDomain("www.loadfromthis.com"); inside your swf
at the top in frame 1. And have the crossdomain.xml file in the root of the
domain your are trying to load from.

//
<?xml version="1.0"?>
<cross-domain-policy>
  <allow-access-from domain="www.allowloadfromthis.com" />
  <allow-access-from domain=" allowloadfromthis.com" />
</cross-domain-policy>
//

That should do the trick :)
         
JBOY
www.nordicunit.com 

        
________________________________

-----Oprindelig meddelelse-----
Fra: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] På vegne af Smart, Steve
J. (US - Hermitage)
Sendt: 27. oktober 2006 03:15
Til: Flashcoders mailing list; Flashcoders@chattyfig.figleaf.com
Emne: RE: [Flashcoders] scrollPane :: issues

Sounds like a security issue with loading SWF files from a remote domain.

Try a search for allowdomains.xml

Sent by GoodLink (www.good.com)


 -----Original Message-----
From:   :: joshua [mailto:[EMAIL PROTECTED]
Sent:   Thursday, October 26, 2006 07:44 PM Central Standard Time
To:     Flashcoders@chattyfig.figleaf.com
Subject:        [Flashcoders] scrollPane :: issues

hey all.

having some issues with loading a swf into a scrollPane from a  
different domain. if swf lives locally it works fine.

my brain is shriveling...

cheers.

joshua forstot

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com 


This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of
any action based on it, is strictly prohibited. [v.E.1]
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to