Google Groups Home
Help | Sign in
Crossdomain.xml or other solution
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Allard Plaggenborg  
View profile
 More options Aug 29 2007, 6:07 am
From: "Allard Plaggenborg" <alla...@gmail.com>
Date: Wed, 29 Aug 2007 13:07:44 +0300
Local: Wed, Aug 29 2007 6:07 am
Subject: Crossdomain.xml or other solution

Is there already anything cleat about any crossdomain.xml support for Flash
developers? Or other solution? Still have a great hope that this will be
supported

Thnx,

Allard


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stuart Bosley  
View profile
 More options Aug 29 2007, 9:10 am
From: "Stuart Bosley" <iamtheantir...@gmail.com>
Date: Wed, 29 Aug 2007 07:10:07 -0600
Local: Wed, Aug 29 2007 9:10 am
Subject: Re: Crossdomain.xml or other solution

I tried to convince them to look at the shim.swf solution but to no avail. I
think they are correct to not use an open crossdomain.xml.

There is the proxy approach:

I downloaded the PHP from the web and it just worked

I take no credit for this code the coder was from:
http://xmlrpcflash.mattism.com/proxy_info.php

The flash code is very simple:

System.security.allowDomain("*");
var myXML:XML;
var myXMLurl:String;
function albumbXMLmanager(myXMLURLS:String) {
 // I know picasa has an restrictive crossdomain.xml
 myXMLurl = "http://www.swiftaction.co.uk/php/GetVarsAndProxy.php?<http://www.swiftaction.co.uk/php/GetVarsAndProxy.php?"+myXMLURLS>
"+myXMLURLS<http://www.swiftaction.co.uk/php/GetVarsAndProxy.php?url=http://picas...>
;
 myXML = new XML();
 myXML.ignoreWhite = true;
 myXML.onLoad = function(success:Boolean) {
  xmlLoaded(success);
 };
 myXML.load(myXMLurl);

}

function xmlLoaded(mySuccess:Boolean) {
 myNewXML.text = myXML;
}

albumbXMLmanager("*url=
http://picasaweb.google.com/data/feed/base/user/YOURuesrNAME?kind=alb...
*";);

So as you can see with the variable myXMLurl value I pass to the server side
PHP the path to the feed I require.
No crossdomain policy needed.

On 8/29/07, Allard Plaggenborg <alla...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Allard Plaggenborg  
View profile
 More options Aug 30 2007, 3:56 am
From: "Allard Plaggenborg" <alla...@gmail.com>
Date: Thu, 30 Aug 2007 10:56:43 +0300
Local: Thurs, Aug 30 2007 3:56 am
Subject: Re: Crossdomain.xml or other solution

Thnx Stuart,

In a way i'm doing the same now.. I copy the feed to local with
file_get_contents() ... But i'll have a look at this.. must be faster...

Grts!

On 8/29/07, Stuart Bosley <iamtheantir...@gmail.com> wrote:

--
doingz | 2d 3d multimedia design
i...@doingz.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stuart Bosley  
View profile
 More options Aug 30 2007, 10:13 am
From: "Stuart Bosley" <iamtheantir...@gmail.com>
Date: Thu, 30 Aug 2007 08:13:26 -0600
Local: Thurs, Aug 30 2007 10:13 am
Subject: Re: Crossdomain.xml or other solution

Glad I could help. Let me know if this does what you need.

On 8/30/07, Allard Plaggenborg <alla...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stuart Bosley  
View profile
 More options Aug 30 2007, 6:14 pm
From: "Stuart Bosley" <iamtheantir...@gmail.com>
Date: Thu, 30 Aug 2007 16:14:05 -0600
Local: Thurs, Aug 30 2007 6:14 pm
Subject: Re: Crossdomain.xml or other solution

A quick tip for you:

*image max size*
Loading an image into flash within a browser requires you to have
"?imgmax=800" appended to the image URL. This is not required for FireFox or
Netscape but the size is limited on all other browsers. As developers
generally test in FireFox first or locally on their PC/Mac this issue is
likely to go unnoticed until the end of the development cycle.

Try this link in both IE and FireFox to see what I mean:
http://www.swiftaction.co.uk/picasa1/
PS: This is an incomplete project but the screen re-size and scale works
well.

All the best
   Stuart

On 8/30/07, Stuart Bosley <iamtheantir...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google