> Glad I could help. Let me know if this does what you need.
> On 8/30/07, Allard Plaggenborg <alla...@gmail.com> wrote:
> > 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:
> > > 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?url=http://picas...>
> > > http://www.swiftaction.co.uk/php/GetVarsAndProxy.php?<http://www.swiftaction.co.uk/php/GetVarsAndProxy.php?%22+myXMLURLS>"+myXMLURLS;
> > > 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:
> > > > 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
> > --
> > doingz | 2d 3d multimedia design
> > i...@doingz.com