Hi all,

I need to be able to paramaterize some components of a cursor. I can set the cursor by first declaring a named resource this:

<resource name="waitcursor" src="lzwaitcursor_rsc.swf"/>

... then setting the cursor globally by calling:

lz.Cursor.setCursorGlobal('waitcursor');

Rather than using an image for the cursor, I'm thinking of drawing it with the drawview, then using SWF9 APIs to extract the BitmapData object. I can do this already in OL and set the BitmapData object to a view, to display it. But in this case, I'd need to somehow set the data for a named resource.

Any ideas on how to go about this?

Thanks,

Antun

Reply via email to