Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

AIR for desktop iOS not loading external video

New Here ,
Aug 04, 2018 Aug 04, 2018

The problem I am having is that the AIR app I created for desktop WILL NOT LOAD an external video (.mp4) even though it works fine when the .swf is opened separately on its own.

I am running this in a MacBook Pro iOS 10 with FlashPlayer/AIR v26

Here is the code loading the video:

import fl.video.*;

video_player.fullScreenTakeOver = false;

video_player.play("SOU_LobbyAnim_01.mp4");

274
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 05, 2018 Aug 05, 2018

add the mp4 to your 'included' files in your air for ios settings panel:

Screenshot - 8_5_2018 , 6_43_38 AM.png

Translate
Community Expert ,
Aug 05, 2018 Aug 05, 2018

add the mp4 to your 'included' files in your air for ios settings panel:

Screenshot - 8_5_2018 , 6_43_38 AM.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2018 Aug 05, 2018

You rock!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 06, 2018 Aug 06, 2018
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines