Dynamic text

okay, now i know how to create dynamic loaded text from http://www.kirupa.com/developer/mx/dynamic_scroller.htm

i’m gonna convert the swf file to exe and save into cd. but i dun wan the txt file to be accesible to others

how do i make a password protected text file? or can i zip all the txt files using winzip so that the exe file need to access a password protected zip file?

how do i do this? please help

thanks

nah, you can protect your file on the cd - but there are several other things you can do, none of them which are 100% secure:

put the txt file into an other swf (without 'showing it in the actual swf), most people won’t look the swf with a decompiler/text editor

hashcode(?) your text file, Ie make a small action script that will change your coded text to a real one, this isn’t too complicated to make - and you’ll become a cryptographer… Once again if someone really wants to view the file he might as well decode it, but it’s like 0.01% of the people who’ll view your CD…