FlashGallery in a blog?

CouchSurfingOri's picture
public
CouchSurfingOri - Fri, 2007-10-05 20:32

My current site, couchsurfingori.com uses the occasional SlideShowPro slideshow. It's a flash embed with a tiny bit of Flashvars to reference which album from a seperate PHP-driven application is being displayed. It's very convenient for quick insertion of photo slideshow into a blog post. I really like the FlashGallery use of SimpleViewer. Does anyone have any ideas on how I can embed the FlashGallery into a blog? Currently, if I want the FlashGallery to play, the user has to go to site/fgallery - and if they want a specific gallery, then it's site/fgallery/# - Can I embed FlashGallery into a blog entry? That way, you'd see the story, and have the slideshow right beneath it.

All thoughts appreciated.


could try flash_gallery_render function

dwees's picture
dwees - Sat, 2007-11-24 15:09

Try changing your filter to php code, then add the following.

<?php
$tid
= 3; // change this to the tid of the term associated with the flash gallery you want to show
print flash_gallery_render($tid);
?>

It might work...