Embeded Media Player - Validation

This is a discussion on "Embeded Media Player - Validation" within the JavaScript Forum section. This forum, and the thread "Embeded Media Player - Validation are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 23rd, 2008, 17:00
Junior Member
Join Date: Jan 2008
Location: Eastern Canada
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Embeded Media Player - Validation

Hi,

I'm using a js I found for an embedded media player (Real, Qtime and WMP) to stream audio with Shoutcast (a winamp plugin).

It works great, however it doesn't validate in WC3.

It says "there is no attribute "SRC"." etc... same for most of the other attributes.

I've read here... http://alistapart.com/articles/flashsatay

that EMBED and many other attributes aren't going to be recognized as valid, however, I don't see what I can change about this code so that it still works and is valid.

The JS...
HTML: Select all
<body bgcolor="#333333">
<table width="420" border="0" cellpadding="0" align="center">
  <tr> 
    <td><p align="center" class="maxstyle"><strong><font color="#FFFFFF">Streaming 
        Radio from </font></strong></p>
      <p align="center" class="maxstyle"><strong><font color="#FFFFFF"><img src="picture" width="140" height="27" alt="logo"></font></strong></p>
      <p align="center" class="maxstyle"><font color="#FFFFFF"><strong><em><font size="6">Real 
        Player </font></em></strong></font></p>
      <p align="center"><OBJECT
ID=video1
classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA
HEIGHT=99 WIDTH=418>
<PARAM NAME="controls" value="All">
<PARAM NAME="console" value="Clip1">
<param name="_ExtentX" value="10001">
<param name="_ExtentY" value="2619">
<param name="AUTOSTART" value="0">
<param name="SHUFFLE" value="0">
<param name="PREFETCH" value="0">
<param name="NOLABELS" value="0">
<param name="LOOP" value="0">
<param name="NUMLOOP" value="0">
<param name="CENTER" value="0">
<param name="MAINTAINASPECT" value="0">
<param name="BACKGROUNDCOLOR" value="#000000">
<param name="SRC" value="http://xx.xxx.xxx.xx.xxx/listen.pls">
<EMBED src="http://xx.xxx.xxx.xx.xxx/listen.pls"
type="audio/x-pn-realaudio-plugin" CONSOLE="all" CONTROLS="All"
HEIGHT=105 WIDTH=350 AUTOSTART=false></OBJECT></p>
  </tr>
</table>
</body>
</html>
Any help is appreciated.

Thanks.

Last edited by c010depunkk; Jan 23rd, 2008 at 19:24. Reason: please use [HTML] tags when posting HTML
Reply With Quote

Reply

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows media player Stormraven Webforumz Cafe 8 Oct 21st, 2007 20:46
Flash8 - Media Player Vorbis Flash & Multimedia Forum 3 Feb 21st, 2007 17:27
Media player inside HTML. sannbe Introduce Yourself 5 Feb 15th, 2007 21:52
Embeded Mp3 player problems Zaine7673 Web Page Design 2 Dec 17th, 2006 13:29
media player works perfect on PC but not Mac ?? josmets Flash & Multimedia Forum 3 Oct 20th, 2003 14:11


All times are GMT. The time now is 19:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43