Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash over web content Mozilla problem

Status
Not open for further replies.

alfalf

Programmer
Mar 6, 2003
155
BA
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:

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top