thunderstriker at 23h49
29
Sep
2011
I am trying to create a music player for my site, but I cannot get the mp3 file to play.
Here is the code I currently have for the player:
<body>
<embed src = "(my sound file).mp3" autostart = "true" loop="true" width = "400" height = "30"/>
</body>
What's wrong?
Here is the code I currently have for the player:
<body>
<embed src = "(my sound file).mp3" autostart = "true" loop="true" width = "400" height = "30"/>
</body>
What's wrong?
1 musket, on 30/09/2011 at 00h05
Have you uploaded your sound file to host?... then got the URL of the file to embed
2 thunderstriker, on 05/10/2011 at 20h22
Ah, that's probably it. Not 100% sure yet tho...
3 Sanket, on 06/10/2011 at 06h32
Is this sorted?
4 Mr DarkHaxers2, on 06/10/2011 at 06h34
The Should Be This
<embed
src="my sound file.mp3"
autostart="true" loop="true" hidden="true">
<embed
src="my sound file.mp3"
autostart="true" loop="true" hidden="true">
5 thunderstriker, on 07/10/2011 at 22h33
The hosting issue was the problem. It now plays. Thanks.
BTW Badhaxers2, I'm taking a college-level programming class, plus I've check the Admin's tutorial. My code was correct but it still wouldn't play, that's why I asked.
However, your code will not work, you have not specified a height and width, you haven't properly closed your "embed" tag, and you have no "body" tags to nest them in.
Learn more about programming before you start telling people that they didn't do something right.
BTW Badhaxers2, I'm taking a college-level programming class, plus I've check the Admin's tutorial. My code was correct but it still wouldn't play, that's why I asked.
However, your code will not work, you have not specified a height and width, you haven't properly closed your "embed" tag, and you have no "body" tags to nest them in.
Learn more about programming before you start telling people that they didn't do something right.
6 Mr DarkHaxers2, on 08/10/2011 at 00h24
Who Cares About Height And Width This embed source is background music
7 Jophy, on 08/10/2011 at 02h37
I will not tolerate members flaming towards each other here on the support forum, please avoid that here or else you'll both get a warning.
Solved
Solved
Similar topics
If you want to customize your VLC player to look like WMP 11
Than just download the skin from here and get the cool look for your VLC Plyer
Hi i do not know if you r allowed to embed You Tube clips or Esnips Mp3 songs onto my forum, but I have tried embedding my own personal You Tube clips onto my forum, & Esnips audio clips, but when i click preview the video or Esnip audio is there but
Hi
I want you to take a look on my suggesstion.
There should be a way to embed mp3 or rm files in a post.
Waiting for your reply.
Replies 1 to 7 on 7 for "Player Embedding issue"
Search
Informations
7 Replies For the topic :
"Player Embedding issue"
This topic has been viewed 595 times.
Last message :
29/09/2011 at 23h49 by "thunderstriker"





