Re: [Flashcoders] crossdomain policy requests

2009-03-19 Thread Joel Stransky
I think you could have used 1 policy up through flashplayer v6. After that they changed the sandbox to consider sub-domains separate domains. I'm guessing that's true for ports too. I'd be interested to hear if you figure it out. On Thu, Mar 19, 2009 at 7:51 AM, Glen Pike wrote: > Hi, > > I hav

[Flashcoders] crossdomain policy requests

2009-03-19 Thread Glen Pike
Hi, I have a flash app running from a standalone player in Linux that requests files from a webserver connection on localhost:80 and also connects to a socket on localhost:3000 Both of these connections require a crossdomain policy file "implementation" one in the webroot and one pushe

Re: [Flashcoders] Crossdomain problems

2007-05-30 Thread R�kos Attila
If your swf to be loaded is located at different domain than the swf, which loads it, then you have no access to the properties, functions, etc. of the loadee from the loader (by default). To allow access to internals of the loadee, call security.allowDomain() in it with the domain name of the loa

RE: [Flashcoders] Crossdomain problems

2007-05-30 Thread Daniel Portilla Heras
[mailto:[EMAIL PROTECTED] Enviado el: miércoles, 30 de mayo de 2007 16:51 Para: flashcoders@chattyfig.figleaf.com Asunto: [Flashcoders] Crossdomain problems Hi list! I'm a developer on the Floorplanner team (check www.floorplanner.com) and I ran into some crossdomain issues. All the furnitu

RE: [Flashcoders] Crossdomain problems

2007-05-30 Thread Tom Gooding
could even do System.security.allowDomain("*"); Hope this helps Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert-Jan van der Wel Sent: 30 May 2007 15:51 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Crossdomain pro

Re: [Flashcoders] Crossdomain problems

2007-05-30 Thread Gert-Jan van der Wel
m: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert-Jan van der Wel Sent: 30 May 2007 15:51 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Crossdomain problems Hi list! I'm a developer on the Floorplanner team (check www.floorplanner.com) and I ran into some cross

RE: [Flashcoders] Crossdomain problems

2007-05-30 Thread Tom Gooding
007 15:51 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Crossdomain problems Hi list! I'm a developer on the Floorplanner team (check www.floorplanner.com) and I ran into some crossdomain issues. All the furniture elements are separate swf's which are loaded in one by one. For the

[Flashcoders] Crossdomain problems

2007-05-30 Thread Gert-Jan van der Wel
Hi list! I'm a developer on the Floorplanner team (check www.floorplanner.com) and I ran into some crossdomain issues. All the furniture elements are separate swf's which are loaded in one by one. For the sake of scalability we are thinking about moving all the furniture swf's to the Amazon S3 s

Re: [Flashcoders] CrossDomain and Forms

2007-05-01 Thread Jason Rayles
mut Granda" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, May 01, 2007 4:49 PM Subject: [Flashcoders] CrossDomain and Forms Is there anyway to go around the crossdomain for testing purposes besides testing locally (from flash IDE)? final files will be at For

Re: [Flashcoders] CrossDomain and Forms

2007-05-01 Thread Helmut Granda
On 5/1/07, Robert Brisita <[EMAIL PROTECTED]> wrote: The crossdomain.xml has to be on the server with the data you want to access. That is what I was afraid of :( and the server where the data I want to access is in the client's hands. Thanks for the confirmation. You could also you LocalC

Re: [Flashcoders] CrossDomain and Forms

2007-05-01 Thread Robert Brisita
The crossdomain.xml has to be on the server with the data you want to access. You could also you LocalConnection to get around it. Helmut Granda wrote: but the crossdomain.xml has to be in the client's machine not on my testing server. is that correct? On 5/1/07, Robert Brisita <[EMAIL PROTEC

Re: [Flashcoders] CrossDomain and Forms

2007-05-01 Thread Helmut Granda
but the crossdomain.xml has to be in the client's machine not on my testing server. is that correct? On 5/1/07, Robert Brisita <[EMAIL PROTECTED]> wrote: Search for an example of a crossdomain.xml, which would sit on the root directory of your website. Hope this helps, Rob. Helmut Granda wrot

Re: [Flashcoders] CrossDomain and Forms

2007-05-01 Thread Robert Brisita
Search for an example of a crossdomain.xml, which would sit on the root directory of your website. Hope this helps, Rob. Helmut Granda wrote: Is there anyway to go around the crossdomain for testing purposes besides testing locally (from flash IDE)? final files will be at Form: subdomain.zzz

[Flashcoders] CrossDomain and Forms

2007-05-01 Thread Helmut Granda
Is there anyway to go around the crossdomain for testing purposes besides testing locally (from flash IDE)? final files will be at Form: subdomain.zzz.com Processing form: differentsubdomain.zzz.com Testing is being done at yyy.com and of course me being at yyy.com dont have access tot xxx.co

[Flashcoders] Crossdomain Syntax Highlighter

2007-04-04 Thread Ivan Dembicki
Hello, I'm working on the Syntax Highlighter pilot project. I want to offer it as a part of Google Code Search service or as a parallel separate service, so I sent a few mails to Google team; absolutely no feedback followed. May be someone among flashcoders has a contact in Google, so he could ret

[Flashcoders] Crossdomain for president

2007-03-03 Thread John Crosby
Mick - We are using the server-side solution currently, but in the situation of a distributed application or breeze pod, we'd like to be able to talk directly to the Yahoo! service and not have to carry the burden of the service "proxy" through our server. Jah - I would imagine when offering

Re: [Flashcoders] Crossdomain for president

2007-03-02 Thread Mick G
All you need is any server-side language (There are links on that page for PHP, CFM, ASP and JSP) All you do is create a file eg. yahooxml.php In this PHP file you put: http://www.yahoo.com/xmlfeed.xml";; //note that this will not follow redirects readfile($dataURL); ?> From your flash file o

Re: [Flashcoders] Crossdomain for president

2007-03-02 Thread Mick G
Have you thought about using the server-side proxy method? I've used this to load Yahoo XML into flash modules. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520 On 3/2/07, John Crosby <[EMAIL PROTECTED]> wrote: Howdy all, Wouldn't it be nice if Yahoo starts adding crossdo

Re: [Flashcoders] Crossdomain for president

2007-03-02 Thread Jah
that would require them to know the domains that they are allowing, which is somewhat impossible... no? On 3/2/07, John Crosby <[EMAIL PROTECTED]> wrote: Howdy all, Wouldn't it be nice if Yahoo starts adding crossdomain.xml files to their public services such as weather and del.icio.us so tha

[Flashcoders] Crossdomain for president

2007-03-02 Thread John Crosby
Howdy all, Wouldn't it be nice if Yahoo starts adding crossdomain.xml files to their public services such as weather and del.icio.us so that we RIA developers could easily and natively write apps against them? If you feel the same as me, put in your vote: http://suggestions.yahoo.com/de

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Thomas Fowler
Whoops... didn't see the part about Flash 6. Yup, Security.allowDomain will be the answer... - Original Message - From: "Mick G" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, January 16, 2007 5:44 PM Subject: Re: [Flashcoders] cros

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Mick G
ile doesn't exist on one or more machines in the cluster? - Original Message - From: "Perdue, Blake" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, January 16, 2007 4:01 PM Subject: RE: [Flashcoders] crossdomain issues -- do they exist? I adde

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Thomas Fowler
uot; 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Fowler S

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
I added it after David's email -- it didn't work with or without it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Fowler Sent: Tuesday, January 16, 2007 4:51 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] crossdomain is

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Thomas Fowler
t" 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: [EMAIL PROTECTED] [mailto:[EMAI

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
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 - David Brunswick Senior Multimedia Developer/OLP Administrator FedEx Customer Information Service

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread David Brunswick
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
/t1_tall_v6.swf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perdue, Blake Sent: Tuesday, January 16, 2007 4:03 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] crossdomain issues -- do they exist? We want to have this scenario for a

[Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
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

Re: [Flashcoders] crossdomain

2006-08-10 Thread Kenneth Kawamoto
On 8/9/06, jcanistrum http://chattyfig.figleaf.com/mailman/listinfo/flashcoders>> 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 hav

Re: [Flashcoders] crossdomain

2006-08-09 Thread Vishal Kapur
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). -- V

Re: [Flashcoders] crossdomain

2006-08-09 Thread jcanistrum
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]>:

Re: [Flashcoders] crossdomain

2006-08-09 Thread Vishal Kapur
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 PROTECT

[Flashcoders] crossdomain

2006-08-09 Thread jcanistrum
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 si

Re: [Flashcoders] Crossdomain data exchange

2005-12-16 Thread Roman Blöth
Chris Hill schrieb: I'd say your best bet is to use Charles to debug the interaction to make sure that the domains that you're calling are doing what you expect: Charles: http://www.xk72.com/charles/index.php Tutorial (shameless self-plug) http://ubergeek.tv/article.php?pid=92 Record the sess

Re: [Flashcoders] Crossdomain data exchange

2005-12-15 Thread Chris Hill
I'd say your best bet is to use Charles to debug the interaction to make sure that the domains that you're calling are doing what you expect: Charles: http://www.xk72.com/charles/index.php Tutorial (shameless self-plug) http://ubergeek.tv/article.php?pid=92 Record the session, and you can usua

[Flashcoders] Crossdomain data exchange

2005-12-15 Thread Roman Blöth
Hello flashcoders, this thing is driving me mad... My swf (published for flash player 7 under Flash MX) just can't load data from another domain. In our intranet the computers all have fully qualified domain names. On "main.ourweb.net" the swf is running (embedded in a HTML page, of course)