Divx player stopped playing movies?

i used to be able to watch dixv videos on the web, for example on movshare and so on.

but now, it goes to the video, shows me that its buffering, never surpasses 0% and i can't see the length of the video at the bottom.

HOW can i fix this, so that i can watch my divx videos online?
 

SUPERSTEELERS

New member
1) Open task manager, click Processes tab. Right click on DDMService.exe and end process.
2) Copy the following and then open a command prompt:

@ECHO OFF
rmdir /s /q "%USERPROFILE%\videos\divx movies\Temporary Downloaded Files"
del /q /s "%temp%\*"

REM Clear DDM Stuff
del /q /s "%APPDATA%\Local\Temp\DDM\Plugin\*"
del /q /s "%APPDATA%\Local\Temp\DDM\Settings\*"
del /q /s "%APPDATA%\Local\Temp\DDM\Settings\Tempo… Downloaded Files\*"
rmdir /s /q "%TEMP%\boost_interprocess"
rmdir /s /q "%LOCALAPPDATA%Low\boost_interprocess"

pause

3) Close all browser windows.
4) Paste the above commands into command prompt and press enter.
5) Enjoy the functional divx web player again.
 
Top