|
| |||||||||
| Tags: code, flash player, media, web player, web player code, windows media player |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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. |
|
#2
| ||||
| ||||
| 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. |
|
#3
| ||||
| ||||
| 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> |
|
#4
| ||||
| ||||
| 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">
__________________ The FIFA Manager 2009 PC Game |
|
#5
| ||||
| ||||
| 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>
__________________ Grand Theft Auto 4 PC Video Game |
|
#6
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |