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 SkipVought 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
0
0
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. The 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?

Thanks!
 
I'd say this question better belongs in the Flash forum (forum250).
 
That means you need to update your version of Mozilla on your system. Previous versions had trouble displaying flash.

Maria Santella
ICP DAS USA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top