Sound-Media Player

Discussion in Technical Forum started by Floyd T Jones Jr, Apr 29, 2015
FJ
Floyd T Jones Jr
Les,

I am having problems getting my music to play. I am using the following syntax below. What's wrong with it?

<center><img src="http://www3.tribalpages.com/tpphotos/photos202/tips_2023405.jpg" alt="Music

player" align="top" width="40" height="40" ><embed src="https://soundcloud.com/floyd-jones-

15/familiesofthesandhills-sound-track" autoplay="true" loop="true" width="140"

height="40"/></center>

Thanks,

Floyd Jones

L
Les
  website
Hi Floyd, sorry that I am a bit late in answering but been to the Costa Del Sol for a fortnight and just returned home

You do not need all that code to play MUSIC, just the one below, unless you want to put a Music Icon on.

Your troble is that you have not selected the correct URL for you piece of Music.

It should look like ths, which you will see in the CODE BELOW

*********************

http://jdsb50.tripod.com/Streisand2/StreisandTheWayWeWere.wav

This is for Barbra Sreisand

********************

COPY and PASTE THIS to TEST and then USE

You can then ADD your MUSIC ADDRESS

*****************

<center><embed

src='http://jdsb50.tripod.com/Streisand2/StreisandTheWayWeWere.wav'

height=22 width=144

controls='bigconsole'autostart='true'loop='true'></center>

********************

All the Best

Les