I am building a flex project that uses SWFLoaders to pull in CS4 built
SWFs. This was working fine, until my flash designer supplied his
latest SWFs which when loaded into the flex application throws
VerifyError: Error #1014: Class flash.geom::Matrix3D.
After some googling I found out that "In order to use the Flash CS4 3D
rotation classes, you need to have Flash 10 as the player."
http://flexadmiral.com/blog/post/2009/01/29/Flash-CS4-3D-swf-Error-in-Flex.aspx
This pointed at an article to see how you can configure Flex Builder 3
to compile for Flash Player 10 using a v.3.2.x build of the Flex SDK,
http://www.communitymx.com/content/article.cfm?cid=105CF
How do I configure sprouts to compile flex projects for flash player
10? Also How do i check what version my flex sdk is (the one
downloaded by sprouts)