On 3/28/06, Alan Queen <[EMAIL PROTECTED]> wrote: > I mean with swfmill. I know about the scaling attribute but if affects > both x and y scale. I'm trying to just affect the xscale..
hi Alan, no, swfmill only knows of a single "scale", not two for the respective axis'. however, you could play around with the xslt a bit...: read lines 184-189 and 196 here: <http://mirror1.cvsdude.com/trac/osflash/swfmill/browser/trunk/src/xslt/simple-elements.xslt?rev=117> it /looks/ like it would be easy to adjust so it has them separated. that would mean you'd have to recompile after every attempt to change it, though -- so using an external xslt would be more convenient (swfmill xslt <xsl> <xml> <swf>), at least until you've got it working as intended. hth, mark -- http://snafoo.org/ _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
