Lines Matching refs:clip

21 		Plays the current clip.
25 Stops playback and returns to the first clip in the playlist.
37 Seeks to the specified time during the clip's timeline.
45 Get's the clip's duration.
61 Starts loading the clip into the buffer memory. Does not start
106 Moves to next clip.
110 Moves to previous clip.
118 Gets the index of the current clip. First clip is at index zero.
122 Moves to clip at the specified index.
126 Plays the specified clip. Existing playList is discarded
127 and replaced with a a playList containing the specified clip.
128 The clip should be a valid flowplayer clip object that are
133 Creates a new playList that has the specified clip.
135 The clip should be a valid flowplayer clip object that are
145 function onClipDone(clip);
147 Called when a clip has been played to the end. The clip parameter object
149 end (end time in seconds), protected (is hotlink protection applied for this clip?),
152 function onClipChanged(clip);
154 Called when the user manually changes to another clip in the playlist or
155 when the playback moves from one clip to the next.
157 function onLoadBegin(clip);
159 Called when the loading of a clip begins.
161 function onStreamNotFound(clip);
163 Called when a clip is not found using it's URL.
165 function onPlay(clip);
169 function onStop(clip);
173 function onPause(clip);
177 function onResume(clip);
185 function onStartBuffering(clip);
187 Called when a clip starts buffering.
189 function onBufferFull(clip);
191 Called when the buffer is full and the playback for the specified clip can start.
193 function onBufferFlush(clip);
195 Called when the buffer is flushed for a clip.
199 Called when metadata for the currently playing clip has been received.