Support - Forum aa

« Back to Support
Flash Library » API in Flash

» API in Flash

Posted on 09.26.2011 by lopez, juan
Please, can anyone tell me how to import the Flare3D.swc file to use it in my ActionScript project???

In source code, i want to write "import "flare." and i want to see the list of classes :)

Thanks
|
Share this
 
Reply By mk, masterkitano 09.26.2011
if you're using flash IDE, use file/publish settings/, from Script, selec Action Script and click on the "Action Script settings" button. in the new window, click on the "Library path" tab, and then click on the "Browse to SWC file" button, browse to your flare swc file, and select it. click ok, and then ok agan and try to use import now. everything should work fine.

if you're using flash develop, just copy your swc file yo to your project, and inside the flashdevelop, in your Project browser, find your swc file, right click on it and select "add to library" and thats it. hope this help.