Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
373 views
in Technique[技术] by (71.8m points)

apache flex - Adobe Air video player blank video on iPad

Any idea why this simple piece of code wont work on iPad mobile? This works great on Android tablets, the desktop version, web version, etc. On iPad, the video is blank

<?xml version="1.0" encoding="utf-8"?>
<!-- controlsvideoplayerVideoPlayerEvent.mxml-->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
               xmlns:s="library://ns.adobe.com/flex/spark" 
               xmlns:mx="library://ns.adobe.com/flex/mx">


    <s:VideoPlayer 
        source="rtmp://fmsexamples.adobe.com/vod/mp4:_cs4promo_1000.f4v"
        width="500" height="500" x="500" y="500"
        loop="true" />
 </s:Application>
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Taken from my comment:

iOS doesn't playback of h.264 encoded mp4s or f4vs through the standard Flex VideoPlayer. Only ways you can play those back are through StageWebView and StageVideo


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...