1
vote
Serving raw swf files displays in Firefox but not in IE
Like MatthieuP said; try comparing the response headers. Beware that recent versions of the flash player chokes on the
Content-disposition: attachment
header.
…
1
vote
Are SWX Data files modifiable by Client code?
You would have to read SWX files on the server side. This would propably be quite hard to do, and not very practical.
You might consider storing your data in a database instead (for instan …
