Strict Standards: Declaration of Walker_Page::start_lvl() should be compatible with Walker::start_lvl(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 576

Strict Standards: Declaration of Walker_Page::end_lvl() should be compatible with Walker::end_lvl(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 576

Strict Standards: Declaration of Walker_Page::start_el() should be compatible with Walker::start_el(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 576

Strict Standards: Declaration of Walker_Page::end_el() should be compatible with Walker::end_el(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 576

Strict Standards: Declaration of Walker_PageDropdown::start_el() should be compatible with Walker::start_el(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 593

Strict Standards: Declaration of Walker_Category::start_lvl() should be compatible with Walker::start_lvl(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 687

Strict Standards: Declaration of Walker_Category::end_lvl() should be compatible with Walker::end_lvl(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 687

Strict Standards: Declaration of Walker_Category::start_el() should be compatible with Walker::start_el(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 687

Strict Standards: Declaration of Walker_Category::end_el() should be compatible with Walker::end_el(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 687

Strict Standards: Declaration of Walker_CategoryDropdown::start_el() should be compatible with Walker::start_el(&$output) in /sda/6/c/www.mozilla.firefox/wp-includes/classes.php on line 710

Strict Standards: Redefining already defined constructor for class wpdb in /sda/6/c/www.mozilla.firefox/wp-includes/wp-db.php on line 58

Deprecated: Assigning the return value of new by reference is deprecated in /sda/6/c/www.mozilla.firefox/wp-includes/cache.php on line 99

Strict Standards: Redefining already defined constructor for class WP_Object_Cache in /sda/6/c/www.mozilla.firefox/wp-includes/cache.php on line 404

Deprecated: Assigning the return value of new by reference is deprecated in /sda/6/c/www.mozilla.firefox/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /sda/6/c/www.mozilla.firefox/wp-includes/theme.php on line 576
Problème Flashplayer bug en mode forward (Iceweasel) | Mozilla Firefox
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 932

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 933

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 932

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 933

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 932

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 933

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 932

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/6/c/www.mozilla.firefox/wp-includes/kses.php on line 933

Télécharger Firefox 3

Le nouveau Firefox est encore plus rapide, plus sûr et totalement personnalisable pour s'adapter à vos besoins.

Télécharger Firefox gratuitement

Flashplayer bug en mode forward et freeze


Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method aggregate::parse_content() should not be called statically in /sda/6/c/www.mozilla.firefox/wp-includes/plugin.php on line 163

J’ai rencontré récemment un problème avec Adobe  Flashplayer sur ma debian squeeze, quand je lançais une page qui utilise ce plugin dans Iceweasel, l’équivalent de Firefox sous Debian, la video se mettait en mode forward et freezée…

Avec les autres naviagteurs comme Chromium,Chrome pour windows, ou Epiphany c’était la même chose. Après plusieurs recherches et plusieurs heures… j’ai trouvé une solution, la voici:

Lancez Iceweasel en mode console sans le &  à la fin pour avoir les messages d’erreur:

# iceweaselALSA lib conf.c:1220:(parse_def) show is not a compoun
ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char
ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf may be old or corrupted: consider to remove or fix it

IL s’agit donc d’un problème avec la librarie ALSA, pour rappel, cette librarie est utilisée par des programmes , dont flashplayer, exigeant l’accès à l’interface de son ALSA.

Venant donc à la solution, ouvrez le fichier /usr/share/alsa/pulse-alsa.conf et remplacez tout son contenu par:

# This file is referred to by /usr/share/alsa/pulse.conf to set pulseaudio as
# the default output plugin for applications using alsa when PulseAudio is
# running.

pcm.!default {
    type pulse
    hint {
        show {
            @func refer
            name defaults.namehint.basic
        }
        description “Playback/recording through the PulseAudio sound server”
    }
}

ctl.!default {
    type pulse
}

Et pis c’est toi :)

Répondre