I'd like to play videos, as well as display images and possibly other flash content using adobe air, and reading from the local file system. I've been searching APIs and I have not yet been able to connect the dots.
I know of flash.filesystem.File and flash.filesystem.FileStream and have experimented with loading and reading files. I believe I can load images this way but haven't tried.
As for video:
mx.controls.VideoDisplay - seems to accept a file:// URI for source, but I can't get it to work.
flash.media.Video - accepts a NetStream or can load video directly from a video input, can't seem to find a way to reference a local file
Can anyone help me out here? I specifically want to load and play video directly off the local disk, not from a web server or a streaming file server... assume no network connectivity.
Slightly related question: Loading a video from the local file system… (but my question does not involve a web browser)