|
:) 如何开启D3D加速:
1.注册表,老毛桃0418已有DX9的信息。
2 显卡驱动启用之前(关键)。
3 %systemroot%\system32 文件夹下有d3d8.DLL,d3d9.DLL(二者可选其一),d3d8thk.DLL,ddraw.DLL,ddrawEx.DLL(主要用于网页,可不用)
:) Windows Media Player在线播放
REM qasf.dll 用于DX硬件加速,可不需要
copy qasf.dll %SystemRoot%\System32>NUL 2>NUL
copy wmasf.dll %SystemRoot%\System32>NUL 2>NUL
copy wmvcore.dll %SystemRoot%\System32>NUL 2>NUL
copy wmadmod.dll %SystemRoot%\System32>NUL 2>NUL
copy wmvdmod.dll %SystemRoot%\System32>NUL 2>NUL
copy wmnetmgr.dll %SystemRoot%\System32>NUL 2>NUL
copy msdxm.ocx %SystemRoot%\System32>NUL 2>NUL
copy wmp.dll %SystemRoot%\System32>NUL 2>NUL
copy wmpdxm.dll %SystemRoot%\System32>NUL 2>NUL
copy wmp.ocx %SystemRoot%\System32>NUL 2>NUL
copy wmpasf.dll %SystemRoot%\System32>NUL 2>NUL
copy WMPLOC.DLL %SystemRoot%\System32>NUL 2>NUL
copy l3codecp.acm %SystemRoot%\System32>NUL 2>NUL
regsvr32.exe /s %SystemRoot%\System32\qasf.dll
regsvr32.exe /s %SystemRoot%\System32\wmvcore.dll
regsvr32.exe /s %SystemRoot%\System32\wmadmod.dll
regsvr32.exe /s %SystemRoot%\System32\wmvdmod.dll
regsvr32.exe /s %SystemRoot%\System32\wmp.dll
regsvr32.exe /s %SystemRoot%\System32\wmpdxm.dll
regsvr32.exe /s %SystemRoot%\System32\wmpasf.dll
regsvr32.exe /s %SystemRoot%\System32\wmp.ocx
regsvr32.exe /s %SystemRoot%\System32\wmnetmgr.dll
regsvr32.exe /s %SystemRoot%\System32\l3codecp.acm
支持百度mp3,wma,PPlive在线播放 |
|