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

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top