Include .as file problem!

hi all-
i’ve built a piece for a client (who doesn’t have flash), that contains some text variables that are sent to flash via include:


#include "newsVar.as"

i just found out that changing the text file doesn’t do anything to the .swf until you re-publish the .swf–is there any way around this?
your help is greatly appreciated!

-mojo

Yeah I just recently found out from ahmed that .as files get compiled into flash during the publishing process and not during runtime as well.

You can use external .txt files and loadVars() as a workaround.

^ read

i just found out the same thing…heh. like 3 days ago.