Quote:
Originally Posted by basilrath
http://www.vdubs-r-us.com/you-got-mail.swf
if it works on the root and server from the link above then you have a flash issue
unless your running ie9 ???
apparently its having flash issues
try the link and does the flash animation work with sound?
|
Yes, the link works fine. Here is what I have:
Code:
{vb:raw footer}
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - New PM!">
<object type="application/x-shockwave-flash"
data="/you-got-mail.swf"
width="150" height="250">
<param name="movie" value="/you-got-mail.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
</body>
</html>