Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to use flex SDK library in flash

Explorer ,
Jan 12, 2011 Jan 12, 2011

Halo.

I would like to use BitmapAsset class inside CS3 or CS5.

I know that the class is somewhere inside flexSDK library (I use version 4.1). So is it possible to use flexSDK for "flash purposes" ?

Regards

TOPICS
ActionScript
2.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 12, 2011 Jan 12, 2011

I am sure you cannot use Flex SDK with CS3. For CS5 you can attempt to point to Flex SDK library. There are many posts on Internet how to do that. Here is one that explains the procedure for CS4:

http://actionscriptexamples.com/2008/10/26/using-the-flex-sdk-with-flash-cs4/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 14, 2011 Jan 14, 2011
LATEST

Thanks! You were right

The solution is:

For flash CS4 and CS5 one should specify path to the FlexSDK library (File/Publish Settings).

For example:

C:\.........\flex_sdk_4.1\framework\libs

My mistake was that I was trying to find the exact package.

Regards

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines