Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change flash player audio output device

Is there a way to change flash players audio output device? if not, is there a swf player who has this possibility? Thanks!

like image 678
CatWithGlasses Avatar asked Mar 11 '11 18:03

CatWithGlasses


1 Answers

I had an issue until a few minutes ago regarding this.

Two audio devices are available to my XP box: an iMic USB audio I/O device, in which I have permanently plugged my desktop speakers; and a pair of USB headphones with microphone that I plug in occasionally.

The USB headset would take precedence over the USB iMic for applications because apps appear to access the last device plugged in to a USB port. With this in mind, here was my issue:

  • I would be listening to some Internettings on my USB headset.
  • Later, I would want to use my desktop speakers for the Internettings.

This entailed unplugging my headset, shutting down Firefox and opening it up again. Because the desktop speakers are considered the most recently plugged in device, they would be default for plugins.

This is damned annoying, I said to myself, and decided a little hacker mode was in order.

Keeping Firefox open, I used Task Manager to kill the "plugin-container.exe" process. This showed a crash screen on any Flash Player applet in Firefox. Then I unplug the headset, and reload the Web page with the applet. Without restarting Firefox, Flash will then play through my desktop speakers.

If I wish to listen on the headset again, I plug the headset in, kill plugin-container.exe, and reload the page. Wham.

For as rare as I intend to switch audio devices, this will cover up part of the mess Adobe left.

like image 147
Ron Poulton Avatar answered Oct 01 '22 17:10

Ron Poulton