开发者

auto seeking in mediaplayer in vb.net

if i have a video of 70 Seconds and i want to play it directly from 31 seconds to onw开发者_运维百科ards how can i do that in vb.net


Have a look here: http://www.devasp.net/net/articles/display/304.html

player.URL = "URL to wmv"
player.Ctlcontrols.play()
player.Ctlcontrols.currentPosition = 31
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜