2008 SP2 upgrade Flash files not playing

This is from Lectora Support in answer to my issue.For SP2, we made a fix for OnShow actions that do a FlashCommand or Play/Stop/Pause/TogglePlay when the target is a Flash Animation(swf) or FlashVideo(flv). Bug#4844. basically the issue was that large flash file needed time to load, so by wrapping in the try catch, we caught the error, and played in 100 mili seconds later.The issue with the title is simply that the action has an else. The else(.code..).code.. is written within the try catch, instead of outside of the try catch. If you remove the else, the errors go away. I'm going to write a bug on this right away.Possible work arounds are to split the action into 2 actions, where the second action would carry out the else action that would normally be part of action 1.Again, this issue should only be happening to OnShow actions, that do FlashCommand or Play/Stop/Pause/Toggle, and the target is a swf or an flv

Discussions have been disabled for this post