cssarma / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

calling player.stop() from a content plugin onClick() handler crashes the Android browser #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure the content plugin with an onClick() handler.
2. Make the onClick() handler call this.getPlayer().stop().
3. Start playback on an Android browser and tap the content plugin area.

What is the expected output? What do you see instead?
I expect the player to stop.  Instead, the entire browser crashes.

What version of the product are you using? On what operating system?
3.2.8 from a svn checkout on 2012-04-06.  Android 2.3.4  Adobe Flash Player 11.1

Please provide any additional information below.
The crash does not occur on my desktop browser.

Original issue reported on code.google.com by tadafor...@gmail.com on 7 Apr 2012 at 3:30