Ooohh. Good catch Jake, I missed that one. Have to get those arg types straight;)
Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _____________________________ http://blog.cutterscrossing.com Jake Churchill wrote: > <cfset image =slide.getThumbNail(javacast("int" "290,230"))> > <cfset imageIO.write(image,"jpeg", ("c:\theimageFile.jpg"))> > > The problem might be in these 2 lines. You are passing 290,230 to javacast > and I'm not certain that will work. Plus, the getThumbNail function was > expecting a Dimension object which you should create. Also, on the > imageIO.write() function you were creating a File object as the 3rd parameter > and you aren't here. > ---------- > > Jake Churchill > Team Leader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296877 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

