0
A
回答
0
似乎不可能像使用HTML一樣使用Visual Basic代碼。
代替它,我們必須使用Windows Media Player在DOM這樣
<body onload='' scroll="no">
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer"
width="0" height="0">
</object>
後來,我們必須實現所有methdos啓動/停止音頻/電影。
例如
<script type="text/vbscript" language="VBScript">
Set oElm = document.getElementById("WindowsMediaPlayer")
if oElm Is Nothing then
' MsgBox("element does not exist")
else
' MsgBox("element exists")
' MsgBox oElm
oElm.controls.stop()
oElm.URL = "C:\HTML\Sounds\oos.wav"
end if
<script>
相關問題
- 1. 新對象創建問題
- 2. 問題創建新對象
- 3. Groovy對象數組創建問題
- 4. 與controlP5和創建對象的問題
- 5. pygtk問題 - 無法創建gdk.Color對象
- 6. NBuilder - 問題創建嵌套對象
- 7. 在Java中創建對象問題
- 8. Java對象實例創建問題
- 9. 創建兩個Rectangle對象的問題
- 10. 在neo4j中創建對象的問題
- 11. 當創建對象時this._super()問題
- 12. 遇到問題創建一個對象
- 13. 知道對象的類名時創建對象的問題
- 14. 對象建模問題
- 15. Luis對話創建問題
- 16. 創建對象的對象
- 17. 創建創建空對象
- 18. 對象創建
- 19. 創建對象
- 20. 創建對象
- 21. 創建對象
- 22. 創建對象
- 23. 對象創建
- 24. 創建對象
- 25. 對象創建
- 26. 創建對象
- 27. 創建對象
- 28. 創建對象
- 29. 創建對象
- 30. 創建對象
它也許沒有註冊?這種追溯到以前的問題有關。['的CreateObject()'](http://stackoverflow.com/q/33874736/692942) 。同樣適用,是x86還是x64?是否使用正確的'regsvr32.exe'註冊?註冊表'HKLM \ Software \ Classes'或'HKLM \ Software \ Wow6432Node \ Classes'中是否存在'ProgId'?只需要看幾個問題即可。 – Lankymart
@Lankymart它應該如何註冊?請介意提供鏈接下載'WMPlayer.OCX'。 –