I've got a project that needs to be packed up as an Adobe AIR application, and needs to be able to play video. The video in question is too large to be included in the timeline, so the file in question needs to be packed up as a part of the AIR application.
No matter what settings I use, I cannot seem to make the .FLV show up in the published product.
What am I doing wrong, or what do I need to do to package a .FLV video into an AIR application in such a way that it is viewable within the application?
Editing to add that I've already added the .FLV to included files under publish settings, and added the following actionscript.
import fl.video.FLVPlayback;
import fl.video.VideoPlayer;
import fl.video.flvplayback_internal;
import flash.media.Video;
import flash.media.StageVideo;