BlogEngine extension I've written to show a flash XML gallery based on Simpleviewer within a post or page. Enjoy! It also includes Gallery Management, I'll write a post on this soon.
Step 1 - SimpleViewer and XML setup
Upload the Gallery directory with the sample 'alpineski' gallery included. You can create other galleries in the same way or use the Gallery Management module (explained later).
This directory includes the Javascript and Flash files to run the Simpleviewer Flash Gallery. The XMLData file simple returns the XML data using the request variable 'gallery'. In fact you can test the file to see if everything is working ok - http://myblog/gallery/xmldata.aspx?gallery=alpineski
Step 2 - Blog Engine Extension
Upload the gallery.cs into the Extensions directory of BlogEngine
To add the gallery to a post or a page simple in the control panel editor type in [gallery <galleryname> ]. Where the <galleryname> is the name of the directory. In the case of the sample above, type in [gallery alpineski]