I recently updated to JFU 2.14.3.
After that some browsers did not display the flash component at all, but an error message stating that it needs at least flash 8 and that you should update your browser.
The problem is, these browsers are the most up to date version and have flash versions 10 or higher installed. Javascript and cookies are allowed as well; I could trace the problem down to this javascript include in the front-end:
Code:
<script type="text/javascript" src="/administrator/components/com_jfuploader/tfu/swfobject.js"></script>
That will load the flash embed object code from the administrator-path. We did forbid access to anything under /administrator with .htaccess for security reasons. Now I have made an exception to the tfu-folder so that clients can load the javascript and it works.
Can you move that swfobject.js out of the administrator tree into the normal /components where can be accessed without problems?
Thanks in advance,
Lars