# Where to call external .as files

**URL:** https://forum.kirupa.com/t/where-to-call-external-as-files/209825
**Category:** flash
**Created:** [December 12, 2006, 6:44pm UTC](https://forum.kirupa.com/t/where-to-call-external-as-files/209825 "2006-12-12T18:44:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![daidai](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/daidai/32/3087_2.png) [@daidai](https://forum.kirupa.com/u/daidai)
#### Post date: [December 12, 2006, 6:44pm UTC](https://forum.kirupa.com/t/where-to-call-external-as-files/209825/1 "2006-12-12T18:44:13Z")

</div>

Im using external .as files to hold some of my functions, however if i include a function inside a movieclip, that its held in an external .as file, it needs

```auto
#include "someActionscript.as"

```

before it to work, surely this cant be the way to call your .as? As this means everytime I change the verison numbers on the .as file, I have to update every part of the fla which calls it…

dai2
