如何用ASP编程知道,当前用media player播放的电影放到第几帧了,或放了第几秒!(300分)

  • 主题发起人 主题发起人 fanglw
  • 开始时间 开始时间
F

fanglw

Unregistered / Unconfirmed
GUEST, unregistred user!
我想用ASP编程知道,当前用media player播放的电影放到第几帧了,或放了第几秒!
以便在影片播放的过程中,在规定的某一时刻执行特定的语句。
 
ASP是服务器端的脚本,MediaPlay是客户端的ActiveX插件;两者根本不能放一齐啊;
只能说是在客户端用VBScript或JavaScript来控制MediaPlay的播放;
 
那么应该怎么做呢?
 
我记得是写com来通知服务器的,可惜microsoft的关于这个问题的文档找不到了:(
思路是这样的,以前做过
如果你找到该文档通知一声
 
能不能具体一点
 
去微软下载sdk就全知道了!呵呵!
 
MediaObject.currentposition
This property specifies or retrieves the clip's current position, in seconds.
MediaObject.DisplayMode
This property specifies or retrieves a value indicating whether the status bar displays the current position in seconds or frames.
Syntax
MediaObject.DisplayMode
Possible Values
This property is a read/write Integer containing one of the following values.
Value Description
0 Default. Displays the current position in seconds.
1 Displays the current position in frames.
 
media player 有接口
 
coolbaby,请把接口写出来!
SuperJS,"sdk"是什么东西,请帮忙找找!
 
我已经贴的这么清楚了,你还不知道吗,难道要翻成中文?
 
非常感谢SuperJS.的帮助,现在我已解决。
多人接受答案了。
 
后退
顶部