Ticket #524 (closed bug: fixed)
Premature COMPLETE events hide video but sound continues
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Flash 4.6 | |
| Component: | Keywords: | ||
| Cc: | zach | Forum thread: |
Description (last modified by zach) (diff)
We came across another problem. As you said we disabled the autoplay and the force play code itself. Now what is happening is even if click on a video its just keep on playing the audio.
If possible please browse (redacted - contact zach@… for address) and just click any other video thumbnail. and you will see what I am talking about. It seem to be a player problem. Please advice.
Change History
comment:3 Changed 4 years ago by jeroen
- Status changed from new to closed
- Resolution set to fixed
Issue is getting continous NetStream.Buffer.STOP and NetStream.Buffer.Flush errors. I've only found some references on this here:
http://www.kaourantin.net/2005/08/from-12-to-24-layers-and-other.html
No solution yet, so it has been worked around:
- in the VideoModel by ignoring play.stop commands in the first second.
- in the HTTPModel by ignoring play.stop commands when the video is either BUFFERING or already completed.
