I have a little cube that follows the mouse @ http://www.besgrove.net . I want to make it dissapear when the mouse is over the blue section of the page. Is this possible?
Also, can the right click menu be removed completely? I have seen this done with software that uses flash, e.g PSP 7.0 uses a little flash trip during the installation and a splash page after it is installed… I have seen no right click scripts at dynamicdrive and such but they don’t work over flash??
What else can be used in the parameter tags other than bg colour and false menu??
You would convert the blue area into a movieclip or create a invisible movieclip the same size as the blue area and apply that script above to it. So on when the mouse moves over the blue area, it would set the cube “cubeMC” to visible = false and when the mouse moves out of the blue area, it is set to visible = true again.
Make sure the cube that is following your mouse is a movieclip and give it an instance name of “cubeMC”.
As for a script that completely disables the flash right click menu, I have not seen something like that. :-\