Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » validate windows media player code


validate windows media player code

Reply
  #1 (permalink)  
Old 11-29-09, 06:00 AM
vinpkl vinpkl is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 63
Thanks: 3
Thanked 0 Times in 0 Posts
validate windows media player code

hi all

i m trying to insert wma video in my page but it doesnt validates.

can anybody provide me validate code for wma.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<embed src="parande.wma" width="400" height="400"></embed>
</body>
</html>
vineet
Reply With Quote
  #2 (permalink)  
Old 11-29-09, 07:11 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
HTML Code:
        <div id="media">
            <object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="498" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">
                <param name="src" value="controller.swf"/>
                <param name="bgcolor" value="#1a1a1a"/>
                <param name="quality" value="best"/>
                <param name="allowScriptAccess" value="always"/>
                <param name="allowFullScreen" value="true"/>
                <param name="scale" value="showall"/>
                <param name="flashVars" value="autostart=false"/>
                <embed name="csSWF" src="controller.swf" width="640" height="498" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&thumb=FirstFrame.png&thumbscale=45&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
            </object>
        </div>
Reply With Quote
  #3 (permalink)  
Old 11-29-09, 07:18 AM
vinpkl vinpkl is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 63
Thanks: 3
Thanked 0 Times in 0 Posts
hi wirehopper

i dont want code for swf or flv

i want to play wmv or wma

vineet
Reply With Quote
  #4 (permalink)  
Old 11-29-09, 07:27 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Job Offer for a PHP and MySql Media Site Omar.A Script Requests 0 09-03-04 01:24 AM
windows media skin coding dmd HTML/XHTML/XML 0 08-11-04 03:16 PM
Disable form fields to be submitted RickyRod JavaScript 2 05-24-04 10:15 AM
Media player and coding for it HELLP! Arbitus Visual Basic 0 05-19-04 12:18 PM


All times are GMT -5. The time now is 09:11 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.