Page 1 of 1
flash player 11 breaks multi upload
Posted: 2011-10-14 14:59
by mrhankey
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
Re: flash player 11 breaks multi upload
Posted: 2011-10-15 10:04
by Fred
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.
Re: flash player 11 breaks multi upload
Posted: 2012-06-14 12:46
by macJack
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