akakiz / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
0 stars 0 forks source link

Unable to resume after pausing example 43 (Flowplayer) #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
P.S. I was looking at Flowplayer Example 43 "Integrating with Flowplayer 
Playlists" and I noticed that 
when pausing the clip (not the ad), I am then unable to resume playback, the 
button just does 
nothing.

Original issue reported on code.google.com by paul.sch...@gmail.com on 18 Nov 2009 at 4:54

GoogleCodeExporter commented 9 years ago
Looks to be fixed now - instead of just referencing the original clips, I've 
created new clip instances and copied 
the properties.. so the following code was replaced in the Flowplayer OAS:

                    /* this does not work correctly - causes pause/resume problems
                        clip = _player.playlist.clips[index];
                    */

Original comment by paul.sch...@gmail.com on 3 Dec 2009 at 7:34

GoogleCodeExporter commented 9 years ago
Issue 113 has been merged into this issue.

Original comment by paul.sch...@gmail.com on 3 Dec 2009 at 7:37

GoogleCodeExporter commented 9 years ago
fixed.

Original comment by paul.sch...@gmail.com on 6 Dec 2009 at 4:41