IE对象未找到图形闪烁并消失

时间:2012-02-22 08:14:49

标签: css internet-explorer

我有一个flash对象,当它加载IE“未找到图像”图形显示几分之一秒然后消失。

我试图检查错误,唯一可能相关的是:

SEC7113: CSS was ignored due to mime type mismatch 
jquery.uploadify.css

(它以text / javascript的形式发送)。

我不知道这是否相关,可能会导致这种行为。

在所有其他浏览器上,包括IE9,都不会发生。

有什么想法吗?

编辑: 我正在使用uploadify脚本,它生成flash对象 - 这是代码:

// Create the button
                if (!settings.buttonImage) {
                    var button = jQuery('<div />', {
                        id      : settings.id + '_button',
                        'class' : 'uploadifyButton ' + settings.buttonClass,
                        html    : '<span class="uploadifyButtonText">' + settings.buttonText + '</span>'
                    });

                    jQuery('#' + settings.id).append(button);
                    jQuery('#' + swfuploadify.movieName).css({position: 'absolute', 'z-index': 1});
                } else {
                    jQuery('#' + swfuploadify.movieName).addClass(settings.buttonClass);
                }

0 个答案:

没有答案
相关问题