Hey folks, Firstly, would anyone know if there is a list similar to flashcoders specifically for AIR for Android questions? I wouldn't want to annoy any flashcoders with my questions if this is the wrong place to ask them. I have tried out the Adobe forums, but the community there seems quite a bit smaller.
Secondly, the question which might annoy! I'm trying to build a custom video player app. Initially I thought it would be a piece of cake (famous last words) to have the video reach the end, then loop back to the beginning and pause. In my previous non-mobile efforts, I would've done something like this: // on NetStream.Play.Stop netstream.pause(); netstream.seek(0); This doesn't work on the mobile, even though the video is fully loaded. I'm not sure why but my guess is that the mobile's cache is a lot smaller. In this particular example I'm testing, it seems like once netstream.time goes past approx 30 seconds (of a 1:45 video, 11MB filesize), you can't seek back to those first 30 seconds. This is a real problem for me, as one of the main purposes of the app is being able to seek all around the video once it's fully loaded. Would anyone have any pointers on how to deal with this? Is this where something like Flash Media Server would come in? Thanks very much, Con. _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders