vinod827 Report post Posted April 5, 2009 I have swf files in bar graph from Fusion Chart .i want to customize its properties according to me.How can i change its width and length.Because whenever i try to change it on a form where iam calling it ,it cuts the some portion of its original area but not increasing/decreasing actually. I want to change its length and width without creating trouble to the swf file. Thank you Share this post Link to post Share on other sites
Dhruva Report post Posted April 6, 2009 Hello Vinod, Welcome to the forum. To be able to resize the swf file, could you please try to pass the height and width as query strings when you are calling it? To do so, please write something like: Bar2D.swf?chartWidth=200&chartHeigth=400 You can replace the filename, heigth and width values (in bold) to suit your needs. I hope this helps. Share this post Link to post Share on other sites