# Import personal class from external folder

**URL:** https://forum.kirupa.com/t/import-personal-class-from-external-folder/291157
**Category:** Uncategorized
**Created:** [June 25, 2009, 1:09pm UTC](https://forum.kirupa.com/t/import-personal-class-from-external-folder/291157 "2009-06-25T13:09:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flashysquirrel](https://avatars.discourse-cdn.com/v4/letter/f/85e7bf/32.png) [@flashysquirrel](https://forum.kirupa.com/u/flashysquirrel)
#### Post date: [June 25, 2009, 1:09pm UTC](https://forum.kirupa.com/t/import-personal-class-from-external-folder/291157/1 "2009-06-25T13:09:11Z")

</div>

hi everyone,

I have a project (let’s call it project A), and i want to import some class in it from another location (folder B, outside of folder A) :

folder A  
main.fla

folder B  
–folder com  
----Foo.as

In the project property (of project A), i add folder B as a new source folder and as a new path (don’t know which one is supposed to work)  
and from main.fla :  
import com.\*;  
but it doesn’t it

any idea ?  
thanks in advance
