-
-
I went directly to that url and got a page not found error.
-
-
i n v i s i b l e
Tech Admin
Try creating an M3U file containing the URL of the song, and setting the src flag of your embed tag to the M3U flag.
In other words:
- Create a text file
- Put "http://www.geocities.com/floydsarmy/name.mp3" in it
- Save it as "song.m3u"
- Change your embed tag to "<embed src="http://www.geocities.com/floydsarmy/song.m3u" width="140" height="40" autostart="false" loop="false"> (assuming you save the song in the root of your web directory.
Even if that doesn't work, that's a better way to embed stuff; you only need to change one file to change the song, which is handy if you have multiple songs in the m3u file, and it also allows for more immediate playback.
Also, some versions or configurations of Firefox have trouble with WMP plugins, and don't automatically assume an mp3 is to be played by the WMP plugin; for example, my Firefox uses the Quicktime plugin (don't worry, only on Windows, which I hardly use.
). So, you should specify the plugin, by including 'type="application/x-mplayer2"' as a parameter of your embed tag.
Here's an example of how I would code an embed tag:
<pre><emb<b></b>ed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="http://www.geocities.com/floydsarmy/song.m3u" showstatusbar=1 EnableContextMenu=1
width=140 height=46 autostart=0 showcontrols=1 volume=30 \></pre>
It would appear also, that you aren't going to get far hosting mp3s on Geocities. They allow 4.2Mb of bandwith per hour or something tiny like that, so that might be your problem.
P.S.
To make a "<", just use the escape code "&lt;" ("&gt;" is for >, I'll let you figure out what the letters stand for) 
EDIT: It would also appear that stupid geocities don't allow M3U files. Just leave out that step and keep it as an mp3 embed then, or get your m3u file hosted somewhere that allows both that file type and hotlinking to files.
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules