The multiple_resize gallery can't load .swf

Hey all!

I found the multiple_resize gallery - the one with categories, just perfect for me. The problem is that I tried to load *.swf files instead of *.jpg in the XML file, and when I come to the point where the menu.swf file is being loaded - It just stop, I cant go back or go to the next image.

So the question is why does it do that? …You can see what I mean here --> http://www.iniziate.1go.dk/resizeBorder_multi.swf …under “Gallery2” and press next until you load a “green”-spot.

<?xml version="1.0" encoding="UTF-8"?>
<portfolio>
 <gallery>
  <image title="Gallery 1/Leila" source="pic1.jpg"/>
  <image title="Gallery 1/Leila again" source="pic2.jpg"/>
  <image title="Gallery 1/Unknown" source="pic3.jpg"/>
  <image title="Gallery 1/Landscape 1" source="image04.jpg"/>
  <image title="Gallery 1/Landscape 2" source="image06.jpg"/>
  <image title="Gallery 1/Landscape 3" source="image05.jpg"/>
 </gallery>
 <gallery>
  <image title="Gallery 2/Unknown" source="pic1.jpg"/>
  <image title="Gallery 2/Leila" source="pic1.jpg"/>
  **<image title="Gallery 2/Leila again" source="menu.swf"/>**
  <image title="Gallery 2/Landscape 1" source="image04.jpg"/>
  <image title="Gallery 2/Landscape 2" source="image06.jpg"/>
  <image title="Gallery 2/Landscape 3" source="image05.jpg"/>
 </gallery>
 <gallery>
  <image title="Gallery 3/Landscape 3" source="image05.jpg"/>
  <image title="Gallery 3/Leila" source="pic1.jpg"/>
  <image title="Gallery 3/Leila again" source="pic2.jpg"/>
  <image title="Gallery 3/Unknown" source="pic3.jpg"/>
  <image title="Gallery 3/Landscape 1" source="image04.jpg"/>
  <image title="Gallery 3/Landscape 2" source="image06.jpg"/>
 </gallery>
<portfolio>

Hope you understand me, Peter!