ezepovartur
ezepovartur

Reputation: 33

flex 4, as3: can not import flashx.textLayout; what's wrong?

in file main.mxml (project AS3/Flex4) can not use class TextConverter. When trying to connect:

import flashx.textLayout.conversion.TextConverter;

IntelliSense after flashx. did not see anything ... what is wrong? Thanks in advance!

Upvotes: 0

Views: 981

Answers (1)

fonini
fonini

Reputation: 3341

You need to configure your project to use Flash Player 10 and Flex 4 SDK in order to use this class.

Upvotes: 1

Related Questions