Bug found in 2.4 20080819.
Due to changed slide event mechanism Flash object start playing and immediately stops on event (in IE only).
Will be fixed in the next build. Until that, quick workaround is to attach to Flash object's onafterdisplay event slightly delayed call of method PLAY. I.e.:
DELAY (0.1 sec, Infinite=No)
METHOD (object_ID, PLAY)
Bug found in 2.4 20080819.
Due to changed slide event mechanism Flash object start playing and immediately stops on event (in IE only).
Will be fixed in the next build. Until that, quick workaround is to attach to Flash object's onafterdisplay event slightly delayed call of method PLAY. I.e.:
DELAY (0.1 sec, Infinite=No)
METHOD (object_ID, PLAY)