Skip to main content
pauls32907036
Participating Frequently
August 4, 2018
Answered

AIR for desktop iOS not loading external video

  • August 4, 2018
  • 1 reply
  • 305 views

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");

    This topic has been closed for replies.
    Correct answer kglad

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

    1 reply

    kglad
    Community Expert
    kgladCommunity ExpertCorrect answer
    Community Expert
    August 5, 2018

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

    pauls32907036
    Participating Frequently
    August 5, 2018

    You rock!

    kglad
    Community Expert
    Community Expert
    August 6, 2018

    you're welcome.