Include

In C++/Java you can do this to import a library of functions to your current file.

#include <someFuncitons.h>

Is there a similar command in Actionscript? I want to use some commonly used functions over multiple SWF files and don’t want to copy and paste all of them into each file.