Sounds on the timeline (keyframe sounds) not working in v19 or v20
I'm splitting this problem out from my previous post, as I had 2 problems, one of which is solved [short version, don't use the extra parameter in createjs.Sound.play("mySound") in v20]
The problem I still have: sounds on the timeline, added on a keyframe using the "Sound" section of the Properties panel, don't make a sound. They work fine in v18, but not in v19 or v20.
Current workaround is adding code to the keyframe that issues a CreateJs.Sound.play() command, and that works, but it seems like timeline sounds should work as they did in v18. I have an old project with tons of timeline sounds that I can't compile in v19 or v20, and it would be a lot of busywork to turn that all into code, so hopefully the problem gets fixed in the next miniversion, or what I need to change gets discovered....