Results 1 to 4 of 4

Thread: Need script for embedding wav files to a site

  1. #1
    Join Date
    May 2009
    Posts
    511

    Need script for embedding wav files to a site

    I want to embed wav files to a particular html.I should be able to allow the visitors to a particular place at terminals CD listening they can or can not buy.Could you guys suggest me a script for embedding wav please ?

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Need script for embedding wav files to a site

    Normally .WAV file for use on the Web giant and are not suitable. After the manuscript for this page is used. It should be placed in the place you want to appear. Note that "; play media" includes not only the file - the name and extension, but preceded by the location of the file. In this case it is in a separate cover mentioned "media" which of the cover was created in this document. You can use this script:-

    <EMBED src="file.wav" autostart=true loop=false volume=100
    hidden=true><NOEMBED><BGSOUND src="file.wav"></NOEMBED>
    Where the a file named file.wav has been uploaded to your site in the same directory as the page which contains the EMBED tags.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Need script for embedding wav files to a site

    Script for embedding wav to html:-

    <script language="JavaScript" src="wmpCodeGen.js"></script>
    <script language="JavaScript" type="text/javascript">
    playMedia("media/FunnyHow.wav",1,45,200)
    </script>
    OR

    <script language="javascript">

    function playSound(){

    document.cdplayer.play()

    }
    function stopSound(){

    document.cdplayer.stop()

    }
    </script>

  4. #4
    Join Date
    Feb 2009
    Posts
    673

    Re: Need script for embedding wav files to a site

    For more information on this topic, you can go through this as well :-

    How to add song to my website?

Similar Threads

  1. How to stop cross-site script in Internet Explorer 8?
    By Aaghaz in forum Technology & Internet
    Replies: 4
    Last Post: 17-02-2011, 10:32 AM
  2. Script to close open files
    By ara in forum Windows Server Help
    Replies: 2
    Last Post: 31-08-2010, 05:49 PM
  3. Embedding Flex SDK .jar files inside a Java Project
    By Tanveer Joshi in forum Software Development
    Replies: 6
    Last Post: 14-07-2010, 12:07 AM
  4. Script to convert SWF files into Images
    By Anathakrishnan in forum Software Development
    Replies: 3
    Last Post: 25-03-2009, 09:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,481,071.34619 seconds with 16 queries