Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't import fl.controls in Flash IDE

I'm coding in the Adobe Flash CS5 IDE. I swear fl.controls used to be importable, but now it's just not there. I may have removed the package from wherever it was when trying to use it in Flash Builder. Anyone know how I can get it back?

like image 689
Alex Varga Avatar asked Mar 23 '13 02:03

Alex Varga


1 Answers

Add a control for Flash linkage.

flash-components

fl.controls package will then be available.

flash-controls

Flash controls package is part of Flash Pro and can be added by SWC or via code:

Adding by SWC:

Windows:
C:\Program Files (x86)\Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0\libs\flash.swc

Mac OS X:
/Applications/Adobe Flash CS5.5/Common/Configuration/ActionScript 3.0/libs/flash.swc

Adding by source folder:

Windows:
C:\Program Files (x86)\Adobe\Adobe Flash CS5.5\Common\Configuration\Component Source\ActionScript 3.0\User Interface

Mac OS X:
/Applications/Adobe Flash CS5.5/Common/Configuration/Component Source/ActionScript 3.0/User Interface

like image 181
Jason Sturges Avatar answered Nov 01 '22 22:11

Jason Sturges