Jump to content
  • 0

Подгрузка *.swf в Safari = белый прямоугольник


loki li
 Share

Question

Подгружаю *.swf-ролик (никакого активного содержимого только короткое видео, типа Intro), для всех браузеров справился а с Safari не получается.

Суть проблемы: пока сафари грузит ролик, на его месте остаётся белый прямоугольник по размерам swf-a

для IE решился вопрос через библиотеку swfobject

для всех остальных браузеров (кроме сафари) стандартным указанием <param name="wmode" value="transparent">

и только сафари не могу никак победить ...

Вот проблемная страница: _http://alfabet.ru/test/

Вот значимый код :


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title></title>
<style type="text/css">
<!--
html, body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #010810 url(Image_53.jpg) center center no-repeat scroll;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
color: #000000;
}
-->
</style>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" language="javascript">
<!--
function startswf(){
var flashvars = {};
var params = {loop:false,play:true,menu:false};
var attributes = {};
swfobject.embedSWF('vesi.swf', 'introSWF', '660', '424', '9.0.0','expressInstall.swf',flashvars,params,attributes);
}
-->
</script>
</head>
<!--[if IE]><body onload="startswf()"><![endif]-->
<!--[if !IE]>--><body><!--<![endif]-->
<table style="width: 100%; height: 100%;" border="0" cellpadding="0" cellspacing="0">
<tr><td align="center" valign="middle" style="width: 100%; height: 100%; vertical-align: middle;">
<table style="width: 848px; margin-top: 75px;" border="0" cellpadding="0" cellspacing="0">
<tr><td align="left" valign="middle">
<!--[if IE]><div id="introSWF"></div><![endif]-->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" style="background-color: transparent;" data="vesi.swf" width="660" height="424">
<img src="alternate.jpg" width="660" height="424" alt="" />
<param name="movie" value="vesi.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="bgcolor" value="#010810">
<param name="wmode" value="transparent">
<param name="loop" value="false">
<embed src="vesi.swf" width="660" height="424" type="application/x-shockwave-flash" play="true" loop="false" menu="false"></embed>
</object>
<!--<![endif]-->
</td></tr></table>
</td></tr></table>
...
</body>
</html>

Edited by loki li
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Посмотрел страницу, не увидел проблему. Сразу появились весы, покрутились и все. Что не так? Sf 5.0.5

У меня сафари 5.0.5 (7533.21.1) под винду, выглядит 1-2 секунды до загрузки ролика так: safari-bug.jpg

потом всё становится ок

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy