no matter what framework / air version I use, renderMode = direct, 
OSMFSettings.enableStageVideo = false, I cannot get the following application 
to play video on any iOS device or simulator:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark" 
creationComplete="OnCreationComplete(event)">
    <s:VGroup width="100%" height="100%">
        <s:VideoPlayer width="100%" height="100%" 
source="http://dev.dedoose.com/HttpVideo/ce81d033-145d-432d-99b8-cb48105ea5a8/ResourceVideoData/11c2ccf3-765c-4381-bfd8-264a8fa5bdfa.f4m"/>
    </s:VGroup>
    <fx:Script><![CDATA[
        import org.osmf.utils.OSMFSettings;

        private function OnCreationComplete(event:FlexEvent):void {
            OSMFSettings.enableStageVideo = false;
        }
        import mx.events.FlexEvent;
        ]]></fx:Script>
</s:Application>


Reply via email to