I have a flash file which i've embedded FLV videos into. They link to the external video file.
When I export out the AIR application, and install it, it doesn't bring the video files with. I have to manually copy the videos into the install directory to get them to work.
How can I make it so the videos get installed with the AIR application?
I *could* host the videos on a web server, and link to them, but the client doesn't really like this idea. There must be a way to keep them local - right?
Thanks in advance.