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
e40312f6
Commit
e40312f6
authored
Sep 05, 2012
by
Daniel Rossi
Browse files
#9 when replaying from stopping connection does not receive callbacks anymore.
parent
644cbdbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/README.txt
View file @
e40312f6
...
...
@@ -8,6 +8,7 @@ Version history:
- #614 when the clip ends if the next clip in the provider has a different provider close the provider stream.
- #627 only detach / attach the display on start events which causes issues in buffering events after a seek in stagevideo.
- #627 re-enable stagevideo state change listeners if stagevideo is available or detach the fullscreen events on first call.
- #9 when replaying from stopping, connection does not receive callbacks anymore.
3.2.12
------
...
...
core/src/actionscript/org/flowplayer/controller/NetStreamControllingStreamProvider.as
View file @
e40312f6
...
...
@@ -862,7 +862,8 @@ package org.flowplayer.controller {
// clip.setContent(null);
}
else
{
silentSeek
=
true
;
netStream
.
client
=
new
NullNetStreamClient
()
;
//#9 when replaying from stopping, connection does not receive callbacks anymore.
//netStream.client = new NullNetStreamClient();
netStream
.
pause
()
;
netStream
.
seek
(
0
)
;
}
...
...
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