Viewing 5 replies - 16 through 20 (of 20 total)
  • Hello

    Go to Gallery – options – Gallery
    and check “Integrate slideshow:”

    it works for me

    @ecoscope: That script change worked for me too. Thanks a bunch! Maybe Alex should take a look at it as well?

    it works for me after adding the following to
    wp-content/plugins/nextgen-gallery/nggfunctions.php

    WP 2.7, NGG 1.0.1

    nggfunctions.php line 57:

    // create the output
    $out = “\n”.'<script type=”text/javascript” src=”‘.NGGALLERY_URLPATH.’/admin/js/swfobject.js”></script>’;
    $out .= ‘<div class=”slideshow”>’ . $swfobject->output() . ‘</div>’;

    thank you now it worked too at my site ??

    Found the root of the issue (I was seeing too)
    wp 2.7 gallery 1.0.2

    I had wp-simpleviewer active

    The problem:
    The wp-simpleviewer plugin also has a swfobject.js file.

    The Solution(s):
    1) disable/uninstall the wp-dimpleviewer plugin
    or
    2) replace the simpleviewer swfobject.js with the one found in the nextgen-gallery/admin directory (all works fine )

    that is it, a simple file version problem where the older was being loaded in lieu of the one needed by the gallery/flashviewer

    I got the same issue, however the fixes above don’t work, and I don’t have wp-simpleviewer.

    NextGEN Gallery 1.1.0
    Wordpress 2.7.1

    https://www.afot-o.se/

    anyone got any idea why this is happening?

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: NextGEN Gallery] The Flash Player and a browser with Javascript support are needed..’ is closed to new replies.