ok, it's pretty easy:
there are too param you must modify to make it work, I mean to SWF to be loaded:
edit the header template.
replace
+++++++++++++++
src=Explosion.swf
+++++++++++++++
with
+++++++++++++++
src=$stylevar[imgdir_misc]/Explosion.swf
+++++++++++++++
replace
+++++++++++++++
<param name=movie value=Explosion.swf>
+++++++++++++++
with
+++++++++++++++
<param name=movie value=$stylevar[imgdir_misc]/Explosion.swf>
+++++++++++++++
make sure you place Explosion.swf in
http://www.tech-tronix.com/forums/im...essional/misc/
and make sure the link to your misc directory is also that. (this can be edit in "all style option")
just ask when something occurs