| 发表于:2007-05-19 14:41:39 楼主 |
点击页面1的播放键(建的一个热点,js代码为,open( "/vod.nsf/vod?openform ", "ok ", "toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbar=no,resizable=no,width=480,height=390 ")) 页面2为嵌入调用wmp的代码,( <object classid= "clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95 " height= "378 " id= "mediaplayer1 " width= "460 "> <param name= "autostart " value= "-1 "> <param name= "showstatusbar " value= "-1 "> <param name= "filename " value= " "> </object> ) 最后 <param name= "filename " value= " "> value 值那里建了一个计算文本域继承新建表单里的文本域 url ,写了一个代理, sub initialize dim session as new notessession dim db as notesdatabase dim view as notesview dim cdoc as notesdocument dim doc as notesdocument set db=session.currentdatabase set view=db.getview( "spwj ") set doc=view.getfirstdocument set cdoc=session.documentcontext if not doc is nothing then cdoc.url=doc.url(0) end if end sub 播放没问题,可始终只取最新更新的那个视频地址,大家帮我看看到底怎么改,急死了 |
|
|
|
|