Playing.pls Online

Status
Not open for further replies.

redfire

Beta member
Messages
5
found this code, but it only works on IE and Win XP, anyone know how to make it work with mozilla, or (if your willing to) does anyone know how to make a better script that works with everything for playing .pls files.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Quicktime Player Test</title>
</head>
<body>




<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="144"
width="160">
<param name="src"
value="http://www.animeotaku.ws:9898/listen.pls"><param
name="autoplay" value="false">
<param name="controller" value="true"><param name="loop" value="false">
<param name="name" value="title of movie"><param name="qtsrc"
value="http://www.animeotaku.ws:9898/listen.pls">
<embed src="samplemovie.mov" autoplay="false" type="audio/x-mpegurl"
controller="false"
pluginspage="http://www.apple.com/quicktime/download/" loop="false"
name="Radio Free Colorado 128k"
qtsrc="http://www.animeotaku.ws:9898/listen.pls"
height="144" width="160"></object>
</body>
</html>
 
Status
Not open for further replies.
Back
Top Bottom