ColdFusion 8 introduced the
ColdFusion 8 introduced the
cool.
a collection of colours, labels, their fonts and sizes. Also a lot of "switches" to turn certain functionality off and on.
that’s getting there, for sure.
thanks Ben
Is there any way to stylize the containing page that’s generated? I can’t figure out a way to get the ugly 5 pixel-ish white border around the .swf to disappear, or to configure which fonts should be aliased and which shouldn’t. I noticed in this config file you mention there’s not any place to boolean aliasing on or off or denote the embedding of the fonts for nonstandard ones.
Thanks!
Did anyone ever figure out how to get rid of the white border around the presentation?
I just did. Pop this line into the end of the loadflash.js file after document.write( s ) in that config directory and it should work on all browsers.
document.body.style.margin = "0px";
Leave a Reply