Download & Extend

conflict with SWFTools version 5.x-1.1

Project:Image Pager
Version:5.x-1.0
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

If I assign a region to image pager and do not

<?php
print $region_name;
?>
in template, SWFTools gives the error "Sorry, flash is not available." Once I print the region, SWFTools displays the flash. The workaround is to either: 1) Place
<?php
print $region_name;
?>
in template or 2) configure the block so it only works on node/*.
nobody click here