I'm having troubles with this I think i have it set up right but i never see the animation pop up. At first it would only show the default "pop up" box so i disabled that but it still not showing the animation. Any ideas?
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/http://www.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
|