Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara-flashplayer
mahara-flashplayer
Commits
473b370d
Commit
473b370d
authored
Dec 05, 2013
by
Anssi Piirainen
Browse files
Allow playing another instream clip while already playing one. Issue #131
parent
99ee1d66
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/README.txt
View file @
473b370d
...
...
@@ -7,6 +7,10 @@ Version history:
- #121 only load plugins and external config from the same domain as the player swf from loaded from
- Made it possible to tab out of the player and into the HTML page using the keyboard alone.
- Change links in the context menu and in the logos to point to http://flash.flowplayer.org
- Pausing a live stream now leaves the video frame visible #81
- Audio plugin is not loaded nor used when the the provider is set excplicitly in the clip to a non-audio value, for
example to 'http'
- Allow playing another instream clip while already playing one. Issue #131
3.2.16
------
...
...
core/src/actionscript/org/flowplayer/model/Playlist.as
View file @
473b370d
...
...
@@ -217,7 +217,6 @@ package org.flowplayer.model {
public
function
setInStreamClip
(
clip
:
Clip
)
:
void
{
log
.
debug
(
"setInstremClip to "
+
clip
)
;
if
(
clip
&&
_inStreamClip
)
throw
new
Error
(
"Already playing an instream clip"
)
;
_inStreamClip
=
clip
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment