[TIMOB-1324] iPhone Video Player enhancement
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | enhancement, ios, iphone, pause, player, video |
Reporter | ctredway |
Assignee | Blain Hamon |
Created | 2011-04-15T02:49:26.000+0000 |
Updated | 2011-04-17T01:55:52.000+0000 |
Description
I believe we need to add a pause method to the video player. I have seen a few requests for this in the help desk.
Which version of iPhone OS are they using? We do support pause in 3.2 and later, because the iPhone OS in 3.2 and later supports pause. In 3.1, however, the underlying MPMoviePlayerController does not have a pause method.
Since our docs nor the kitchen sink have the syntax for this, how do we use it?
pause().
I have updated the documentation.
Although the video player has it's own button built in, I tested the following code and the pause() works fine.
resolved