4
It should work with a custom block. Copy the .swf's generated HTML code from to , modify the path to the folder on your site where the .swf file is, and choose the block type as HTML. The code should look something like this:
<body>
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="600" ID="Captivate1">
<param name="movie" value="http://www.yoursite.com/modules/module_name/images/SWF/Multimenu_link.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="loop" value="0">
<embed src="http://www.yoursite.com/modules/module_name/images/SWF/Multimenu_link.swf" width="800" height="600" loop="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">embed>
object>
center>
body>
Just adjust the paths as above to any folder on your site containing the flash file you want to show.