hey guys - i have a page that allows you to input your rss feed into a blank - autogenerates flash embed code.
you take that code and put it in your page on your own server
the code embeds a swf on a central server that reads the rss link in with flashvars and then hopefully shows your feed in the player on your own page.
this way people can put this embed on their pages - load the movie off the remote server while feeding it a flashvar with the rss link, thereby displaying the feed on their own site.
now - what crossdomain issue would keep that from happening? it works great off the same server - but gets stuck on “requesting data” when calling from server a to server b
help is appreciated - need this quick
i tried a crossdomain.xml that says:
<?xml version="1.0"?>
<!-- http://www.foo.com/crossdomain.xml -->
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
that allows any - but i was trying to throw it all at it.
also in my flash movie i added:
System.security.allowDomain("http://www.poorreflection.com")
</cross-domain-policy></cross-domain-policy></cross-domain-policy></cross-domain-policy>