Hello dbosnj35!
I have answered in the JA Support Department, We both discuss together, ok ? 🙂 I give you the solutions to resolve this problem.
You add this code section inside OBJECT Tag “<param name=”wmode” value=”transparent”>”
Your Flash Code:
[PHP]
<object width=”246″ height=”262″ type=”application/x-shockwave-flash” data=”images/stories/logo.swf”>
<param value=”/images/stories/logo.swf” name=”src”/>
</object>
[/PHP]
>>> you change:
[PHP]
<object width=”246″ height=”262″ data=”images/stories/logo.swf” type=”application/x-shockwave-flash”>
<param name=”src” value=”/images/stories/logo.swf”/>
<param name=”wmode” value=”transparent”>
</object>
[/PHP]
I make sure it work perfect 🙂
Good luck