I have some code on my computer (javascript) which allows me to handle my own right-click actions in flash (written by Paulius Uza, Dan Florio & Arif Ali Saiyed).
However, this code was built for earlier versions of FlashPlayer, and when i want to use this code, i need to set the params.wmode to "opaque" or "transparent". I learned that in order to use the molehill API, one needs to set the params.wmode to "direct", because this actually activates the hardware acceleration, however, if i use params.wmode = "direct" in my code, the right-click actions don't seem to work. Is there any way to still use molehill API without setting params.wmode to "direct"? If anyone comes up with a working solution, i'll share the project with anyone interested. Greets, Gabi Barrientos
