Newbie Question - Player volume

2000-09-27 Thread Tim Barber
Title: Newbie Question - Player volume





Hi all


I'm still fiddling around trying to learn MC. This time I've created a little movie player consisting of a player and two buttons. One button allows you to select a different movie file to be viewed, and the other simply closes the stack.

I'd like to add a Mute button that sets the volume at which the movie will play to minimum. I don't seem to be able to find the relevant property. I've checked the Player properties and the videoClip properties, looking for volume, sound or audio, but I can't find anything. Is there such a property?

TIA
Tim





NT question launching programs

2000-09-27 Thread xbury . cs
Title: Newbie Question - Player volume



I've 
solve all the program launching problems I had (on windows). But on Windows NT 
when I launch a program using the shell command, sometimes Metacard is stuck 
waiting until I close that program - which is not very handy... Im using 
cmd.exe already...

Does 
anyone know a work around?

Thanks
Xavier


Re: Newbie Question - Player volume

2000-09-27 Thread Kevin Miller

On 27/9/00 7:09 am, Tim Barber [EMAIL PROTECTED] wrote:

 Hi all 
 
 I'm still fiddling around trying to learn MC.  This time I've created a little
 movie player consisting of a player and two buttons.  One button allows you to
 select a different movie file to be viewed, and the other simply closes the
 stack. 
 
 I'd like to add a "Mute" button that sets the volume at which the movie will
 play to minimum.  I don't seem to be able to find the relevant property.  I've
 checked the Player properties and the videoClip properties, looking for
 volume, sound or audio, but I can't find anything.  Is there such a property?

Yes (playLoudNess - see readme file) - but only in the beta of 2.3.2 at
ftp://ftp.metacard.com/MetaCard/2.3.2

Regards,

Kevin

 TIA 
 Tim 

Kevin Miller [EMAIL PROTECTED] http://www.runrev.com/
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: Writing and submitting a form from a browser

2000-09-27 Thread Kevin Miller

On 22/9/00 7:39 pm, Phil Davis [EMAIL PROTECTED] wrote:

 In VB you can type into text fields of open apps by using "appActivate"
 (to launch the app or else bring it to the front), followed by the
 "sendKeys" command (which does the typing).
 
 Question: Can you do this with the MC "launch" or some other
 command/function? That *would* be nice.
 
 Seems to me I did something similar once from MC (on Win32) by using
 "launch", but I wasn't typing stuff into the app - I was passing a
 filename to it as part of the "launch" command. I was controlling
 RealPlayer at the time. I'll see if I can locate that stack.

If its a text based application, you can do this by reading and writing to
open process.  It will often also be possible to do this with graphical
applications using the DDE support in the Externals Collection.

Regards,

Kevin

 Phil

Kevin Miller [EMAIL PROTECTED] http://www.runrev.com/
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: NT question launching programs

2000-09-27 Thread Kevin Miller

On 27/9/00 7:46 am, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:

 I've solve all the program launching problems I had (on windows). But on
 Windows NT when I launch a program using the shell command, sometimes Metacard
 is stuck waiting until I close that program - which is not very handy...  Im
 using cmd.exe already...
 
 Does anyone know a work around?

Can you use open process instead?

Regards,

Kevin

 Thanks
 Xavier

Kevin Miller [EMAIL PROTECTED] http://www.runrev.com/
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




RE: NT question launching programs

2000-09-27 Thread xbury . cs


#  I've solve all the program launching problems I had (on 
# windows). But on
#  Windows NT when I launch a program using the shell command, 
# sometimes Metacard
#  is stuck waiting until I close that program - which is not 
# very handy...  Im
#  using cmd.exe already...
#  
#  Does anyone know a work around?
# 
# Can you use open process instead?

Well, in a previous post, I had mentioned that no other command worked
consistently. 
Someone told me that I had to use the directory global to set up the path to
the directory of the application (because even the full path didn't work)
and since then I've managed a consistent application launching on WinX (any
windows: 98 or NT or 2K). 

Open Process does NOT work consistently on WinNT as far as I've tried (and
I've tried A LOT to find the consistencies of which I found none). The
directory didn't seem to improve things either. Last but not least, I need
to launch these commands with parameters as in DOS, so Open Process will not
help...

So when one command works, why does the shell command stay stuck on
receiving a message if there is none? Maybe cmd.exe doesn't return anything
and it hangs waiting...

Maybe my question should be:
Is there a way to tell the shell command that it's just a one way call?

Cheers,
Xavier

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.