Uzytkownik "David Mark" <> napisal w wiadomosci
news: oups.com...
> On Oct 15, 5:20 am, "K." <halinaciern...@poczta.onet.pl> wrote:
>> Hello!
>>
>> I have a problem with javascript script called: SWFObject.
>
> So do a lot of people.
>
>> I have a web page which displays on IE 7.0. i Firefox in a good way.
>> All flash objects are displayed on a web page.
>
> I think it would be better if none of them displayed. If I were
> visiting your site, that is what I would prefer.
>
>> The problem is on IE 6.0. I have i.e. 9 flash swf objects, but only 6 of
>> them
>> are displayed. I don`t know why. I think it is not my fault as a code
>> programmer.
>
> It is your fault for using Flash movies and then relying on somebody
> else's supposed expertise to implement them.
>
>>
>> Could you help me what to do? Maybe some of us had such problem before?
>
> Since you haven't posted your markup or script, it is unlikely that
> anyone can help.
>
Here is the page
www.forumtransportu.pl
Here is the js code:
<div id="fl_mini25"></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("banner.php?id=25", "fl_mini25_f", "130", "50",
"7", "#ffffff");
so.addVariable("quality", "high");
so.addVariable("clickTag", "bannerclick.php%3Fid%3D25");
so.write("fl_mini"+25);
$(document).ready(function() {
so.write("flashcontent");
});
// ]]>
Thanx
Marcin