Posted by Patches Forever on 02/19/07 01:43
My web pages are simple but they get the info out there and aren't that
cumbersome to use. I use Word97 to build a table and save the file as HTML.
Then I tinker with the HTML and experiment by adding things in the Word
document and seeing what it looks like in HTML form. Tables link to other
tables of JPG files or MP3 files. It works good and looks attractive if I
invest some time in it. I look at simple reference material about HTML and
try out ideas I get from there. I mostly just use Notepad and Word97, and
test the results using Windows, IExplorer, WinMP, etc.
I've learned lots of other kinds of software tools and apps in past years
and there's no room left in my head for much of anything new. No time for
Web Publishing Software - though I have tinkered with some. What I'm saying
is that I'm not terribly lazy or stupid - but I want to stick with basics if
I can.
QUESTION: If I have an MP3 file on my website and a link to the MP3 on a
webpage, then when I click the link IE will start Windows Media Player which
then plays the audio file. OKay. Windows Media Player also uses WPL files
called Playlists. I created a WPL file that is a list of links to MP3 files
on my computer (i.e. files not uploaded yet) and then put a link to the WPL
file in a page on the PC (not uploaded). When I click the link IExp starts
WinMP and the playlist is recognized and the MP3s are played in sequence.
Okay. I uploaded it all to my webspace and opened the page in IExp but when
I click the link to the WPL file it doesn't start up WinMP. Instead IExp
displays a blank page that has the same name as the playlist.
When I look at the WPL file in Notepad I see that it looks like HTML.
Perhaps there is something I can write in the WPL file that will cause WinMP
to start up and sequentially play the list of links. But maybe the issue is
a setting in Windows - so this idea won't work if the computer isn't set up
for it. Can someone tell me where to look to understand what the stuff in
the WPL file is doing? It looks like this:
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player --
11.0.5721.5145"/>
<meta name="AverageRating" content="0"/>
<meta name="TotalDuration" content="2477"/>
<meta name="ItemCount" content="5"/>
<author/>
<title>No. 9</title>
</head>
<body>
<seq>
<media src="http://www.xyz.com/audio1/symphony9_1.mp3"/>
<media src="http://www.xyz.com/audio1/symphony9_2.mp3"/>
<media src="http://www.xyz.com/audio1/symphony9_3.mp3"/>
<media src="http://www.xyz.com/audio1/symphony9_4.mp3"/>
<media src="http://www.xyz.com/audio1/symphony9_5.mp3"/>
</seq>
</body>
</smil>
[Back to original message]
|