I am having a problem with a flash movie that is on our domain. It makes its
flashgateway calls to another server.
In other words. http://www.ourdomain.com/movie.swf calls the gateway of
http://123.456.789.10/flashservices/gateway.
For some reason it does not work.
Now it you use internal IPs it works. Example: http://192.168.2.218/movie.swf
calls the gateway of http://192.168.2.224/flashservices/gateway.
Another funny thing if we move the flash move from our domain directly onto
the gateway server it works. Then move it back to our domain server it does
not.
They are both running coldfusion, we just wanted to load balance.
Any ideas. Thanks
derobinson - 30 Jun 2006 20:25 GMT
Have you tried creating a crossdomain.xml file on the gateway server? See LiveDocs here for more info:
http://livedocs.macromedia.com/flash/8/main/00001621.html
Good luck!
SincityViper - 05 Jul 2006 16:59 GMT
This worked thanks. I had tried putting it on the Main server before never thought about the gateway server.
I will now let me hair go out.