feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
915 stars 386 forks source link

VideoPlayer issue #1743

Closed Seraphim-AT closed 6 years ago

Seraphim-AT commented 6 years ago

I use VideoPlayer: create it's instance, load video source, while it's loading - I try to load another file and getting error in 'videoPlayer_progress_enterFrameHandler' function, it still listen for load progress of previous file even after it's disposing (can't find this._netStream when it's null, that's it).

joshtynjala commented 6 years ago

Thanks! I'll take a look soon to see if I can reproduce the same error.

joshtynjala commented 6 years ago

I wasn't able to figure out how to reproduce, since all of my videos seemed to buffer completely. However, I'm pretty sure that I got it fixed.

Seraphim-AT commented 6 years ago

thanks, Josh!