I want to change a list's item render with code like this:
booklist.itemRenderer = BookItemRender;
BookItemRender is a subclass of s:ItemRenderer.
It report error:
1067: Implicit coercion of a value of type Class to an unrelated type
How to correctly specify a itemRender in code?