https://vborg.vbsupport.ru/showthrea...ght=allow+html
That should also work for 3.6.2 (I hope) which allows you to keep html off for everyone (security reasons), but allows you to set html allowed for usergroups (like admins) so you, yourself, are still able to post html.
Then you should (theoretically) be able to put the code above (after editing EMBED src=" " to your flash filename) into your post and it should show up... I think.
Well crap... that didn't work :lol:
Well I started a new thread and entered:
Code:
<html>
<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
width="587" height="57">
<param name='movie' value="movie">
<param name='quality' value="high">
<param name='bgcolor' value='#FFFFFF'>
<param name='loop' value="true">
<EMBED src="YOUR FILE HERE" quality='high' bgcolor='#FFFFFF' width="587"
height="57" loop="true" type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
</EMBED>
</OBJECT>
</html>
The flash did show up but it had some formatting errors and some text too. Maybe try to put it into a table in the post?