0

I'm new to flex, and very confused with that there is a "MX" library and also a "Spark" library? They have a lot of similar controls.

Why both of them exist? Which one should I choose?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Freewind
  • 193,756
  • 157
  • 432
  • 708

2 Answers2

3

MX is the old Flex 3 Library.

Spark is the new Flex 4 Library. It has way better skinning/styling Capabilities, is faster and optimized for mobile.

IMHO in 95% of the cases Spark is the better choice.

TobiHeidi
  • 1,201
  • 2
  • 14
  • 23
1

New flex architecture is spark. Spark components are skinanble and more lite weight. Also spark components could be used at mobile applications.

So if possible use spark components.

yrunts
  • 153
  • 8