Finn
Проверьте какую версию имеет C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll.
А лучше скопируйте NPSWF32.dll в Opera\program\plugins
Добавлено:
Да дело именно в версии
Код: [no] if (navigator.plugins && navigator.plugins["Shockwave Flash"])
{
if (navigator.plugins["Shockwave Flash"].description.indexOf(6.0) != -1)
{
hasFlash6 = true;
}
if (navigator.plugins["Shockwave Flash"].description.indexOf(7.0) != -1)
{
hasFlash7 = true;
}
if (navigator.plugins["Shockwave Flash"].description.indexOf(8.0) != -1)
{
hasFlash8 = true;
}
if (navigator.plugins["Shockwave Flash"].description.indexOf(9.0) != -1)
{
hasFlash9 = true;
}
}
//if we are unable to detect flash6 or above redirect to
if (!hasFlash6 && !hasFlash7 && !hasFlash8 && !hasFlash9)
{
location.href = "http://s7ondemand1.scene7.com/s7ondemand/misc/upgradeflash.jsp?ref=" + escape(document.location);
}[/no]
Проверьте какую версию имеет C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll.
А лучше скопируйте NPSWF32.dll в Opera\program\plugins
Добавлено:
Да дело именно в версии
Код: [no] if (navigator.plugins && navigator.plugins["Shockwave Flash"])
{
if (navigator.plugins["Shockwave Flash"].description.indexOf(6.0) != -1)
{
hasFlash6 = true;
}
if (navigator.plugins["Shockwave Flash"].description.indexOf(7.0) != -1)
{
hasFlash7 = true;
}
if (navigator.plugins["Shockwave Flash"].description.indexOf(8.0) != -1)
{
hasFlash8 = true;
}
if (navigator.plugins["Shockwave Flash"].description.indexOf(9.0) != -1)
{
hasFlash9 = true;
}
}
//if we are unable to detect flash6 or above redirect to
if (!hasFlash6 && !hasFlash7 && !hasFlash8 && !hasFlash9)
{
location.href = "http://s7ondemand1.scene7.com/s7ondemand/misc/upgradeflash.jsp?ref=" + escape(document.location);
}[/no]