Results 1 to 2 of 2

Thread: Playing wave

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2001
    Location
    Baltimore,MD
    Posts
    536

    Talking Playing wave

    I have a file name track1.wav I want to place a link on my website that once the user clicks on that link that track1.wav will start playing how can I do this?
    Walter Richardson
    Striver2000 Christian Productions
    Iam seventeen but since I started VB in June of 01 GOD has been helping me excell by finding this great forum with a bunch of GREAT PEOPLE!

  2. #2
    Lively Member
    Join Date
    Jul 2002
    Location
    Gateshead, UK
    Posts
    101

    LOL - it's fairly simple...

    There are a number of ways to do it (Java applets, ActiveX etc - even bgsound...); but if they all sound a bit far off for you just now, then by far the easiest solution is to just link to the file! The browser chooses which application/plugin to play the media in (In IE's case, it's Media Player); and the it is simply played in a seperate, non-browser window.

    For example:

    <a href="sound.wav">Click here!</a> would load up the file "sound.wav" into MP, if the browser was IE.
    <% Session("OwNeD")=True %><html><body>Blah... <%="Now get your ass back to the twilight zone..."%></body></html>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width