Yes, this would need to be configured for every machine where you
intend to run the local swf.  If you have some sort of install script,
you could create a FlashPlayerTrust configuration file to set the
trusted paths (the link in my previous email has details on where that
needs to go, etc).

-- Vishal

On 8/9/06, jcanistrum <[EMAIL PROTECTED]> wrote:
I´m reading but I fell I´m going to have problems since I´d like to have and
app running as an .exe in the desktop loading these banners inside and the
way it was shown there the settings would have to be set for each manchine
the runs, is that true ?

2006/8/9, Vishal Kapur <[EMAIL PROTECTED]>:
>
> crossdomain.xml is not used when loading one swf into another.  Have
> you added the path to your local swf to the Global Settings manager as
> a trusted local swf?  See:
> http://www.adobe.com/devnet/flash/articles/fplayer8_security_04.html
> for details.
>
> -- Vishal
>
> On 8/9/06, jcanistrum <[EMAIL PROTECTED]> wrote:
> > hi All,
> >
> > I´m new to security domain questions
> >
> > I´doing an small test to load content into one loader component, the
> test is
> > runnig in a local machine but try to load an swf from my web site
> > http://www.mvirtual.com.br/flashker/banners/banner0.swf'
> >
> > if you try in the browser it loads fine
> >
> > in web site folder where it resides I have
> >
> > *<?xml version="1.0" ?>
> > - <cross-domain-policy>
> > <allow-access-from domain="*" />
> > </cross-domain-policy>*
> >
> > the action actioscript for the test is
> >
> > *System.security.allowDomain( "*" );
> >
> > myBt.onRelease = function ()
> > {
> > bannerLoader.contentPath = "
> > http://www.mvirtual.com.br/flashker/banners/banner0.swf";;
> > };*
> >
> > and I get the error
> >
> > **** Security Sandbox Violation ***
> > SecurityDomain 'http://www.mvirtual.com.br/flashker/banners/banner0.swf'
> >
> > tried to access incompatible context 'file:///XXXXXXX/bannerTest.swf'*
> >
> > What am I doing wrong ?
> >
> > I´m getting confused about the security settings in the local file which
> > tries to load the web content versus those ones in web to be loaded.
> >
> > thanks in advance for any help, ideas, directions
> >
> > --
> > João Carlos
> > _______________________________________________
> > 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
>



--
João Carlos
_______________________________________________
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