Skip to main content
Known Participant
August 19, 2010
Question

VerifyError: Error #1014: Class flash.text.engine::ContentElement could not be found. in flex

  • August 19, 2010
  • 1 reply
  • 1849 views

Hi

I am getting error like this:VerifyError: Error #1014: Class flash.text.engine::ContentElement could not be found. in flex when I test the sample application from http://iwillbelikethis.webs.com/ButtonExample.html with flex.What is going wrong with the setup.Any help is appreciated.

Thanks

Srini

This topic has been closed for replies.

1 reply

Adobe Employee
August 20, 2010

Are you trying this with Flash Player 10 or later?

Known Participant
August 20, 2010

yes

Adobe Employee
August 20, 2010

That explains it then. This example requires the ContentElement, which is only present in FlashPlayer 10 and later. The example should require that -- when the project is set up, it can specify the minimum Player version it requires. Then if you try to run it on an earlier Player you get a warning that the SWF can't load on this Player, and it tells the user what version number is required. Try installing FP10, and it should work.