A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [RESOLVED] fl.controls missing?

Threaded View

  1. #1
    Member
    Join Date
    May 2007
    Location
    Poland
    Posts
    65

    [RESOLVED] fl.controls missing?

    This one simply killed me:

    I create a brand new AS flash file. I put only one line of code in the timeline script:
    Code:
    import fl.controls.ComboBox;
    And I get an error:
    Code:
    1172: Definition fl.controls:ComboBox could not be found.
    There is nothing else in the file, it is AS3. Can it be my mistake by any chance? Am I so tired that I am missing something? Do you get that error too?

    I also tried this:
    Code:
    import fl.controls.*;
    which gives me the same result.
    Is there any explanation for this? Please help.
    Last edited by ampo_webdesign; 06-09-2007 at 01:47 PM.

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