#include with as files

hi everyone
here is my problem:

i have movie with a dynamic text field called “DESC” and when i load the movie i make an #include statement to an actionscript file called “entrada.as” untill here all is working fine,the problem is that if i change the text on my as file the movie don’t update what i want to know is if someone knows why is this happening?

my as file called “entrada.as” contains this


//!-- UTF-8;
_root.desc=“mytext”;

and the movie only has this line of code
#include “entrada.as”

#include

the .as file is included when you publish, test or export the movie, not everytime you run the movie. :-\