tags:

views:

333

answers:

0

I can only get my flash text to show up when I have font-weight: bold; set up in the css part of sifr-config.js

I am using omnes and have bold, normal, italic and bold italic in the swf. I even created another file using omnes semibold, medium, medium italic, semibold italic and got the same results. It's really doing my head in. Any help is greatly appreciated.

Here's what I have in the sifr config file:

var omnes1 = {
src: 'http://www.spotfedbids.com/public/media/omnes1.swf', ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01] };

var omnes2 = {
src: 'src is the same as above but goes to omnes2 stackoverflow only allowed one hyperlink', ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01] };

sIFR.activate(omnes1, omnes2);

sIFR.replace(omnes2, {
selector: 'h1', css: [ '.sIFR-root { font-size:36px; font-weight: bold; color: #ffffff; line-height: 36px}' ], wmode: 'transparent' });