Copy link to clipboard
Copied
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");
add the mp4 to your 'included' files in your air for ios settings panel:
Copy link to clipboard
Copied
add the mp4 to your 'included' files in your air for ios settings panel:
Copy link to clipboard
Copied
You rock!
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now