.swf security question and site setup
I am using CS3 with AS3. I have a series of flash games, each of which has the main .swf, a preloader .swf, 1-2 .as files and an xml file.
1. I'll be using php (login is required) and am wondering if it's any different embedding a .swf file int a php page than an html page?
2. Would it be feasible or advisable to set up the files in an sql database and call them in from the php page .... in other words, would this protect the files from decompilers/theft or not at all?
3. If PHP/SQL offer no additional protection to .swf files, what steps or software would you recommend (that is easily used by a noob) that can help increase protection (I know nothing's 100%).
Thank you.