Due to "Shadowbox license expressly prohibits such redistribution" the plugin download is no longer available. Sorry. The only way to have this plugin is for you to create one for yourself and I'll write up the procedure when I have time...
Create your own ShadowBox plugin
Since the shadowbox has been updated frequently in the last few weeks, this one is for version 3.0.3, please go there to download all the files, make sure you select the base stand alone version and all the options available (check all)

Unzip this zip file, you will get a folder "shadowbox3.0.3/shadowbox3.0.3", get the inside folder (the folder that has all the files) and rename it to "shadowbox", move this whole folder to your nucleus plugins folder (http://yourdomain.com/yournucleus/nucleus/plugins/). Now we need the NP_ShadowBox.php.zip, download and unzip the file to the same plugin folder (NOT inside shadowbox), for the thumbnail, you need this thumbnail.php.zip, download and unzip it to the "shadowbox" folder (INSIDE shadowbox).
Now go to admin page, you will see the NP_ShadowBox plugin, and install it like normal. This version 3.0.3 seems to have the JWplayer in it already. Go back to the ShadowBox plugin for usage. For all the CSS3 glowing outline, I don't know how... ... to apply on the CSS of this one. If you can download the 3.0.1 version, then you can modify the CSS for the CSS3 option. When I have time, I'll modify the 3.0.3, but like I said, if it works don't fix it, I'll stay with the 3.0.1 for now.
Again, this NP_ShadowBox plugin will consist of 2 files: NP_ShadowBox.php and thumbnail.php (inside shadowbox folder) and 1 folder "shadowbox" and all must be inside http://yourdomain.com/yournucleus/nucleus/plugins/ directory. For usage just close the shadowbox on this page it will take you back to ShadowBox plugin
SOME IMPORTANT shadowbox.js MODS.
Make a copy of the original shadowbox.js to shadowbox_org.js, now use the notepad++ to edit the shadowbox.js.
lightbox options: If you plan to use any other pop-ups plugins that use "lightbox" like MediaboxAdv or Lightbox2, it will default to shadowbox because shadowbox.js has this command built-in. We need to remove the option inside the shadowbox.js file. Edit the shadowbox.js with notepad++ and replace all "light|shadow" with "shadow". There should be 2 replacements.


Quicktime display problems (black screen and only audio): Again, at notepad++ search for "scale: "aspect"' and delete it completely, make sure one "," still there.

Set new default sizes for all players: If you don't want to set the size everytime you add a player, the default size is 300x300, you can change the default size in shadowbox.js also. Again, at notepad++ editing shadowbox.js, search for all "obj.width=" make sure it's for a player with obj.height=, change the number in pixel, for average size of the player 16x9, the obj.width=560 and obj.height=340, but you can change to any sizes you want.

CSS3 Borders
For those who want to be fancy and put the css3 glowing borders, then just edit the "shadowbox.css" as follow and note that all ie & opera browsers don't support at this time.
To change the overlay color default from #000 = black to any other color, edit "shadowbox.js" file with notepad++, search for "overlay" until the end of the file, you can change #000, and the opacity to .9 = almost max.
Change default player for MP4, MOV to JWPLAYER and AVI, MPG, MPEG to WMP instead of Quicktime player since quicktime player never seem to detect the size correctly and the controller is always missing or cut off. Again, edit "shadowbox.js" with notepad++, search for ".mov" and find all the players, just move the file extension "mov","mp4" from qt to flv, avi,mpg from qt to wmp.
***To have the fullscreen option for youtube that works on Shadowbox***
"player=swf" and "fs=1" must be added in the codes for the youtube fullscreen button to work!!!
href="http://www.youtube.com/v/PQh4MTyRMjQ&fs=1" rel="shadowbox;height=360;width=600;player=swf"
***To Start Shadowbox3.0.3 In Paused Mode With Slideshow Play Option***
The NP_ShadowBox.php already load the options slideshow automatically, but shadowbox will play slideshow everytime the groups are enabled. To start it in "pause" mode, we need to edit (modify) the shadowbox.js as follows.
The first few lines will have "slideTimer;", replace it with "slideTimer="pause";"
Search for "S.close" function and replace the slideTimer=null to slideTimer="pause"
When everything is done, re-save and test.
For alternative pop-up scripts, please go here.
Cheers,
Louis









