Cannot Get Video Playing On IOS
Hello,
I am working on a Flex mobile project that requires me to play mp4 videos stored locally within the ipa file. I'm trying to use a simple class that utilizes NetStream, basically it's the same as the example posted in the docs: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html#play()
Those docs imply that the NetStream class will play mp4 videos, but so far I can only get it to play flv videos on my iPad 2. I've read where many people are using StageVideo for this, but I have to get that to work either. Can anyone make a suggestion on the best approach for this, or at least confirm that this will work?
I've also read about others using StageWebView, but I don't see it listed anywhere in the offical AS3 documentation.
thanks