[Flashcoders] blogger with flash

2005-11-13 Thread Patrick Matte
Hi, i have made a flash 7 blog that uses blogger's xml output. It works perfectly when i test locally. But when i access the file from website, the xml object never returns success... Maybe its a cross-domain problem with flash ? The xml comes form http://anniegroovie.blogspot.com/atom.xml

Re: [Flashcoders] blogger with flash

2005-11-13 Thread JesterXL
Is your .swf on anniegroovie.blogspot.com? - Original Message - From: Patrick Matte [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, November 13, 2005 10:30 PM Subject: [Flashcoders] blogger with flash Hi, i have made a flash 7 blog

Re: [Flashcoders] blogger with flash

2005-11-13 Thread Patrick Matte
with flash Is your .swf on anniegroovie.blogspot.com? - Original Message - From: Patrick Matte [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, November 13, 2005 10:30 PM Subject: [Flashcoders] blogger with flash Hi, i have made a flash 7

Re: [Flashcoders] blogger with flash

2005-11-13 Thread JesterXL
PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, November 13, 2005 10:35 PM Subject: Re: [Flashcoders] blogger with flash No my swf is on another server! But i thought flash could read files from other servers. - Original Message - From: JesterXL

Re: [Flashcoders] blogger with flash

2005-11-13 Thread Patrick Matte
Thanks, that sounds good ! I'll try this right away ! - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, November 13, 2005 10:43 PM Subject: Re: [Flashcoders] blogger with flash Nope, this is part

Re: [Flashcoders] blogger with flash

2005-11-13 Thread Patrick Matte
Subject: Re: [Flashcoders] blogger with flash Nope, this is part of the security sandbox since Flash 5. You will need either: - the swf to reside on anniegroove.blogspot.com - a shim.swf to reside on the above domain that merely says System.allowDomain(*); - a crossdomain.xml file to reside

Re: [Flashcoders] blogger with flash

2005-11-13 Thread JesterXL
, November 13, 2005 11:08 PM Subject: Re: [Flashcoders] blogger with flash I tried that bit of php code but couldn't resolved anything. The Loadvars returns the XML=onLoad=%5Btype%20Function%5D - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] blogger with flash

2005-11-13 Thread Patrick Matte
, November 13, 2005 11:24 PM Subject: Re: [Flashcoders] blogger with flash If the XML file isn't gzipped, I'm not sure what that would return. Are you uploading that PHP file to your server and doing something like: lv = new LoadVars(); lv.owner = this; lv.filepath = http://anniegroovie.blogspot.com

Re: [Flashcoders] blogger with flash

2005-11-13 Thread eric dolecki
: [Flashcoders] blogger with flash I tried that bit of php code but couldn't resolved anything. The Loadvars returns the XML=onLoad=%5Btype%20Function%5D - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, November

Re: [Flashcoders] blogger with flash

2005-11-13 Thread JesterXL
@chattyfig.figleaf.com Sent: Sunday, November 13, 2005 11:47 PM Subject: Re: [Flashcoders] blogger with flash why LoadVars? Just do a XML load of a proxy file which will in turn return your XML? http://www.ericd.net/weather_tutorial/security.html Thats the flavor of proxy that I like to use. On 11/13/05, JesterXL

Re: [Flashcoders] blogger with flash

2005-11-13 Thread Patrick Matte
this is awesome thanks ! - Original Message - From: eric dolecki [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, November 13, 2005 11:47 PM Subject: Re: [Flashcoders] blogger with flash why LoadVars? Just do a XML load of a proxy file