A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: when are external files included?

  1. #1
    Senior Member
    Join Date
    Jul 2008
    Posts
    418

    when are external files included?

    when you have an external class .as file, like this:
    package{
    class
    }
    when will it be included in your .fla file? you don't have to include it urself, so how does flash know it has to include that file?
    i dont understand in general the act of including .as files.

  2. #2
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    If it's sitting in your classpath, it'll be available for use, but you should general import any and all classes you are going to use.

  3. #3
    Senior Member
    Join Date
    Jul 2008
    Posts
    418
    i dont understand what u mean. what is a classpath? what is general import?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center