Flash CC on OS X: Where is the ActionScript 3.0 library? - actionscript-3

For the life of me, I can't find the AS3 lib. I know in Flash CS6, I can find it at:
/Applications/Adobe Flash CS6/Common/Configuration/ActionScript 3.0/libs
I need to point my IDE at it, and the company I'm at can ONLY use Flash CC going forward (Corporate reasoning), and I'm the first one on the team to have to use Flash CC. My workaround is to use a trial version of CS6, but I'd like to figure this out.
Flash CC supports AS3, so the library has to be somewhere, right? If not, how does it function without it?
Thanks!

It's inside the app package:
/Applications/Adobe Flash CC 2015/Adobe Flash CC 2015.app/Contents/Common/Configuration/ActionScript 3.0/libs
To navigate to this folder, right click on the Adobe Flash CC 2015.app and choose "Show Package Contents".

Related

Type was not found or was not a compile-time constant: StageWebView

I am using flash builder 4.0 and am getting the following error. I have tied both 3.5 SDK and 4.0 SDK and set the flash version to 10 or above. I also tried a friends computer with flash builder 4.5 but could not resolve the error either.
Based on the Adobe link below StageWebView is part of AS3 which as I understand should be included with my current project as part of the flash.media.* group but I don't see it when I type the import statement.
Can someone tell me how to add StageWebView to a project or what I am doing wrong?
Error message:
Type was not found or was not a compile-time constant: StageWebView
Related link:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html
StageWebView and many other classes are just for use with Adobe AIR, although they are included in the flash packages. sometimes also object methods are only available to AIR.
you recognize what is available only to AIR by the little red triangle logo in the reference.
Adobe AIR is not available in the web plugin. It is used to create "standalone" applications for desktop and mobile.

Includeing fl.motion.Color

I was reading this post: In as3 adjusting brightness of the shape is not working via coding, and it says to import "fl.motion.Color," but it doesn't seem to be in the default library. How do I include it?
You have to include the fl library.
You can find it in your installation folder under:
\Adobe\Adobe Flash CS5\en\Configuration\ActionScript 3.0\Classes
You would need to have Adobe Flash CS5 (or other version) installed.

How to add a component library to Flash CS5.5

I want to add Liquid Components to my existing project. I'm new to Flash development so I'm not sure how these components are installed. On the website it says to move .fla file to a specific folder.
I'm using Flash CS5.5 on Windows 7. I moved Liquid.fla file to: C:\Users\MyUserName\AppData\Roaming\Adobe\Flash CS5.5\en\Configuration\Components Note, there wasn't a Flash CS5.5 folder so I created it, it might not be right name, maybe that is the problem.
I also tried moving .fla file to C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Libraries.
When I go to component panel in Flash CS5.5 I don't see these liquid components (even after restarting Flash CS5.5). Am I suppose to see the installed components in Flash CS5.5 Component panel?
Instead of putting that in Roaming folder, put it under "local", like the following
C:\Users\MyUserName\AppData\Local\Adobe\Flash CS6\en_US\Configuration\Components\Liquid
Mine is Flash CS6, but it should not be much different from CS5.5

Include MX library to Flash CS5 project

I need to use some classes belong to mx library, but when I try to import it Flash throws me an error that it can't find this library.
How can I import it to my project? I'm using Adobe Flash Professional CS5.
You may try downloading the Flex SDK, get mx.swc from Flex\frameworks\lib and add it to your library path (ActionScript Settings > Library Path) in Flash CS5.

Admob & ActionScript 3

I saw that Admob just released an SDK for Flash Lite (Action Script 2). I'm working on an AS3
project, and could not find anywhere on the internet an AS3 version of the SDK.
Does anyone have any knowledge of such an SDK for AS3 or using the AS2 SDK in AS3.
Thanks
Can
There is no as3 sdk. Also the as2 sdk does not work in as3. It needs to be rewritten in as3. I am not very talented with as3. Can someone rewrite the AdMobAd.as class to as3?
You could try to use the AS2 SDK in an AS2 file that has some methods exposed or reads some URL variables and then try to load that AS2 SWF file into an AS3 container. More info on loading AS2 files in AS3 containers can be found here:
Load AS2 SWF Into AS3 SWF and pass vars in URL
and here:
http://www.kirupa.com/forum/showpost.php?p=1964550&postcount=249
It's a total pain, but it beats having to write the SDK all over again in AS3.
You can check my test flash application for android. I use the StageWebView with html to load the admob. What u need to do is hosting your html page which embeds the admob ads on your web host, then load the html page in your application by StageWebView.