Hello all,
if anyone could give me a hint. This web page has some content and has Diokletian tzar flash animation playing the tennis. We placed this animation in a way where tsar would hit the ball and ball will bounce between top, left and right content column. All is done and working in IE, but we have a problem with Mozilla. HTML content beyond this animation in Mozilla isn't reachable. I used <object> tags for animation embedding, here's a code:
If anyone could suggest how to resolve this issue or is it even possible?
if anyone could give me a hint. This web page has some content and has Diokletian tzar flash animation playing the tennis. We placed this animation in a way where tsar would hit the ball and ball will bounce between top, left and right content column. All is done and working in IE, but we have a problem with Mozilla. HTML content beyond this animation in Mozilla isn't reachable. I used <object> tags for animation embedding, here's a code:
Code:
<object type="application/x-shockwave-flash" data="swf/diokletian_tenis.swf" width="987" height="796" id="x_flobj" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="swf/diokletian_tenis.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>
If anyone could suggest how to resolve this issue or is it even possible?