| Author |
Message |
Steve
Guest
|
Posted:
Sat Aug 06, 2005 12:30 am Post subject:
Right Mouse Button Menu |
|
|
Is there a way to disable the right mouse click menu item on the web control
object?
Thanks
Steve.
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Sat Aug 06, 2005 8:30 pm Post subject:
Re: Right Mouse Button Menu |
|
|
On Fri, 5 Aug 2005 16:02:01 -0700, "Steve"
<Steve@discussions.microsoft.com> wrote:
| Quote: | Is there a way to disable the right mouse click menu item on the web control
object?
|
Not necessarily only right clicks (remember, if a user has a left
handed mouse then it's a left-click).
You can add this to the object tags to disable menus, it should
disable all clicks on the player object :
<param name="enableContextMenu" value="true" /> or
<param name="enableContextMenu" value="1" />
If you're using embed tags, use just EnableContextMenu="1"
or in Javascript, player.enableContextMenu=false;
HTH
Cheers - Neil |
|
| Back to top |
|
 |
Steve
Guest
|
Posted:
Sat Aug 06, 2005 8:30 pm Post subject:
Re: Right Mouse Button Menu |
|
|
Your the man!
Thanks Neil...ok..so i think that's 3 times now you've answered my
questions... I need to buy you a beer or something.
Thanks again!
Steve.
"Neil Smith [MVP Digital Media]" wrote:
| Quote: | On Fri, 5 Aug 2005 16:02:01 -0700, "Steve"
Steve@discussions.microsoft.com> wrote:
Is there a way to disable the right mouse click menu item on the web control
object?
Not necessarily only right clicks (remember, if a user has a left
handed mouse then it's a left-click).
You can add this to the object tags to disable menus, it should
disable all clicks on the player object :
param name="enableContextMenu" value="true" /> or
param name="enableContextMenu" value="1" /
If you're using embed tags, use just EnableContextMenu="1"
or in Javascript, player.enableContextMenu=false;
HTH
Cheers - Neil
|
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Sun Aug 07, 2005 4:30 pm Post subject:
Re: Right Mouse Button Menu |
|
|
See you in the pub LOL
On Sat, 6 Aug 2005 10:06:03 -0700, "Steve"
<Steve@discussions.microsoft.com> wrote:
| Quote: | Your the man!
Thanks Neil...ok..so i think that's 3 times now you've answered my
questions... I need to buy you a beer or something.
Thanks again!
Steve.
"Neil Smith [MVP Digital Media]" wrote:
On Fri, 5 Aug 2005 16:02:01 -0700, "Steve"
Steve@discussions.microsoft.com> wrote:
Is there a way to disable the right mouse click menu item on the web control
object?
Not necessarily only right clicks (remember, if a user has a left
handed mouse then it's a left-click).
You can add this to the object tags to disable menus, it should
disable all clicks on the player object :
param name="enableContextMenu" value="true" /> or
param name="enableContextMenu" value="1" /
If you're using embed tags, use just EnableContextMenu="1"
or in Javascript, player.enableContextMenu=false;
HTH
Cheers - Neil
|
|
|
| Back to top |
|
 |
|
|
|
|