Results 1 to 3 of 3

Thread: link/upload audio file

  1. #1
    Join Date
    Nov 2012
    Posts
    25

    Default link/upload audio file

    Hey,

    how can i inbed a wave file into my site?
    (meaning that there is something to click on to start playing the file and liking the file to that button)
    It must be different to a picture, because a picture is always there, don't need to be started and it don't need a player either.

    Thanks for your help

  2. #2
    Join Date
    Jan 2013
    Posts
    90

    Default

    For WordPress ->

    Search for plug-ins on how to do this. There are plenty.

    For HTML (HTML because you said embed and HTML is how you tell a web browser to render media) ->

    Something like this would work <embed height="100" width="100" src="Music.mp4">

    Of course you need to have this mp3 file upload to your site first. Otherwise the src (source) won't exist.
    You can find more of me over at WEBSITE BUDDHA.
    I''m also on TWITTER where I share helpful links and ideas.

  3. #3
    Join Date
    Nov 2012
    Posts
    25

    Default

    Thanks!

Posting Permissions

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