Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.81 -r1.82 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 4 Mar 2007 17:18:47 -0000 1.81 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 4 Mar 2007 21:32:40 -0000 1.82 @@ -495,7 +495,7 @@ # do we have a language link (it starts with a ':') if {[regexp {^:(..):(.*)$} $link _ lang stripped_name]} { set link_type language - } elseif {[regexp {^(file|image):(.*)$} $link _ link_type stripped_name]} { + } elseif {[regexp {^(file|image|swf):(.*)$} $link _ link_type stripped_name]} { set lang "" set name $link } else {