Sorry Stefan, no answers to your #3605 error.. 🙁
I was wondering is Android supposed to be able to play FLV videos with the VideoTexture? I'm not seeing anything, whereas MP4's work fine. However, on my Mac the FLV's work fine also!
I would love to switch into MP4, but the problem for me is that it takes almost 2 seconds for the MP4 video (included in the app package) to start playing on Android, whereas FLV's play instantly, or at least they did on Michael Trenkler's Starling Video Extension.
I could keep using the extension and FLV's and be happy, but I would need the extension ported for Starling 2.0 that I'm migrating into right now, and I didn't succeed in porting at least on my first try, the inner workings of Quad's are oustide my scope of understanding...
VideoTexture with FLV on Android might take just as long to start playing, but with FLV video I could draw the first frame into a texture immediately with the good old Video object and show that until the VideoTexture is ready! This is in turn not possible with MP4 videos, because on Android, the Video object is not capable of displaying MP4's.
Aaargh! Cursed be the videos and Android!
So unless someone knows how to
a) make VideoTexture load MP4's quicker
b) play FLV's on Android VideoTexture
I just need to settle into worse UX after updating into VideoTexture, which I was hoping to be an upgrade, not downgrade...