does anyone have a fix of has the site got plans to upload a fix for the latest flash player breaking multi upload?
thanks again
flash player 11 breaks multi upload
Re: flash player 11 breaks multi upload
I seem to remember there was a similar issue on a previous occasion.
This it was to do with the "maximum" flash version number being hard coded into a file somewhere.
Was looking at the interakt site but cant find it.
This it was to do with the "maximum" flash version number being hard coded into a file somewhere.
Was looking at the interakt site but cant find it.
Re: flash player 11 breaks multi upload
In the folder includes/tng/pub filename flashembed.js find the line saying "if ((version.major == 8 || version.major == 9 || version.major == 10) && protocol.. etc." and change it into "if ((version.major == 9 || version.major == 10 || version.major == 11) && protocol... etc"
The numbers represent flash versions. Since present version is 11 you may want to change it in 10, 11 and 12
The numbers represent flash versions. Since present version is 11 you may want to change it in 10, 11 and 12