You are not logged in.
|
Hello,
I uploaded gallery .swf file to my webpage. In IE works everything OK, but I cant see the gallery in Chrome and Firefox. In Chrome - i cant see anything Fire fox - Displays message: Content on this page requires a newer version of Adobe Flash Player.- but I have the newest
the link is http://www.dominodesign.com.br/portfolio.html
Thanks
Jana
|
|
3 years ago |
|
geoff
Slideroll Creator
From: San Mateo, CA
Registered: 2004-10-24
Posts: 2812
|
|
The embed code has been altered by the software you used to publish the page.
You've got a Flash object tag at line 133, and within that object is the proper gallery embed code. This is probably obscuring the gallery from non-IE browsers, as well as the fact that the proper embed code is also obscured by comment tags:
Code:
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>--> ... |
If there's a way to edit the HTML of your page, you should probably remove all the code from that table cell and paste the embed code directly into the HTML of the page.
|
|
3 years ago |
|