Guys, please bear with my clueless as I’m only beginning to really explore the video side of Flash.
My current project requires for Part2.mp4 to play immediately after Part1.mp4 is finished. By immediately I mean that there should be no pause or even the tiniest noticeable gap of any kind whatsoever. In other words, the two gotta play one after the other as smoothly as if they were one.
Does the platform provide way of doing this natively?
What I’ve tried so far is wait until [FONT=“Courier New”]decodedFrames >0[/FONT] is met for both instances of [FONT=“Courier New”]NetStream[/FONT] and only then start playing the 1st video - didn’t help.
My knowledge isn’t deep enough to understand why, but I speculate that Part2.mp4 is purged from buffer by the time it reaches its turn, likely to conserve memory. Again, I’m talking out of my arse.
I’m starting to wonder if this was a futile endeavor to begin with.
Thanks.