Click here to Skip to main content
15,889,428 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
have a windows application written in VB.NET and have successfully managed to load a swf file to the player. The problem now is that I want to disable all menus flash player has.

I set the following:

VB
swfPlayer.menu=False


so I removed some items from the menu like zoom in, etc... still there are 3 items like settings, about ...

how can i remove them too?
Posted

1 solution

Note that I haven't tried this myself, but it appears to me these links are directly relevant to what you want to do:

On CodeProject (C#): [^].

On MSDN (VB.NET): [^].
 
Share this answer
 
Comments
Medise 8-Nov-14 9:55am    
I did check them out, the problem is that I couldn't figure out how to implement them on an already designed form, I made nothing out of the C# snippet.
[no name] 9-Nov-14 19:19pm    
Convert the VB.NET one, as there are only basic and partial problems with the method which can be easily adapted. Read the code, (It doesn't have to go in your designer code.) In fact, avoid editing your designer code unless you are experienced. Your answer gets my 5+ Bill

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900