Flash Action Script Error Repository

A library of solutions to Actionscript, Flash, Flex and AIR

Archive for December, 2008

Error: No class registered for interface ‘mx.styles::IStyleManager2′.

Error: No class registered for interface ‘mx.styles::IStyleManager2′.

The problem occurred when I would launch my MXML file from Flex Builder. The problem was that I was launching an MXML file that was based on “Canvas” on accident. It wasn’t launching the Application.

Solution
Check that the file you are launching is of type “Application”.

No comments