How to add music files in HTML format

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default How to add music files in HTML format

    Can anyone tell me how to add links to my music samples in HTML that will show
    up on my site and Ebay auctions as those on amazon.com and bn.com??? I have
    been trying for some time now, but nothing works for me.... Plus I am not very
    versed in computer language... Please be specific if you decide to write to me.
    I am desperate :(

    Paulkasan Guest

  2. Similar Questions and Discussions

    1. Proposed CPAN Module: Tk::Canvas::Music (renamed to Tk::Music)
      Hi... It's been a while, but I'm getting back to thinking about this Tk::Music module... How do people want this to work... so far we have the...
    2. Offering music files that cannot be copied
      Hi, I want to make available a few music tracks on the website I am building but I don?t want the user to be able to copy the files. What is the...
    3. Struggling with txt and music files on new site
      Hi I am making a flash site with Flash MX 2004 - partly template, partly my own work. I am having great problems changing the actual background...
    4. Can Fireworks dd menu play music files instead of opening windows
      I created a fireworks button with a dd menu and instead of having the drop down link to (& open) other pages, I'd like to link to .ram files so...
    5. code / html format
      Is it possible to setup Dreamweaver MX so it doesn't mess up my html formating.. sorry I use cold fusion studio 4.5.2 and homesite+ but when ever I...
  3. #2

    Default Re: How to add music files in HTML format

    The simplest way usually is to upload the music as an mp3 file like you do with
    your JPG or GIF images and then create a simple link to it in your HTML page,
    like:

    <a href="my_song.mp3">click me to hear my_song</a>

    There are far more sophisticated ways to do it, but this is simple and should
    work.


    J. Tiefenbrunner Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139