Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

www.tenutasantatecla.it/the links from this page load with IE but not my mozilla

  • 2 Mbohovái
  • 1 oguereko ko apañuái
  • 1 Hecha
  • Mbohovái ipaháva cor-el

more options

after going from the home page to the next page of the below site, it does not load with Mozilla, but it works fine with Internet Explorer and I am then able to access all it's links.

after going from the home page to the next page of the below site, it does not load with Mozilla, but it works fine with Internet Explorer and I am then able to access all it's links.

Opaite Mbohovái (2)

more options

There are no links in Opera either, so not Firefox problem.

However, it does work with Konqueror.

All on Linux.

Some quirk of Flash.

Moambuepyre DaveRo rupive

more options

You only have code for IE on the www.tenutasantatecla.it/home_eng.htm page to display the Flash file
Firefox ignores an object with a classid
The initial page has an embed for Firefox and works.
You will have to add the embed code to that other page as well.

www.tenutasantatecla.it/home_eng.htm

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="920" height="531" title="Tenuta Santa Tecla">
 <param name="movie" value="frame_sup_eng.swf" />
 <param name="quality" value="high" />
</object>

www.tenutasantatecla.it/

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="700" height="340" title="Tenuta Santa Tecla">
 <param name="movie" value="intro.swf" />
 <param name="quality" value="high" />
 <embed src="intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="340"></embed>
</object>