The Flash security policy is to only allow requests to the same server
the swf was loaded from. HTML5 apps have the same limitation.
You can work around this in Flash by placing a security policy file at
the root of your web server. More on this here:
http://www.adobe.com/devnet/flash/articles/fplayer_security.html
We work around these issues by including an HTTP proxy in the LPS. That
proxy is only used for proxied applications. I hope this clarifies the
issue!
On 11/18/10 12:39 PM, Founder wrote:
Hi,
My App is to get one official RSS feed and then also 2 personal xml
files to load. Apart from it it loads pictures on a different server
in any setting without trouble:
<view align="left" resource="http://Server.png" valign="top" />
Dataset init:
<dataset name="rt" request="true"
src="http://Server2/ranking.xml"/>
Viewing it with:
<text fgcolor="#303030" datapath="rt:/data/item/detail/text()"/>
in Flash8 the RSS feed does not work.
In dhtml rather the other way round.
I feel it has something to do with the proxied setting since when I develop it
locally in the Tomcat Server via .lzx extension, all works just fine.
Debugging says in flash8 security setting for flash does not allow sort of
getting the
files?! Well it does the pix and the other other xml files?!
Any insights?!?!
Best,
Duke2010
PS: Where again do I find plugins so that I can use my editor to understand the
lzx markup?
I run Linux.