Display a set of blocks on the sidebar. Inspired from roytanck.com
Adds four configurable blocks to show items in a flash sphere on the sidebar.
Up to 20 images shown simultaneously
The reason to limit the number of images has to do with performance, but you’ll also see nasty visual side effects if the images start to overlap their neighbors.
Some users like to use an ellipse and not a sphere. Two files below to replace the existing photowidget.swf that will adjust the widget to be an ellipse.
In order to have this widget on a external page this is the code required:
<object type="application/x-shockwave-flash" data="http://WWW.EXAMPLE.com/gallery3/modules/photowidget/lib/photowidget.swf" width="200" height="200"> <param name="movie" value="http://WWW.EXAMPLE.com/gallery3/modules/photowidget/lib/photowidget.swf" /> <param name="bgcolor" value="#ffffff" /> <param name="AllowScriptAccess" value="always" /> <param name="flashvars" value="feed=http://www.EXAMPLE.com/gallery3/index.php/photowidget/recent_xml/" /> <p>This widget requires Flash Player 9 or better</p> </object>
Replace WWW.EXAMPLE with your domain name. Adjust the width and height for your requirements.
The reason to limit the number of images to 20 has to do with performance, but you’ll also see nasty visual side effects if the images start to overlap their neighbors.