Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-28-2006, 08:04 PM   #1 (permalink)
 
Newb Techie

Join Date: May 2006

Posts: 5

redfire

Default Playing.pls Online

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>

redfire is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On