I think you can manage this just by adding a custom VB code. You'd have to get the HTML for the flash file to show up in IE, and just put {param} where it asks for the URL in the HTML.
Just looked some stuff up, and I think in simplest form the best thing to do would be create a custom vb code tag named flash or whatever you like. Tell it to replace the tag with
Quote:
<OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<PARAM NAME=movie VALUE="{param}">
</OBJECT>
|
And it should work from there. I haven't tested this, so I'm not sure it will work. However, as the previous poster stated, there are extreme risks to allowing your users to do this. Should you proceed with this I suggest you moderate the movies they CAN have in their signatures heavily. Hope this helped.