Disable context menu of a flash object in a vb.net app?

  • Thread starter Thread starter Kulgan
  • Start date Start date
K

Kulgan

I have a flash movie (.swf file) that I've embedded on a form in my
VB.NET application. Everything works great. Although, when a user
right-clicks over the flash movie a context menu is displayed. Does
anyone know how I may get rid of this?

Thanks
 
I am assuming you are using a control to host your flash movie. An easy way is to disable the control, which usually supresses any rightclick menus. Else see if the control supports a contexmenu property that you can override.

Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com
 
Back
Top