Stack User 5674
Stack User 5674

Reputation: 1588

Migrating flex 3 to flex 4.5 mobile development

I recently started developing mobile applications using Flex 4.5. I try to migrate an web application done flex 3 to flex 4.5 the following error shown.

Definition mx.core:Container could not be found.

What we can use instead of this in flex 4.5 mobile application. Please help me.

Upvotes: 0

Views: 201

Answers (1)

Badr
Badr

Reputation: 10668

look at this http://flashcongress.cn/devnet/flex/articles/migrating-flex-apps-part3.html

please check this

"Flex Build Path" -> "Library Path" -> "Component set:" to "Spark only"

if your settings is as above then change them to

"Flex Build Path" -> "Library Path" -> "Component set:" to "MX + Spark"

this will solve the problem

Upvotes: 1

Related Questions