I want to develop some educational content, which I want to distribute to children using Adobe AIR. The content will contain videos. Now, from what I see, AIR will put the content onto the local file system, for anyone to see. I want to prevent this. Is there a way out?
Possibly, but you must embrace The Dark Side -- aka DRM (Digital Rights Management). Go read up Flash Video DRM. It is awfully painful stuff to do correctly, and users tend to hate it. Ask yourself if your content is really so valuable and hot that you need to go down this route.
One solution is to use DRM in conjunction with Flash Media Server (as mentioned by Stu).
Another option would be to stream the content at runtime, and not cache to the file system.
Finally, it might also be possible to store the bits for the FLV in the encrypted local data store or SQLite database (which adds encryption support in AIR 1.5), however, this probably wouldnt work well for large videos (performance issues), and you may still need to write it out to the file system first before playing (although temporarily).
mike chambers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With