code to access right click controls?

P

Peter G

Is there anyway to turn right click controls for a picture or video into
buttons?

thanks
 
A

Andrew Murray

????

*Which* commands do you mean, specifically. There are no controls for movies on
the right-click menu.

If you mean the Browser's right-click menu then this is coded into the browser
application so the answer is No.

If you mean you want a media player buttons to control a movie, then use the
plugin from Insert > Web Component > Advanced to choose the plugin relevant to
the movie file format.

If you mean specific right-click menus in different applications, like in an
image editor or movie player, then No, they are specific to those applications.

Can you explain in more detail what you mean?
 
P

Peter G

Andrew, thanks for your reply.
I'm mainly trying to access the "play" and "stop" menu items which are
present in IE when right clicking on a playing .wmv file.
Using an active x WMP insertion of video gives to my mind a nasty rather
large control panel. Perhaps there is a way of altering or autohiding the
graphic?

At the moment I've added a line that says "right click on image (video) to
replay, stop or download" - I'd like to turn that into discreet buttons on
the page (see
http://www.duckspool.com/goldfield/video/loco_motion index.htm)

Hope that explains my ambitions!
 
S

Stefan B Rusynko

Instead of using
<img border="0" dynsrc="thrown%20medium.wmv" start="fileopen" loop="10">
Try downloading & using the WMP addin at
http://www.microsoft.com/frontpage/downloads/addin/default.asp




| Andrew, thanks for your reply.
| I'm mainly trying to access the "play" and "stop" menu items which are
| present in IE when right clicking on a playing .wmv file.
| Using an active x WMP insertion of video gives to my mind a nasty rather
| large control panel. Perhaps there is a way of altering or autohiding the
| graphic?
|
| At the moment I've added a line that says "right click on image (video) to
| replay, stop or download" - I'd like to turn that into discreet buttons on
| the page (see
| http://www.duckspool.com/goldfield/video/loco_motion index.htm)
|
| Hope that explains my ambitions!
|
| | > Is there anyway to turn right click controls for a picture or video into
| > buttons?
| >
| > thanks
| >
|
|
 
P

Peter G

Stefan thanks,

I've used the active x plugin "Windows Media Player" but with "no" controls
it looks as same as just inserting the video but with more problems if
someone hasn't got WMP?

But the problem remains the same - how can I create my own design buttons
for "play" or "stop" that I can place where I want on the page?

cheers
 
Top