|
Site Admin |
|
Joined: 1. Aug 2005, 12:53 Posts: 11232
|
most likley it's this problem:
This happens because you have enabled an Apache module named mod_security on your server which blocks the headers sent by Flash.
To fix this problem you have two options:
1. Disable the mod_security firewall module in Apache and use a dedicated firewall on your server.
2. In the site root add a .htaccess file containing the following lines:
SecFilterEngine Off
SecFilterScanPOST Off
I have provided a .htaccess file for this purpose - please put this in the directory of the flash!
Please tell me if it work then!
/Michael
|
|