Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Monkfish

  1. Monkfish

    Wave volume?

    To answer my own question... It's simply the instruction VOLUME=X where X=-1000 to 0 (min to max) Doh!
  2. Monkfish

    Setting wave volume?

    To answer my own question... It's simply the instruction VOLUME=X where X=-1000 to 0 (min to max) Doh!
  3. Monkfish

    Setting wave volume?

    Hi, I've set a wave file playing as part of a timeline, but is there a parameter that will allow me to set its playback volume? Here's the relevant line: <EMBED NAME='CS1003483177360' SRC='hello.wav' LOOP=false AUTOSTART=false MASTERSOUND HIDDEN=true WIDTH=0 HEIGHT=0></EMBED> I don't know...
  4. Monkfish

    Wave volume?

    Hi, I've set a wave file playing as part of a timeline, but is there a parameter that will allow me to set its playback volume? Here's the relevant line: <EMBED NAME='CS1003483177360' SRC='hello.wav' LOOP=false AUTOSTART=false MASTERSOUND HIDDEN=true WIDTH=0 HEIGHT=0></EMBED>
  5. Monkfish

    Detecting specific key press

    Hi, I've been directed over here from the Dreamweaver forum who suggested the following code in respect to me wanting to display one out of ten images in a browser window dependent on keys 0 through 9 being pressed. <script language=&quot;JavaScript&quot;> <!-- ns4 = (document.layers)...
  6. Monkfish

    Specific key detection

    Thanks Bentley22. I'll take this code over to the javascript forum and ask how I might implement it. I've only just started java programming ;)
  7. Monkfish

    Specific key detection

    I know about the onkeydown commands etc. but can I detect which key has been pressed? What I want to do is change the picture in a window between ten options selected by pressing keys 0 through 9. Thanks :)

Part and Inventory Search

Back
Top