pauledee
11-02-2010, 06:12 PM
Hi all
Has anyone ever come across this problem before?...
I have flash objects on pages - coded like this:
<object data="media.swf?datafile=xml/page_003_audio.xml" type="application/x-shockwave-flash" width="550" height="250" id="audio_object1" >
<param name="movie" value="media.swf?datafile=xml/page_003_audio.xml" />
<param name="wmode" value="opaque" />
</object>
I made a separate print stylesheet to make certain adjustments and linked it in the header like this:
<link href="print.css" rel="stylesheet" type="text/css" media="print" />
However, all browsers print the background image in the flash object perfectly except Firefox. I've been testing on FF3.0 and 3.5 and in each case the browser seems to reduce the size of the .swf by about 15%.
Any ideas anyone?
Has anyone ever come across this problem before?...
I have flash objects on pages - coded like this:
<object data="media.swf?datafile=xml/page_003_audio.xml" type="application/x-shockwave-flash" width="550" height="250" id="audio_object1" >
<param name="movie" value="media.swf?datafile=xml/page_003_audio.xml" />
<param name="wmode" value="opaque" />
</object>
I made a separate print stylesheet to make certain adjustments and linked it in the header like this:
<link href="print.css" rel="stylesheet" type="text/css" media="print" />
However, all browsers print the background image in the flash object perfectly except Firefox. I've been testing on FF3.0 and 3.5 and in each case the browser seems to reduce the size of the .swf by about 15%.
Any ideas anyone?