Title: [Plugin: NextGEN Gallery] swobjects 2.0.4
Last modified: August 19, 2016

---

# [Plugin: NextGEN Gallery] swobjects 2.0.4

 *  [gregma](https://wordpress.org/support/users/gregma/)
 * (@gregma)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/)
 * Hello,
 * Today I tried an update of “viper’s video quicktags” plugin, now the slideshow-
   widget of NG doesn’t work anymore.
 * Looks like it’s because the other plugin uses already Version 2.04 of the swobject,
   NG uses version 1.5.
    Is it possible to update?

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850803)
 * currently not, I normally don’t plan to update swfobject, because it does the
   job a long time.
 * But I will review it for V1.00
 *  Thread Starter [gregma](https://wordpress.org/support/users/gregma/)
 * (@gregma)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850805)
 * Thx 🙂
 *  [viper007bond](https://wordpress.org/support/users/viper007bond/)
 * (@viper007bond)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850819)
 * There’s a reason versions of SWFObject have been released (bugfixes, etc.). Sure,
   1.x _works_, but 2.x works _better_. 😉
 *  Thread Starter [gregma](https://wordpress.org/support/users/gregma/)
 * (@gregma)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850820)
 * Alex, I added a line into your nggwidget.php and into the nggfunctions.php (“
   included” the script again)…
 * Not sure if it’s brilliant, but it works so far:
 *     ```
       $out  = "\n".'<script type="text/javascript"
       src="/wp-content/plugins/nextgen-gallery/admin/js/swfobject.js"></script><div
       class="slideshow" id="ngg_slideshow'.$galleryID.'">';
       $out .= '<p>The <a
       href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and
       <a href="http://www.mozilla.com/firefox/">a browser with Javascript
       support</a> are needed..</p></div>';
       ```
   
 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850836)
 * It require a rework of my script code, so I will look for it in V1.00.
 * Until that it may work that you added the V1.5 + V2.1, but I don’t know where
   it causes problems or not….
 *  [b4pjs](https://wordpress.org/support/users/b4pjs/)
 * (@b4pjs)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850851)
 * Hi,
 * I too am having problems with the SWFObject not defined error. I have tried adding
   the line into the nggfunctions.php but cant really work out where to put them…
 * Would it be possible for someone to post a new widget and functions source files
   or paste the full code here. I love these two plugins and would love for them
   to work alongside each other 🙂
 *  [b4pjs](https://wordpress.org/support/users/b4pjs/)
 * (@b4pjs)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-850864)
 * No worries all, I finally worked it out 🙂 All you need to insert is this line:
   `
   $out = "\n".'<script type="text/javascript" src="'.NGGALLERY_URLPATH.'/admin/
   js/swfobject.js"></script><div class="slideshow" id="ngg_slideshow'.$galleryID.'"
   >';`
 * before the support line:
 * `$out .= '<p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash 
   Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript
   support</a> are needed..</p></div>';`
 * For anyone having problems with this it is line 165 of the nggfunctions.php
 * Barny
 *  [trils](https://wordpress.org/support/users/trils/)
 * (@trils)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851006)
 * it doesn’t work with me. 🙁
 * I still get this in miy sidebar widget:
 * Get the Flash Player to see the slideshow.
 * Any other update on this?
 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851020)
 * Downgrade Viper Video Quicktags to Version 5 or disable NextGEN/wordTube until
   I release an update.
 * The documentation about swfobject says clear :
 * > SWFObject 2 is NOT backwards compatible with SWFObject 1.5
 *  [trils](https://wordpress.org/support/users/trils/)
 * (@trils)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851046)
 * i’ll wait for the update.
 * Thx. 😉
 *  [viper007bond](https://wordpress.org/support/users/viper007bond/)
 * (@viper007bond)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851048)
 * > until I release an update.
 * Let me know if you need any help. I know the docs are pretty clear, but I’m happy
   to help fellow plugin devs anyways. 🙂
 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851057)
 * Thanks,
 * I think I’m able to get this running, but it’s a bad timing. I’m in the middle
   of a new release for wordTube / NextGEN
 *  [Flobster](https://wordpress.org/support/users/flobster/)
 * (@flobster)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851064)
 * I don’t want to mess around with the code, but an update to SWFObject 2.1 support
   would be appreciated! I have embedded the 2.1 version to display flash content
   anyway, using NGG there are currently two versions loaded, which should not be
   necessary. Would be even better if one could choose in admin panel whether to
   load SWFObject or not by default.
 *  [aichholzer](https://wordpress.org/support/users/aichholzer/)
 * (@aichholzer)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851123)
 * Too bad 🙁 I’ll wait for a new version of NextGen as well, meanwhile I have to
   disable Vipers Quicktags, as I do have more galleries than videos but on the 
   other hand all my videos are offline or using the old YouTube object.
 * Thank you guys. 😉
 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851127)
 * I updated NextGEN Gallery & wordTube… please update now it should be fix the 
   version conflict

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘[Plugin: NextGEN Gallery] swobjects 2.0.4’ is closed to new replies.

 * 15 replies
 * 7 participants
 * Last reply from: [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-swobjects-204/#post-851127)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
