Hello,
I'm working on an AIR app wich is going to have some FLV files deployed with it...
I would like to protect these files somehow against users who may get them from the installation folder and use them without my app.
I thought of diferent ways to do that but I would like to know if you have a better solution:
1) Configure AIR installer to put the FLV files in a hidden folder (not very effective since hidden folders can be seen easily - don't even know if I can do this in AIR).
2) Embed the FLV files in a SWF configured to play only if it is opened from within the app (I've done this before and it worked, but it's a lot of work and the SWF has problems with the audio synchronization).
3) Change the extension of the FLV files to something else (like .f00) and somehow tweak the player to play them anyway (have't been able to do this).
4) Copy the FLVs to some folder in 'Aplication data' where the regular user won't look fo them (can the AIR installer do this?).
Any other idea?
I would very much appreciate any help!
Best regards,
Manuel