Hello there,
I've been trying to get Sifr3 to work for hours now, it works fine in Safari and Firefox, but doesn't in IE6 & IE7.
I've checked the Flash version + found somewhere the problem could lay in media="" definition which i added.
Here are the codes I use:
sIFR.prefetch({ src: 'myriad.swf' }, { src: 'myriader.swf' }); sIFR.compatMode = true; sIFR.activate(); sIFR.replace({ selector: 'h1.pak', src: 'myriad.swf', css: { '.sIFR-root' : { 'color': '#ed1c24', 'font-weight': 'normal' }, }, wmode: 'transparent', paddingTop: 10 }); sIFR.replace({ selector: 'h2.pak,h3.pak', src: 'myriader.swf', css: { '.sIFR-root' : { 'color': '#ed1c24', 'font-weight': 'normal' }, }, wmode: 'transparent', paddingTop: 0 });
If you want to have a look at the page you can go here: www.e-mkb.nl/pakketten.htm
I really hope someone will be able to help me out on this. Thanks in advance,
Philippe