简体   繁体   English

Delphi XE4 ios播放的视频不起作用......只有声音

[英]Delphi XE4 ios play videos not working… only sound

I have this code in my Delphi XE / iOS project: 我在Delphi XE / iOS项目中有这个代码:

  MediaPlayerControl.MediaPlayer := MediaPlayer;
  MediaPlayerControl.Visible := True;
  MediaPlayer.FileName := FVideoPath;
  MediaPlayer.Play;

However, only the sound plays.... 但是,只有声音播放....

I have tried with both .mp4 video file (AFAIK supported) and another 我尝试过.mp4视频文件(支持AFAIK)和另一个

Remove the MediaPlayerControl of the project. 删除项目的MediaPlayerControl。 The video will play in full screen mode only. 视频仅以全屏模式播放。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM