新建一个工程,vb或者delphi都可以,然后把real的控件添加
就能查到了

解决方案 »

  1.   

    请详细列出一下 谢谢!
    以及属性及方法的功能 谢谢!
    或者 那里有详细资料可查也行 
    本人在其网站上没有查到相关信息
    在以上ide环境里我只查到其一个属性url
    不知有没有 其他的属性或方法?
    请告之  谢之~
      

  2.   

    http://service.real.com/help/library/guides/realonescripting/browse/realscript.htm
      

  3.   

    可以在网页中添加一个Real的控件,设置个ID
    然后
    <script>
    for (var x in RealPlayerID) {
      alert(x+"---"+RealPlayerID[x]);
    }
    </script>
      

  4.   

    这里有.
    http://www.realnetworks.com/resources/sdk/index.html
    http://www.realnetworks.com/resources/documentation/index.html下载.
    http://service.real.com/help/library/guides/realonescripting/scriptingguide.zip