How to use or load flash file exists on different server

96 views Asked by At

I want to use flash file stored on another server or repository. I am using below code in xsl to add flash file.

https://www.***.com/docs/swf/Spreadsheet.swf

The problem is I am unabele to create swfObject because that flash file is not getting loaded properly on browser. My xslt application is on another server which is trying to access .swf file using above code. I guess there might be domain related issue. I read somewhere about cross domain.xml file. Is it really required in above scenario? If yes then where to keep that cross domain.xml file? The flash file that I want to access is on another repository which is not on any web server. So can anyone provide me solutions on this?

0

There are 0 answers