How do I get a "plug-in" to play a series of songs?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one high school reunion Website that plays about thirty songs in a
row. I'm building another one and I can't get more than one to play,
although more are in the "Music" folder. I will say I was surprised about
the one that played multiple songs, and I do not know what I did to make it
happen. I'd like to make it happen again but I don't know what to do.

Thanks!
 
What happen when you copy the page from the first site to the new site?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thanks Mr. Rowe, that's the next thing I was going to try, but that still
doesn't answer why. I'll try and let you know. - Martin
 
Make a playlist.
You need a .wax or .asx (playlist)

You then link to the playlist.
Sample of .asx playlist...
=============================
<ASX version = "3.0"><!-- Must be the top line -->
<Entry>
<TITLE>Takin' it to the Streets</TITLE>
<AUTHOR>x </AUTHOR>
<COPYRIGHT>2006 Test</COPYRIGHT>
<Ref href = "Streets.wma" />
</Entry>
<Entry>
<TITLE>Free Ride</TITLE>
<AUTHOR>x </AUTHOR>
<COPYRIGHT>2006 Test</COPYRIGHT>
<Ref href = "/music/freeride.wma" />
</Entry>
</ASX>
============================
NOTE: The different locations of the files.
The "streets" is in the same folder as the .htm file while the
"freeride" is in a folder named "music" The path must be correct
or it doesn't work. 8(

Need more information?
Google "Make .asx playlist"

To see it work
http://www.xmas-i-am.com/test/audio1.htm

HTH
--
John Malone
==============
|I have one high school reunion Website that plays about thirty songs in a
| row. I'm building another one and I can't get more than one to play,
| although more are in the "Music" folder. I will say I was surprised about
| the one that played multiple songs, and I do not know what I did to make
it
| happen. I'd like to make it happen again but I don't know what to do.
|
| Thanks!
 
By copying and looking at the page that does work, you should be able see what you were doing
differently that is working, as long as everything else is the same, such as the web host and
servers, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top