kamalshah20 Report post Posted January 13, 2009 I am serving the swf files from my web server with the URL: http://192.168.1.1/Charts My app serves requests using a URL like: http://192.168.1.1:9999/cgi-bin/WebObjects/AppName.woa/wa/getData?name=test Will this work? I understand that the real time data dataStreamURL will have to be in the same domain. Does the above qualify as the same domain? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 13, 2009 Hi, Yes these are in the same domain, but in different port. Also link (http://192.168.1.1:9999/cgi-bin/WebObjects/AppName.woa/wa/getData?name=test) won't work due to restrictions (XSS security). Share this post Link to post Share on other sites