Changeset 1528
- Timestamp:
- 01/16/08 15:25:43 (8 months ago)
- Files:
-
- phoneyc/trunk/ActiveX.py (modified) (2 diffs)
- phoneyc/trunk/modules/jscript/QvodCtrl.js (added)
- phoneyc/trunk/tests/qvodctl.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/trunk/ActiveX.py
r1527 r1528 66 66 self.clsname['IMWeb.IMWebControl.1'] = IMWebControl() 67 67 self.clsname['awApi4.AnswerWorks.1'] = AnswerWorks() 68 self.clsname['QvodInsert.QvodCtrl.1'] = QvodCtrl() 68 69 69 70 # set up the pure JScript version … … 334 335 self.description = 'RTS Sentry Digital Surveillance PTZCamPanel Class' 335 336 337 class QvodCtrl(ActiveX): 338 def __init__(self): 339 self.js_src = self.load_js_src('QvodCtrl.js') 340 self.classname = 'QvodCtrl' 341 self.cve_id = ('CVE-NOMATCH', ) 342 self.description = 'Qvod Player QvodCtrl Class ActiveX Control' 343
