Author Topic: RMB contextmenu  (Read 148 times)

Tobias Filthuth   «   on: May 08, 2012, 12:38:59 AM »
hi,

i just noticed that the RMB contextmenu of ur xmas planet under support section is disabled.
how did u guys do that? ... please let me know ...

regards
tobi

Ivan Vodopiviz   «   Reply #1 on: May 08, 2012, 11:19:59 AM »
Hi Tobias,

It was an accident, actually. But it happens that, in recent versions of the Flash player, if you add a right click event listener to the stage, the context menu won't show up. We also set our compiler with the flag: -swf-version=15.

Something like this: stage.addEventListener( "rightClick", callback );

Cheers,

Tobias Filthuth   «   Reply #2 on: May 10, 2012, 05:55:54 AM »

hi ivan,

intresting ... thanx a lot for this info ... :-)

tobi