You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, November 6th 2008, 1:44pm

can i use the Stage, in a plugin?

Hi everyone, i need to catch Stage into a plugin for make a enterframe, casn i do it.
Thanks

2

Thursday, November 6th 2008, 4:12pm

Hi, yes, you can,

but wait for the ADDED_TO_STAGE event!
after this event you can access the stage,

every plugin from me begins with:

Source code

1
addEventListener(Event.ADDED_TO_STAGE, startplugin);


to be sure that the plugin is loaded and on the stage,

regards,
Klaus

3

Thursday, November 6th 2008, 5:05pm

thanks klaus now i've got a problem width the stage. mouseX and Y delay from krpano to the plugin any method to use the stage of the pluging, y need to put a plugin like a os mac menu, so i need change the coords of x and y and more ii've got serious problem width that. any methoth thanks.

4

Thursday, November 6th 2008, 5:39pm

Hi,

sorry, I'm not sure what you mean?
mouseX delay from krpano to the plugin???

what do you want to do?
please also post code, this may help to understand too

regards,
Klaus

Similar threads