Hi Steven,

It was a pleasure chatting with you yesterday. We feel that your background
is potentially suitable for our ActionScript programmer position. At this
point, we are in the initial phone conversation phase with candidates and
should have more information on who we will continue through the process in
about 2 weeks time. I will contact you if we decide to move forward.

Thanks again,
Kathy




On Fri, Jan 15, 2010 at 12:47 PM, Steven Loe <[email protected]>wrote:

> Just wanted to post back that this is solved, so that it may help someone
> else:
>
> I found that I had to load both of the policy files over https in order to
> make the crossdomain policy take effect.
>
> First line of the document class' constructor:
> Security.loadPolicyFile('https://stage.example.com/crossdomain.xml'<https://stage.example.com/crossdomain.xml%27>
> );
> Security.loadPolicyFile('https://stage.example.com/game/crossdomain.xml'<https://stage.example.com/game/crossdomain.xml%27>
> );
>
> Happy OK message in my policyfiles.txt log:
> OK: Request for resource at https://stage.example.com/game/direct_paymentby 
> requestor from
> http://stage.example.com/media/swf/game.swf is permitted due to policy
> file at https://stage.example.com/game/crossdomain.xml
>
> Crossdomain.xml files and web service paths are as below:
>
> Thanks!
>
> Now that this is working, I can play with getting rid of the '*'
>
>
> > > The swf is loaded via http at
> http://stage.example.com/media/swf/game.swf
> > > The credit card data is Loaded/sent via https at
> https://stage.example.com/game/direct_payment
> > > Policy File 1 is here: http://stage.example.com/crossdomain.xml
> > > Policy file 2 is here: http://stage.example.com/game/crossdomain.xml:
> > >
> > > Policy File 1:
> > > <?xml version="1.0" encoding="utf-8"?>
> > > <!DOCTYPE cross-domain-policy
> > >   SYSTEM 'http://www.adobe.com/xml/dtds/cross-domain-policy.dtd'>
> > > <cross-domain-policy>
> > >     <site-control
> > permitted-cross-domain-policies="all"/>
> > >     <allow-access-from
> > domain="*"/>
> > > </cross-domain-policy>
> > >
> > > Policy file 2:
> > > <?xml version="1.0" encoding="utf-8"?>
> > > <!DOCTYPE cross-domain-policy
> > >   SYSTEM 'http://www.adobe.com/xml/dtds/cross-domain-policy.dtd'>
> > > <cross-domain-policy>
> > >     <allow-access-from
> > domain="*.example.com" secure="false"/>
> > > </cross-domain-policy>
>
>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to