|
|
 |
|
|
|
|
|
Hi all,
Do you want to protect your external SWF files on your server so no one can find them but only your main movie knows where they are ?
Simple, do this :
- make a map and a submap in your maindiretory on your server - put alot of files in there that have no purpose at all (files with extensions like .DRV .DDM .PIF .CDM .MDM .LLA and so on) You can do that by simply opening notepad and writing down some crap, then save it to 126456.DDM or 7784564.DRV or wathever.
Do this for at least 50 files.... (you can use them for every site you make, so it's a big work for one time... )
- rename every SWF file to for example 456887.DDM or 49875.PIF (of course for every file another name ! ) - adjust all the links in your mainmovie by refering to the correct file in the exact path. - refer in your main SWF to that location by for example : on (release) { movieloader.loadMovie("\\submap1\\submap2\\170369.cdm"); } - now upload your html file and your main SWF file in your root diretory on your server and every other file in your sub-sub directory on your server or on different places as long as your links are linked to the exact path. - copy some crap files in your root and on other locations too. - test your movie and it will work because you can give your SWF wathever name or extension as long as the full path is indicated.
For those who want to search on the server, they will not find any SWF file but alot of files with unknown extensions and if they have to look to for the SWF files, they have to search file by file ...
The only problem that may rise here is that you won't find your files yourself anymore..
Feel free to ask.
Charly
|
|
|
|