Flash and xml not working on Cakephp (solution)

I was having some problems with a flash file that requires an external xml file so it can render random data… Everything was working fine, except when it was in a cake app… long story short, I found this post about PHP Proxy Script for cross-domain requests  which had everything I needed. Just put the [...]