External as file?

i use #include “as/myFunctions.as” in index.swf file, this code just load my functions. it works fine. in myfunctions file have some functions as fadeIn.
and index.swf file loads home.swf, home.swf couldn’t load fadeIn function. so how to fix it.