1 msginfrared or bluetooth
1 msgRe : components in flash
6 msg>> combobox
1 msgSpecial Behavior with text
3 msgRestoring class from .aso
5 msgLoading .html as a String variable
2 msgremoting components / jsp

crossdomain issues -- do they exist?
\ Perdue, Blake (16 Jan 2007)
. \ Perdue, Blake (16 Jan 2007)
. . \ David Brunswick (16 Jan 2007)
. . . \ Perdue, Blake (16 Jan 2007)
. . . . \ Thomas Fowler (16 Jan 2007)
. . . . . \ Perdue, Blake (16 Jan 2007)
. . . . . . \ Thomas Fowler (16 Jan 2007)
. . . . . . . \ Mick G (16 Jan 2007)
. \ Thomas Fowler (17 Jan 2007)

1 msgRe: Flashcoders Digest, Vol 24, Issue 27
1 msgNeed help setting setMenuItemSelected in XML Me...
6 msgplayheadUpdate
2 msgLoading international language XML into Flash
9 msgoverwriting a class
2 msgRE: Re:[ Ticket #1043 ] What is Zocoloco.com an...
1 msgAnnouncement: FlexManiacs 2007 Conference Call ...
5 msgcomponents in flash
5 msgloadMovie in a duplicated movieclip
4 msgFwd: [ Ticket #1310 ] Re: Flash Tracer / FF2
2 msgMenuBar setMenuItemSelected problem.
7 msgflash movie don't load properly
Subject:Re: crossdomain issues -- do they exist?
Group:Flashcoders
From:Thomas Fowler
Date:17 Jan 2007


 
Whoops... didn't see the part about Flash 6. Yup, Security.allowDomain will
be the answer...

----- Original Message -----
From: "Mick G" <mixart>
To: "Flashcoders mailing list" <flashcoders>
Sent: Tuesday, January 16, 2007 5:44 PM
Subject: Re: [Flashcoders] crossdomain issues -- do they exist?

>I thought the crossdomain policy file wasn't supported in Flash player 6??
>
> You have to use:
> System.security.allowDomain
>
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213
>
> or if you have control of both servers, use a proxy file (or the shim
> method) to load the file on the external domain into the same domain as
> the
> SWF.
> See here...
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520
>
>
>
> On 1/16/07, Thomas Fowler <orangeflower> wrote:
>>
>> Is the server environment for sportsillustrated.cnn.com clustered/load
>> balanced? Maybe the crossdomain.xml file doesn't exist on one or more
>> machines in the cluster?
>>
>> ----- Original Message -----
>> From: "Perdue, Blake" <Blake.Perdue>
>> To: "Flashcoders mailing list" <flashcoders>
>> Sent: Tuesday, January 16, 2007 4:01 PM
>> Subject: RE: [Flashcoders] crossdomain issues -- do they exist?
>>
>> I added it after David's email -- it didn't work with or without it.
>>
>> -----Original Message-----
>> From: flashcoders-bounces
>> [mailto:flashcoders-bounces] On Behalf Of Thomas
>> Fowler
>> Sent: Tuesday, January 16, 2007 4:51 PM
>> To: Flashcoders mailing list
>> Subject: Re: [Flashcoders] crossdomain issues -- do they exist?
>>
>> You don't seem to be calling anything from the secure link on
>> i.a.cnn.net but your crossdomain.xml file has secure set to true for
>> that domain. Could that be the issue?
>>
>> ----- Original Message -----
>> From: "Perdue, Blake" <Blake.Perdue>
>> To: "Flashcoders mailing list" <flashcoders>
>> Sent: Tuesday, January 16, 2007 3:43 PM
>> Subject: RE: [Flashcoders] crossdomain issues -- do they exist?
>>
>> Hmm, we have that file in place, and I still get the error message:
>>
>> http://sportsillustrated.cnn.com/crossdomain.xml
>>
>>
>> -----Original Message-----
>> From: flashcoders-bounces
>> [mailto:flashcoders-bounces] On Behalf Of David
>> Brunswick
>> Sent: Tuesday, January 16, 2007 4:35 PM
>> To: 'Flashcoders mailing list'
>> Subject: RE: [Flashcoders] crossdomain issues -- do they exist?
>>
>> You need to have a crossdomain.xml file at the root of the server
>> hosting the swf
>>
>> The file looks like so
>>
>> <?xml version="1.0" ?>
>> <!DOCTYPE cross-domain-policy>
>> - <cross-domain-policy>
>> <allow-access-from domain="your domain" secure="true" />
>> </cross-domain-policy>
>>
>> David Brunswick
>> Senior Multimedia Developer/OLP Administrator FedEx Customer Information
>> Services Customer Service Organizational Learning
>> 901-434-6605
>>
>>
>> -----Original Message-----
>> From: flashcoders-bounces
>> [mailto:flashcoders-bounces] On Behalf Of Perdue,
>> Blake
>> Sent: Tuesday, January 16, 2007 3:22 PM
>> To: Flashcoders mailing list
>> Subject: RE: [Flashcoders] crossdomain issues -- do they exist?
>>
>> So, this is the error message I get in Flash 6. Is there anyway around
>> this issue?
>>
>> *** Security Sandbox Violation ***
>> Connection to
>> http://sportsillustrated.cnn.com/.element/swf/3.0/sect/MAIN/t1.xml?c=0.6
>> 83000534772873 halted - not permitted from
>> http://i.a.cnn.net/si/.element/swf/3.0/sect/MAIN/t1_tall_v6.swf
>>
>> -----Original Message-----
>> From: flashcoders-bounces
>> [mailto:flashcoders-bounces] On Behalf Of Perdue,
>> Blake
>> Sent: Tuesday, January 16, 2007 4:03 PM
>> To: flashcoders
>> Subject: [Flashcoders] crossdomain issues -- do they exist?
>>
>> We want to have this scenario for a homepage flash piece:
>>
>> - SWF is loaded off server A
>> - SWF loads an XML config file off of server B
>> - SWF loads images off of server C
>>
>> I have built this scenario and tested and it works fine. Some have said
>> that this will not work due to crossdomain issues with Flash Player 6.
>> Is this true? Does anyone know what these issues may be?
>> _______________________________________________
>> Flashcoders
>> 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
>> 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
>> 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
>> 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
>> 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
>> 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
>> 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
> 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
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


© 2004-2008 readlist.com