Forum Moderators: open
My website is supposed to be printer friendly using <mediaprint> metatags and two stylesheets.
If you want to print index.php, it will print index.php?print=1 (which will generate a different layout).
The problem is that despite the fact that I can see the Flash document when typing index.php?print=1 in the URL bar, it doesn't appear in my print preview nieder in my printed page.
Any idea why it refused to print?
BTW, this is the code I use (IE 6.0.2800)
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="map" width="350" height="260"> <param name="movie" value="http://www.example.com/maps/map_vector.swf"><param name="quality" value="high"><param name="bgcolor" value="#FAEEA9"><embed name="map" src="http://www.example.com/maps/map_vector.swf" quality="high" bgcolor="#FAEEA9" width="350" height="260" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>
Thank you