Another issue links to GALL-42.
Since fix of encoding issue RUNTIME-2396, the URL of audio or video galleries do not work.
The given URLs are decoded once by flash player.
To fix it,
- we need to encode once more the first URL with which the player is initialized
- for the links to play others video/audio files, href="javascript:playAudio..." should be replaced by onclick="playAudio_..."