flash player 11 breaks multi upload

Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
mrhankey
Posts: 45
Joined: 2010-07-31 18:20

flash player 11 breaks multi upload

Post by mrhankey » 2011-10-14 14:59

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

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: flash player 11 breaks multi upload

Post by Fred » 2011-10-15 10:04

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.

macJack
Posts: 14
Joined: 2012-06-14 12:26

Re: flash player 11 breaks multi upload

Post by macJack » 2012-06-14 12:46

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

Post Reply