I'm using LzCursor as a model for LzBrowser, and I don't see how this code will ever work in swf9? LzCursorInterface defines the interface and LzCursorService defines the singleton and redirects the call to the kernel. Lines like this,

  var showHandCursor = LzMouseKernel.showHandCursor;

avoid a step of indirection, but it will not work in swf9. Is this solution only designed for swf/dhtml and a more traditional solution intended for swf9?

Thanks!

Phil

Reply via email to