[flexcoders] Desperate Help! crossdomain.xml

2009-02-18 Thread Wally Kolcz
I have a site (http://www2.med.umich.edu/prmc/af/) that had an old 
crossdomain.xml file that worked fine until FP10. It works fine when visiting 
from that URL since it on the same server, however, we also have this domain 
(http://www.victorsvaliant.org/af/) pointing to it also and I get a security 
error when the video is played. How can I modifiy my crossdomain.xml file to 
allow for both? Here is my current. I need to have this done today since the 
new URL went public. Thanks!

?xml version=1.0?
!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 /
/cross-domain-policy



Re: [flexcoders] Desperate Help! crossdomain.xml

2009-02-18 Thread Jeffry Houser


Does this help? 


http://www.jeffryhouser.com/index.cfm/2008/8/12/Fixing-your-CrossDomainxml-File

Or the source article:
http://www.adobe.com/go/strict_policy_files

Wally Kolcz wrote:
I have a site (http://www2.med.umich.edu/prmc/af/) that had an old 
crossdomain.xml file that worked fine until FP10. It works fine when 
visiting from that URL since it on the same server, however, we also 
have this domain (http://www.victorsvaliant.org/af/) pointing to it 
also and I get a security error when the video is played. How can I 
modifiy my crossdomain.xml file to allow for both? Here is my current. 
I need to have this done today since the new URL went public. Thanks!


?xml version=1.0?
!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 /
/cross-domain-policy





--
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert: http://tinyurl.com/684b5h
http://www.twitter.com/reboog711  | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust



RE: [flexcoders] Desperate Help! crossdomain.xml

2009-02-18 Thread Tracy Spratt
You are missing the most important part:

allow-access-from domain=* to-ports=*/

 

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Wally Kolcz
Sent: Wednesday, February 18, 2009 10:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Desperate Help! crossdomain.xml

 

I have a site (http://www2.med.umich.edu/prmc/af/) that had an old
crossdomain.xml file that worked fine until FP10. It works fine when
visiting from that URL since it on the same server, however, we also
have this domain (http://www.victorsvaliant.org/af/) pointing to it also
and I get a security error when the video is played. How can I modifiy
my crossdomain.xml file to allow for both? Here is my current. I need to
have this done today since the new URL went public. Thanks!

?xml version=1.0?
!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 /
/cross-domain-policy