| | My friend and I are trying to find a way to load an .as file in a similar way to loading xml. The idea is to store an actionscript inside an xml file but it doesn't seem to work. I tried making an .as file and importing it to flash document the way it imports it is that it just places all the script in the actions panel. This is a flowchart of what we want to do: [make an external file which contains ACTIONSCRIPTS] | [make a script that loads external file w/o pasting code into panel] | [call a function from external file] |

