The setup is like this: one video clip which is initially hidden.
I've got a button to toggle the video between visible/hidden states.
The button action:
- Mouse Click --> Toggle Show / Hide (the video)
The video actions:
- OnHide --> Pause
- OnShow --> Play
So the video is expected to start playing when gets visible and stop when becomes hidden.
It works on F10/Run Mode, F11/Preview Mode but absolutely useless in F9 / Preview in Browser Mode in any browser. And that is the case on the production server.
Any experience or tip on how to work around this problem?