0

I was wondering if Parsley framework is compatible for Flex Hero Mobile 4.5? I seem to get a warning saying it's not compatible. Thanks guys

Doz
  • 7,009
  • 12
  • 61
  • 69
  • The error I am getting is Design mode could not load spicelib-flex-2.3.2.swc. It may be incompatible with this SDK, or invalid. – Doz Dec 09 '10 at 06:11

2 Answers2

2

Flex 4.5 and Parsley 2.3 don't play nicely together. Grab 2.4M2 from the website and all should be fine.

See this forum post for more details.

Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
0

Are you using the code? OR a SWC you downloaded from a web site? I assume the latter.

Download the code and recompile it against the Flex 4.5 SDK. There are often issues when using a SWC that is compiled against a different version of the SDK than your main application.

JeffryHouser
  • 39,401
  • 4
  • 38
  • 59
  • right the latter but compiling it i get a few errors as well. just wanted to confirm someone else has done it successfully before first. – Doz Nov 30 '10 at 19:34
  • Seems like you need to update your question w/ the errors in question and then we can see about helping you solve those. – JeffryHouser Nov 30 '10 at 22:03