Results 1 to 6 of 6

Thread: Need Web Player code

  1. #1
    Join Date
    Feb 2010
    Posts
    678

    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. #2
    Join Date
    Jan 2008
    Posts
    1,521

    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. #3
    Join Date
    Feb 2008
    Posts
    1,852

    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. #4
    Join Date
    May 2008
    Posts
    2,389

    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.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    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> 

  6. #6
    Join Date
    May 2008
    Posts
    2,297

    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.

Similar Threads

  1. WINdows Media Player 11, ERRor CODe: C00D11B1
    By Cic!cone in forum Media Player
    Replies: 1
    Last Post: 27-10-2012, 05:27 PM
  2. windows media player error code - C00D10D1
    By Lisa fens in forum Windows Software
    Replies: 1
    Last Post: 02-09-2011, 12:38 PM
  3. Cheat code for single player in Homefront
    By Zathara in forum Video Games
    Replies: 5
    Last Post: 27-03-2011, 10:36 PM
  4. Replies: 1
    Last Post: 22-04-2009, 06:31 PM
  5. How do i fix error code C00D11B1 Media player 11
    By ik$hu in forum Media Player
    Replies: 2
    Last Post: 31-03-2007, 04:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,730,172.97589 seconds with 16 queries