Loading variables for website with LoadVars

I load varibles from one file e.g myvars.as to one SWF.

In this file i store all text for the website. I have about 50 varibles with text.

I load variables every time on the certain frame or with button action when needed in movie.

Is it good way? O can i somehow load all variables only one time and than only call this loaded variables?

I ask because if i use

LoadVars.Load

and i load only one or two variables i see in debugger all variables of my exteranal file myvars.as

Thank you for all ideas :slight_smile: