Announcement

Collapse
No announcement yet.

Want A Music Player On My Site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Want A Music Player On My Site

    Hi,
    I'm looking to showcase some of our music from our events and bands taking part.
    Have seen these little music players on myspace etc, wondering if i can do something similar and if so how i get files to work and be small enough for the pages not to take forever.
    Any help greatly appreciated
    Paul
    www.billinghamcharitytrophy.com

  • #2
    Re: Want A Music Player On My Site

    Hi pburgum
    You may find what you want here... http://www.bluevodadesigner.com
    Hope that helps ... Doug


    Comment


    • #3
      Re: Want A Music Player On My Site

      Open an html box and place this code in it;

      <embed src="yourmusic.wav"
      width="145" height="40" autostart="false" loop="FALSE">
      </embed>

      Size the box to about 150 px width to 45 height and place where you want.

      Publish the page.

      Us the FTP manager to upload the music file to your site.

      Done.

      Andy
      PHP- is a blast!

      Comment


      • #4
        Re: Want A Music Player On My Site

        Cheers Guys
        Will give it a go
        Paul

        Comment

        Working...
        X