media player 9 not playing video file

  • durgesh
  • Born
  • Born
  • No Avatar
  • Joined: Jun 11, 2009
  • Posts: 2
  • Status: Offline

Post June 12th, 2009, 12:09 am

Hi all,
I have embedded windows media player 9 in my html page. It is showing the player not playing the movie. can anybody help me to solve this issue


Code: [ Download ] [ Select ]
<OBJECT id="MediaPlayer" width="380" height="240"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="C:/Documents and Settings/Administrator/Desktop/raf/Raf_Durgesh/Videos/swad.avi">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>
  1. <OBJECT id="MediaPlayer" width="380" height="240"
  2. CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
  3. type="application/x-oleobject">
  4. <PARAM NAME="URL" VALUE="C:/Documents and Settings/Administrator/Desktop/raf/Raf_Durgesh/Videos/swad.avi">
  5. <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
  6. <PARAM NAME="AutoStart" VALUE="True">
  7. <PARAM name="uiMode" value="none">
  8. <PARAM name="PlayCount" value="9999">
  9. </OBJECT>




Thanks in advance

Regards
Durgesh
Moderator Remark: Added [code] tags
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 12th, 2009, 12:09 am

  • graphixboy
  • Control + Z
  • Mastermind
  • User avatar
  • Joined: Jul 11, 2005
  • Posts: 1597
  • Loc: Minneapolis, MN
  • Status: Offline

Post June 12th, 2009, 8:24 am

does the movie play from your computer but not on the web page? If it doesn't play either place there a good chance the video uses a non-standard codec.

I'd recommend uploading the video to youtube or vimeo and embedding it from one of those sites.
//// Designer, Art Director, Developer & Teacher of Interactive, Motion and 3D \\\\
WhenImNotSleeping.com
  • durgesh
  • Born
  • Born
  • No Avatar
  • Joined: Jun 11, 2009
  • Posts: 2
  • Status: Offline

Post June 12th, 2009, 10:41 pm

movie plays on my system but not in web page. Apart from this my page contains 4 links, based on link selected by user respective movie shud play in the web page

Help me to solve this issue. I am new to this

what could be the problem
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 22502
  • Loc: Pittsburgh PA
  • Status: Online

Post June 13th, 2009, 5:13 am

You are using an absolute path to a folder on your C: drive

Code: [ Download ] [ Select ]
<PARAM NAME="URL" VALUE="C:/Documents and Settings/Administrator/Desktop/raf/Raf_Durgesh/Videos/swad.avi">


That will work just fine on your computer but not on the web.

change that path to
Videos/swad.avi

Then in the root folder of your site you need a Videos directory that contains your swad.avi file.
You'll need to do that for any video that isn't working
"The web is a dominatrix. Every where I turn, I see little buttons ordering me to Submit."
Play sports pools and discuss sports topics at Boasting Rights Sports Forum
Get paid to write articles - www.associatedcontent.com
  • coolprince_18
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jun 07, 2009
  • Posts: 14
  • Status: Offline

Post June 13th, 2009, 3:36 pm

try an avi file dude and it should be in the same folder where your webpage is lying...
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 22502
  • Loc: Pittsburgh PA
  • Status: Online

Post June 13th, 2009, 8:07 pm

coolprince_18 wrote:
try an avi file dude and it should be in the same folder where your webpage is lying...


Perhaps you didn't notice but he is using an AVI file.
"The web is a dominatrix. Every where I turn, I see little buttons ordering me to Submit."
Play sports pools and discuss sports topics at Boasting Rights Sports Forum
Get paid to write articles - www.associatedcontent.com

Post Information

  • Total Posts in this topic: 6 posts
  • Users browsing this forum: No registered users and 16 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.