I am merely trying to stream a video file that's on the web in a Flex Mobile AIR project on an Android device (Nexus S).
my file format is H.264 .mp4 i'm using a stageWebView loading a remote webpage that has a video tag with the video set as the source. it plays in the regular android browser,
the poster image shows up in AIR along with video controls but then when the play button is clicked, the poster image disappears yet no video plays indefinitely.
i've tried multiple videos, multiple codecs, it works on iOS, i feel like i'm taking crazy pills, has anyone been able to successfully stream video on AIR for Android?