Skip to main content

Posts

Showing posts with the label player

Flash and Shockwave for Firefox Portable

To use the latest flash and Shockwave players on firefox portable (windows) just copy the files np32dsw.dll and NPSWF32.dll to the "plugin" folder of Mozilla Firefox. It will work with both "App\Firefox\plugins" and "Data\plugins". Shockwave for Director Plugin 11.5.7.609 np32dsw.dll - (usually can be found in C:\WINDOWS\system32\Adobe\Director) Adobe Flash Plugin 10.2.152.26 NPSWF32.dll - (usually can be found in C:\WINDOWS\system32\Macromed\Flash) (added as a personal note)

Manually uninstall Adobe (ex Macromedia) Flash | cannot open links in internet explorer

I've lately had a problem with adobe flash (v. 10a?) on windows and I've tried to uninstall it with the uninstaller from adobe (without success). The folder is %windir%\system32\Macromed\Flash  unregister the ocx regsvr32 /u %windir% \system32\Macromed\Flash\flashVERSION.ocx and delete the whole folder %windir%\system32\Macromed\Flash we can also (facultative) delete the data within this folder %APPDATA%\Macromedia\Flash Player   ----------------------------- Some versions of Flash player 10 have several problems with Internet Explorer 8. I've encountered the problem that I couldn't open/click the links from any textfield .... quite strange. For the version 10i of flash I've solved by only reregistering the ocx regsvr32 %windir% \system32\Macromed\Flash\flash10i.ocx An easy thing to do ... but bothered me for more than 2 hours -.-