[SOLVED] No sound in Flash Plugins - Xonar D2X

There is no sound at all when I play any flash content, but my sound works for other applications no problem.
I'm running Google Chrome's built-in flash plugin
I'm running Pulse Audio with ALSA. I have installed pulseaudio and pulseaudio-alsa
I'm using Google Chrome's stable version from the AUR: google-chrome
My system is 64-bit
The Pulse Audio server is running fine
My sound card is an Asus Xonar D2X
I have the following kernel modules loaded that are associated with sound:
lsmod output
snd_virtuoso 33542 2
snd_oxygen_lib 29893 1 snd_virtuoso
snd_mpu401_uart 5827 1 snd_oxygen_lib
snd_rawmidi 18710 1 snd_mpu401_uart
snd_seq_device 5188 1 snd_rawmidi
snd_pcm 77645 1 snd_oxygen_lib
snd_page_alloc 7242 1 snd_pcm
snd_timer 18726 1 snd_pcm
snd 59109 11 snd_timer,snd_pcm,snd_rawmidi,snd_virtuoso,snd_oxygen_lib,snd_mpu401_uart,snd_seq_device
soundcore 5450 1 snd
Here is a list of my active sound devices if of interest:
aplay -l output
**** List of PLAYBACK Hardware Devices ****
card 0: D2X [Xonar D2X], device 0: Multichannel [Multichannel]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: D2X [Xonar D2X], device 1: Digital [Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
I have tried using the flash plugin in the official repositories: flashplugin .
There was no change.
I am out of ideas to attempt, what can I do to fix it?
Last edited by finalfortune (2014-02-12 10:38:48)

Okay, my sound now magically works for flash.  I initially had not restarted my pc after installing the above mentioned pulseaudio packages.  I didn't think it necessary, not even sure if it is the restart that fixed it, but problem solved. 
Though i did change my .asound.rc from
pcm.!default {
type plug
slave {
pcm "hw:0,0"
ctl.!default {
type hw
card 0
to
pcm.!default {
type hw
card 0
ctl.!default {
type hw
card 0
Not sure if that did anything
Last edited by finalfortune (2014-02-12 10:25:36)

Similar Messages

  • [SOLVED] No sound (with flash)

    Hello.
    I have no sound with flash. It does work elsewhere.
    I am using ALSA.
    My flash should output audio correctly according to wiki: https://wiki.archlinux.org/index.php/Fl … d_in_Flash
    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC889 Analog [ALC889 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC889 Digital [ALC889 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    EDIT: I'm retarded. I didn't add my user to audio group. And sound elsewhere was from speaker-test which needs SU.
    Last edited by handl3r (2012-01-22 07:39:34)

    codemac wrote:
    Orrrr it's because the flash plugin uses OSS.
    run `aoss firefox` and be happy.
    OSS does still work or at least the alsa backwards compatibility layer that emulates the old interfaces, right? did i miss anything?
    for newer versions of flash (like version 9) simply install firefox in wine and let it install the plugin. that usually works great!

  • [SOLVED] No audio from Flash plugin

    Hello,
    I am having problems with the flash plugin as I get no audio when watching youtube videos. I configured the .asound profile to default to my HDMI output and the sound is working with VLC, steam and all other apps but not just flash. It does not crash so I hope it is just a configuration issue. I can watch HTML5 videos so firefox is not the issue.
    How can I get the flash plugin to work so I can hear it through my HDMI audio device?
    Last edited by pez (2013-07-08 00:01:01)

    Eh, just for reference, alsa is a built-in kernel-module in default Arch Linux. There's no need to install any packages, although an audio mixer is generally nice. Even using something like OSS4, you still have ALSA, it's just disabled.
    Also, if you're using systemd, you don't need to add yourself to certain groups. (https://wiki.archlinux.org/index.php/Sy … nformation)
    Also, pulseaudio will not work without something like ALSA or OSS4 to rely on. You can't have pulseaudio without a backend.
    Last edited by computerquip (2013-07-08 07:19:36)

  • [SOLVED] Can't get Flash plugin to work.

    Hi, all.
    I have done a fresh install of Arch, but am still using my previous /home partition.
    I've installed mozplugger, Flash and Firefox, but the Flash plugin doesn't function.
    Can anyone tell me how I can get around this?
    Many thanks,
    Chris.
    Last edited by chris_debian (2009-03-12 12:11:53)

    I do not have any value in $MOZ_PLUGIN_PATH. Manually exporting from an xterm, and spawing firefox from the same xterm makes firefox realise I have plugins.
    1) I have logged in/out, and rebooted multiple times after firefox's installation, and after flash installation
    2) I do have, and am using bash(even to startx), /etc/profile _is_ being called. However /etc/profile does not have a $MOZ_PLUGIN_PATH variable set in it anywhere.
    Is firefox package supposed to edit the /etc/profile to add this variable? Obviously setting the variable here is the solution, just curious now as to why it was a problem to begin with.
    Thanks for pointing me the right direction there wonder.

  • [SOLVED] No sound in flash

    In trying to get my MIDI keyboard to play in Rosegarden, ALSA stopped working like it used to. I used a USB MIDI cable to connect my MIDI controller to my computer.
    Looks as if snd-usb-audio is now card 0. To make a long story short, finally got sound to work by creating a /etc/asound.conf
    pcm.!default {
    type hw
    card 1
    ctl.!default {
    type hw
    card 1
    Everything seems to be working fine except for flash, which I'm using nspluginwrapper. Tried reinstalling nspluginwrapper and nspluginwrapper-flash, still no sound. I'm at a loss.  Here's some pertinent info:
    > lsmod | grep '^snd'
    snd_seq_midi 7744 2
    snd_seq_oss 33408 0
    snd_seq_midi_event 7936 2 snd_seq_midi,snd_seq_oss
    snd_seq 55936 5 snd_seq_midi,snd_seq_oss,snd_seq_midi_event
    snd_mpu401 8744 2
    snd_mpu401_uart 8576 1 snd_mpu401
    snd_pcm_oss 42400 0
    snd_mixer_oss 17024 2 snd_pcm_oss
    snd_intel8x0 34600 0
    snd_ac97_codec 117848 1 snd_intel8x0
    snd_usb_audio 92192 1
    snd_pcm 82312 4 snd_pcm_oss,snd_intel8x0,snd_ac97_codec,snd_usb_audio
    snd_timer 22536 2 snd_seq,snd_pcm
    snd_page_alloc 9232 2 snd_intel8x0,snd_pcm
    snd_usb_lib 17664 1 snd_usb_audio
    snd_rawmidi 23328 3 snd_seq_midi,snd_mpu401_uart,snd_usb_lib
    snd_seq_device 7956 4 snd_seq_midi,snd_seq_oss,snd_seq,snd_rawmidi
    snd_hwdep 9096 1 snd_usb_audio
    snd 57320 14 snd_seq_oss,snd_seq,snd_mpu401,snd_mpu401_uart,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_usb_audio,snd_pcm,snd_timer,snd_rawmidi,snd_seq_device,snd_hwdep
    > aplay -L
    front:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    Front speakers
    surround40:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=U0x46d0x8da,DEV=0
    USB Device 0x46d:0x8da, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
    null
    Discard all samples (playback) or generate zero samples (capture)
    front:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    Front speakers
    surround40:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    > ls -lahtr /dev/dsp*
    lrwxrwxrwx 1 root root 9 Mar 25 18:18 /dev/dsp -> sound/dsp
    lrwxrwxrwx 1 root root 10 Mar 25 18:18 /dev/dsp1 -> sound/dsp1
    FIXED
    I re-edited my /etc/asound.conf:
    pcm.!default {
    type plug
    slave.pcm "dmixer"
    pcm.dsp1 {
    type plug
    slave.pcm "dmixer"
    pcm.dsp0 {
    type plug
    slave.pcm "dmixer"
    pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:1,0"
    period_time 0
    period_size 1024
    buffer_size 8192
    rate 48000 #many new cards are 48000 only
    bindings {
    0 0
    1 1
    ctl.dmixer {
    type hw
    card 1
    And flash is now working.
    Last edited by lnxgrl (2008-03-26 00:14:40)

    Okay, my sound now magically works for flash.  I initially had not restarted my pc after installing the above mentioned pulseaudio packages.  I didn't think it necessary, not even sure if it is the restart that fixed it, but problem solved. 
    Though i did change my .asound.rc from
    pcm.!default {
    type plug
    slave {
    pcm "hw:0,0"
    ctl.!default {
    type hw
    card 0
    to
    pcm.!default {
    type hw
    card 0
    ctl.!default {
    type hw
    card 0
    Not sure if that did anything
    Last edited by finalfortune (2014-02-12 10:25:36)

  • No sound for Flash Plugin

    Here's how the story goes.  I was sitting around, eating 3d nachos and my buddy calls me and he's like "Dude, theres a new strongbad email".
    I'm using mozilla-firefox, so I installed the flashplugin
    pacman -S flashplugin
    With my heart pounding, I quickly typed in "www.Homestarrunner.com"
    I went to sbemails, but there was no sound.  I unmuted all my ALSA volumes, and turned them all up to 100%.  I have a SBLive Card.  XMMS works when playing mp3s, but flash sounds don't work!   You guys gotta help me out!

    -bump-
    I have no sound either. 

  • [solved]How to install flash plugin in Konqueror?

    I just
    pacman -S flashplugin
    successfully, but still my Konqueror can't work with flash.
    How to install the flashplugin in Konqueror correctly?
    Thanks
    jazzi
    PS: my system is 32bits pc
    Last edited by jazzi (2009-06-10 00:41:58)

    Go to Settings/Configure Konqueror/Plugins and use "Scan for Plugins" then.
    Last edited by FallenWizard (2009-06-09 13:13:01)

  • Flash plugin with firefox 3, no sound [SOLVED]

    Good morning.
      I would like to report a problem that I have with the flashplugin in firefox. I installed it using the nspluginwrapper-flash 9.0.124.0-1 in AUR. It works, but I get no sound at all. I nstalled the suggested lib32-alsa-lib package, but nothing changed. When I launch firefox I get the following errors:
    [valerio@angel4 ~]$ firefox http://www.youtube.com/watch?v=xS5eax8dvB8
    [valerio@angel4 ~]$ firefox http://www.youtube.com/watch?v=xS5eax8dvB8                 
    (firefox:6314): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
    ** (firefox:6314): WARNING **: Invalid borders specified for theme pixmap:
            /home/valerio/.themes/Oxygen Accurate/gtk-2.0/Toolbar/toolbar.png,
    borders don't fit within the image                                       
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    ** (firefox:6314): WARNING **: invalid source position for horizontal gradient
    LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/libflashplayer.so [/usr/lib/mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS32]                                                                                                 
    LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/nppdf.so [/usr/lib/mozilla/plugins/nppdf.so: wrong ELF class: ELFCLASS32]                                                                                                                   
    which: no soundwrapper in (/opt/kde4-svn/bin:/opt/kde4-svn/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/home/valerio/data/Work/Software/iplt/stage/bin:/home/valerio/data/Work/Software/iplt/stage/bin)     
    which: no soundwrapper in (/opt/kde4-svn/bin:/opt/kde4-svn/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/home/valerio/data/Work/Software/iplt/stage/bin:/home/valerio/data/Work/Software/iplt/stage/bin) 
    It tries to load the 32 bit flash plugin because it is in /usr/lib/mozilla, but I have the wrapped version in $HOME/.mozilla/plugins. The relevant error seems to be the no soundwrapper.
    You might notice that I am running KDE4 svn but I don't think this has to do with the problem.
    Did anyone have a similar problem?
              Valerio
    Last edited by valmar (2009-01-09 10:38:17)

    The errors may not be diagnostic.  That video plays perfectly here despite all this lot:
    [david@darkstar ~]$ firefox http://www.youtube.com/watch?v=xS5eax8dvB8
    LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/libflashplayer.so [/usr/lib/mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS32]
    which: no soundwrapper in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/bin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin)
    which: no soundwrapper in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/bin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin)
    Gtk-Message: Failed to load module "gnomebreakpad": /usr/lib/gtk-2.0/modules/libgnomebreakpad.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    (npviewer.bin:6513): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64
    I would check the installation of nspluginwrapper and nspluginwrapper-flash because lib32-alsa-lib is listed as a dependency in the nspluginwrapper-flash PKGBUILD and so should not have to be installed manually.  Also, did you run "nspluginwrapper -v -a -i" as your user and not as root after installation?

  • How to enable sound in Adobe Flash plugin in Linux ?

    I installed the Flash plugin from Adobe's yum repo, but there is no sound. When I look on the online settings manager, there is no control to set the sound output device.
    On my system, there are multiple sound devices, only one of which works for playback - hw:1,0 in ALSA. In applications which
    allow me to choose an audio device, that works.
    The Totem media player, like Flash, has no audio settings.
    But when I use gnome-sound-properties to set the default playback device to "ALC889 analog", Totem works. Flash does not.

    No, no pulseaudio
    However, I've solved it. Per http://www.seehuhn.de/pages/alsa, If I set the default ALSA device to card 1, then restart Firefox, Flash sound works. As does "aplay" with no options.
    This also works to fix the same issue with the built-in OGG player in Firefox, per my question https://support.mozilla.org/en-US/questions/929698

  • [SOLVED]No more sound in flash, but kmix shows a stream

    Hello all,
    I'm fairly new (and happy that I switched) to Arch .  When I installed Arch on my x86_64 based laptop everything worked fine.  Somewhere along the line I lost sound in flash.  I use KDE with the defaults for sound: Phonon, Pulse, and ALSA.  For my phonon backend I'm using VLC, but have also tried gstreamer.  I first realized the issue in late November and have since been wrestling with it in my spare time to no avail.  I have tried everything in the forums and wikis that I could find (even if it seemed like it didn't apply).  The one difference that I'm experiencing that no one else has posted is that I have a stream show up in kmix when a video is playing, but still have no sound.  It's not muted, and I can move the volume slider with no change.  I have no idea when exactly it broke, or what update may have caused it.  Has anyone had this issue and solved it without posting?  Can anyone offer some troubleshooting advice?  I was previously a Gentoo user of 6+ years and wonder if there  are any Arch tools similar to equery (depends and depgraph flags) that can help me find all the packages installed that are related to flash?  Also, is there anything in Arch that is similar to the Gentoo emerge log?  I would like to clean out everything flash and pulse related and start from scratch, but don't know the best way, or even a clean way, to approach this.
    Thank you in advance for any help offered.
    Regards,
    Joseph
    Last edited by jdwieber (2012-01-13 18:46:16)

    @alexkarro  Thanks for your quick reply and for the links.  Unfortunately, I followed the advice from both links.  I have both lib32-alsa-plugins and lib32-libcanberra-pulse installed.  From what I understand about the first link, my default device is the correct device.  But just in case I'm wrong I pasted the output from aplay and my asound.conf below.  Am I misinterpreting the output to aplay, or configuring my asound.conf wrong?    Originally, when it worked, I got all the config instructions from https://wiki.archlinux.org/index.php/PulseAudio.
    Thanks again.
    jdwieber@beast:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    jdwieber@beast:~$ cat /etc/asound.conf
    # Use PulseAudio by default
    pcm.!default {
      type pulse
    ctl.!default {
      type pulse
    # Explicit PulseAudio device
    pcm.pulse {
      type pulse
    ctl.pulse {
      type pulse
    # vim:set ft=alsaconf:

  • No sound with Flash [SOLVED]

    I am unable to hear the audio in any flash animations/videos.  How do I enable the sound in flashplugin?

    codemac wrote:
    Orrrr it's because the flash plugin uses OSS.
    run `aoss firefox` and be happy.
    OSS does still work or at least the alsa backwards compatibility layer that emulates the old interfaces, right? did i miss anything?
    for newer versions of flash (like version 9) simply install firefox in wine and let it install the plugin. that usually works great!

  • No Sound in Fedora Linux with flash-plugin-9.0.115.0

    Hi ... I've checked everything I think I can ... I have alsa
    configured and that works ... confirmed with mplayer:
    mplayer -ao alsa:device=INTERNAL
    http://wnyc2.streamguys.com:80
    Yet no sound from flash ???
    Flash 7 was working fine ....
    Thoughts???

    kcell,
    thanks for the reply. Actually you are a bit ahead of me. I
    have a single web-server and I'm not actually trying to cross
    domains! However, the security advice says (page 4 of the link I
    gave in my original post)
    "A URL policy file authorizes data loading from its own HTTP,
    HTTPS, or FTP server, whereas a socket policy file authorizes
    socket connections to its own host."
    So because I'm using a socket connection I still need a
    crossdomain.xml. For this sockect connection I am going to open up
    port 843 (as Adobe recommends) on my web-server for this policy to
    be loaded when calling flash.socket.connect(...).
    However, that isn't actually my problem. What I've also done,
    I think, is added a line to my crossdomain.xml file that will
    define a meta-policy, to prevent clients from other domains
    accessing my server (also recommended by Adobe). The line is:
    <site-control
    permitted-cross-domain-policies="master-only"/>, but I don't
    think my SWF is reading the file because I get that error message:
    Warning: Domain 192.168.5.201 does not specify a meta-policy.
    Applying default meta-policy 'all'. This configuration is
    deprecated. See
    http://www.adobe.com/go/strict_policy_files
    to fix this problem.
    Sory about the excessive waffle!

  • [SOLVED]Firefox doesn't detect Flash plugin on a fresh installation

    I have tried the package in extra and the package from AUR, but firefox still doesn't register the flash plugin. I'm probably just missing something here..
    [tapio@Pochi flashplugin-alpha-64]$ ls /usr/lib/mozilla/plugins/
    libflashplayer.so
    Is there something extra I have to do other than installing the package? I looked at the old wiki page for using nspluginwrapper but I couldn't see anything that looked relevant..
    Any help would be much appreciated.
    Last edited by tzar (2008-12-21 05:36:35)

    Try to log out and back in so that the scripts in /etc/profile.d/ get called.

  • [solved] Sound in flash stopped working (alsa, x86_64, rate)

    Why?
    Sound in flash stopped working (alsa, firefox, x86_64). Tried flashplugin-prerelease from archlinuxfr: nothing different.
    Everything worked before I rebooted. I changed nothing else since last reboot.  Can't figure out what happened.
    Updates among other things:
    firefox, xulrunner (firefox I did restart - the new one had sound in flash before I rebooted)
    openal, lib32openal (don't think that has anything to do with it?)
    libsndfile (that's something entirely different, too, right?)
    And a lot of others that don't look related... no Idea how many really, I haven't rebooted in quite a while. Maybe there even was a kernel update since last reboot. Or two.
    edit: Also some interactive flash stuff that did work before has stopped working now.
    edit2: Chromium doesn't have sound in flash either. Tried recompiling firefox / switching to AUR/firefox-pgo: no change. Everywhere else, sound is working fine. Also, several flash games I tried get stuck / freeze after intro.
    Thx!
    Last edited by whoops (2011-03-25 07:31:43)

    Couldn't find any changes there:
    I LC_ALL=C aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    I tried the multilib version and the x86_64 prerelease. Both did work perfectly fine before I rebooted (I tried which one works better recently and couldn't see any real difference). Didn't have trouble with flash for months before this reboot.
    I found a few modules I was unfamilliar with were loaded:
    snd_seq_os snd_seq_dummy snd_seq_midi_event  snd_seq snd_seq_device   
    ... and removed them with rmmod. No change. (I should have restarted alsa at that point I guess just to make sure, those weren't the problem?)
    Then I changed the rate in asound.conf to 41000 and restarted alsa - now everything works again! Strangely, no more freezes too (those were reliable).
    I remember having had problems with flash not having sound unless I set the rate to 41000 about a year ago. After some updates, I tried again and all rates supported by my sound-card seemed to work. My guess would be regression in whatever fixed that problem... but I don't know.
    I'll leave that "unsolved" until I manage to figure out what it really was about.
    Last edited by whoops (2011-03-24 22:17:11)

  • As prompted by Firefox, I updated my Adobe Flash plugin. Now I have no sound for any Internet site. Any ideas?

    I updated the Adobe Flash plugin this morning. I have tried turning the computer off and powering back up with no difference. My volume controls are not muted and volume is not affected in non-Internet applications.

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.<br />
    See [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You can check the Adobe welcome and test page: http://www.adobe.com/software/flash/about/
    You can use this manual download link:
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

Maybe you are looking for