Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Need Web Player code

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 21-02-2010
Member
 
Join Date: Feb 2010
Posts: 639
Need Web Player code

Hi all,

I want to code in my programming that media is automatically play in WMP / RealOne / Macromedia Flash Player, I also simply a built a different panel, or add other controls installed on your computer some of the players are also the integration of coding and decoding devices, the most core encoding and decoding technology is the same. For example: the network's most popular windows media streams (asf, wma, wmv format), Real Stream (rm, rmvb), there are series of MPEG encoding format (MP4/MP3 format). Please help.
Reply With Quote
  #2  
Old 21-02-2010
Modifier's Avatar
Member
 
Join Date: Jan 2008
Posts: 1,502
Need Web Player code

Microsoft launched Windows Media Video is a streaming media format, which is in the "fellow" in ASF (Advanced Stream Format) format, an extension has come to upgrade. Under the equal video quality, WMV format, size is very small, so it is suitable for online play and transmission. Windows Media Player9 is compatible with all formats, WMV, official encoder is Windows Media Encoder, but if you want to convert high-quality wmv file, then you must have a large memory to process the data. Check and reply.
Reply With Quote
  #3  
Old 21-02-2010
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,832
Need Web Player code

WMP decoder joined the ActiveX control, not only can be released song, but also put Flash and other video files. Check that code:

Code:
<object align=middle classid="CLSID:22d6f312-11d0-94ab-0080c7" class=OBJECT id=MediaPlayer width=196 height=125>
<param name=ShowStatusBar value=2>
<param name = Filename value = "http://198.121 .1.1/ video /a.wmv">
<embed type =application/ x-oleobject codebase = "http://activex.microsoft.com/activex/con ... N/nsmp2inf.cab # Version = 5,1,52,701 ">
</ embed>
</ object>
Reply With Quote
  #4  
Old 21-02-2010
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,362
Need Web Player code

I will give you the following code for new player code, relatively much simpler. Actually you nee to put this code on your program and any media related thing will played automatically when page loaded on site.

Code:
<object id="player123" height="200" width="360" classid="CLSID:6BF52A52-394A-B153-00C04AA6">
<param NAME="AutoStart" VALUE="-1">
<param NAME="Balance" VALUE="0">
<param NAME="EnableContextMenu" VALUE="-1">
<param NAME="url" value="ABC/1.wma">
<param NAME="PlayCount123" VALUE="1">
<param name="rate" value="1">
<param name="currentPosition" value="0">
<param name="currentMarker" value="0">
Check and reply.
__________________
The FIFA Manager 2009 PC Game
Reply With Quote
  #5  
Old 21-02-2010
Reegan's Avatar
Member
 
Join Date: Oct 2005
Posts: 2,299
Need Web Player code

I have RealOne Player Code that i put into the code. You need to put this code on your program and any media related thing will played automatically when page loaded on site.

Code:
<object id="vid123" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0BCCFA" width=427 height=300>
<param name="_ExtentX" value="11228">
<param name="_ExtentY" value="7928">
<param name="AUTOSTART" value="-1">
<param name="SHUFFLE" value="0">
<param name="PREFETCH" value="0">
<param name="NOLABELS" value="-1">
<param name="SRC" value="rtsp://192.168.1.1/encoder/cnr3";>
<param name="CONTROLS" value="Imagewindow123">
<param name="CONSOLE" value="clip1123">
<param name="LOOP" value="0">
<param name="NUMLOOP" value="0">
<param name="CENTER" value="0">
<param name = "MAINTAINASPECT123 "value =" 0 ">
<param name="BACKGROUNDCOLOR" value="#000231">
</ object> <object id="video2" classid="clsid:CFCDAA03-11cf-B84B-0020AFBBCCFA" width=427 height=39> 
Reply With Quote
  #6  
Old 21-02-2010
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,267
Need Web Player code

Media Player provides two techniques to specify the name you want to play the media, you can set the FileName property, or call the Open method. If the AutoStart attribute value is true, then, when the FileName property is set to the movie clip's URL, the movie clip will start playing; otherwise the movie clip will not begin playing, unless you call the Play method. Open method to start playing is asynchronous, it does not like the Play method to wait until the other end of the process before start playing. Best of luck.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Need Web Player code"
Thread Thread Starter Forum Replies Last Post
windows media player error code - C00D10D1 Lisa fens Windows Software 1 02-09-2011 01:38 PM
How do i fix error code C00D11B1 Media player 11 reefad Media Player 7 29-07-2011 02:03 AM
Cheat code for single player in Homefront Zathara Video Games 5 27-03-2011 11:36 PM
Media Player 11 error code C00D1199 fatgaz Media Player 1 16-05-2009 08:00 AM
Media player error code C00D1197 Media Player Eleanor of Aquitaine MS Office Support 1 11-12-2006 05:33 AM


All times are GMT +5.5. The time now is 04:22 AM.