请问怎样可以播放流媒体?
如:播放
mms://202.96.138.50/wmv1/%E8%8A%9D%E5%8A%A0%E5%93%A5.wmv
请给出事例。

解决方案 »

  1.   

    http://www.progdigy.com/
    What's new with this release? 
    (27/01/2003)
    - Corrected DirectShow.pas for BCB (you must now add AMSTREAM.lib to use various GUIDS).
    - Installation packages corrected for BCB.
    - TOnBuffer event corrected (again BCB compatibility ;)).
    - If you have a problem installing the Delphi packages, read the readme file.
    - Included latest Direct9 headers from Alexey Barkovoy.(18/01/2003)
    - Corrected the "_PIN_CATEGORY_PREVIEW" problem with BCB.
    - New sample: PlayCap for BCB.(12/01/2003)
    - VMR 9 RenderLess Mode now available.
    - New sample: "VMR9 Allocator" (Direct 3D video rendering).(09/01/2003)
    - Dynamic link library for DirectShow9 & WMF9.
    - 8087CW Bug corrected with VMR9.
    - Base Filter Property Editor improved.
    - Memory leak corrected in the BaseClass.01/01/2003)
    - DirectShow9 "Borland Compliant Header".
    - Windows Media Format 9 "Borland Compliant Header".
    - DSPack now also working with CPP Builder 6 (not yet tested with BCB5).
      

  2.   

    M:TmemoryStream;
    PlaySound(M.Memory, 0, SND_SYNC or SND_MEMORY);
      

  3.   

    调用这两个:
    procedure DoGotoURL(const url: WideString; const target: WideString);
    procedure DoPlay