Importing text into .fla

Hi there,

I’m working on a CD-ROM which uses a .exe to display a flash movie. This movie contains a lot of text. There has to be a posibility to easily change this text (translate to other languages).

The first thing that came to mind was to put all the text externally, and to import it at runtime. But with this technique, the text would have to reside on the CD-ROM in a file (.txt, .xml) that is easily accessible to anybody who uses the CD-ROM.
But this I don’t like. I don’t like the fact that everybody is able to look at/copy/change the texts.

So what I thought was, what if I could import the text into my .fla, so there isn’t any text file on the CD-ROM, but the text is still easily accessible to change it. Is there such a possibility?

Or is it possible to make the text unaccessible to others, but accessible to flash?

edit: I also don’t want to put all the text into the textfields directly because making adjustments later would mean looking up every text field.