-
(Difference between revisions)
Line 4: Line 4: [http://general-metrics.com/Safari/ Safari, coded in the browser][http://general-metrics.com/Safari/ Safari, coded in the browser]+ + ===Flash===+ Restart the Flash plugin without quitting Safari+ * Open the Terminal from the Utilities folder in /Applications+ * Type <nowiki>ps -ax | grep WebKitPluginHost</nowiki>+ * This will return something that looks like this:+ : <nowiki>16154 ?? 11:37.18 /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS/WebKitPluginHost</nowiki>+ * Take the PID (Process ID) and kill it. It will be different each time. In the example above it is 16154.+ * Type <nowiki>kill -9 16154</nowiki> (substituting the correct PID).+ * Go back to Safari and refresh any pages that were using the Flash plugin.[[category:Apple]][[category:Apple]]Current revision as of 18:12, 5 January 2011
Safari
Flash
Restart the Flash plugin without quitting Safari
- Open the Terminal from the Utilities folder in /Applications
- Type ps -ax | grep WebKitPluginHost
- This will return something that looks like this:
- 16154 ?? 11:37.18 /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS/WebKitPluginHost
- Take the PID (Process ID) and kill it. It will be different each time. In the example above it is 16154.
- Type kill -9 16154 (substituting the correct PID).
- Go back to Safari and refresh any pages that were using the Flash plugin.
-
Meta