Hi,
I am creating my own Flash module for the Display theme and have been having a bit of difficulty getting the correct image sizes back from the cu3er php script that returns an XML feed.
So far I have worked out that I can get a nice XML feed for the slider at http://mywebsite.com/wordpress/wp-content/themes/display/slideshow/dont_edit.php and that it returns exactly the XML feed that I want. Problem is when I look at the images returned by the php call in the XML for example (http://mywebsite.com/wordpress/wp-content/themes/display/framework/includes/timthumb.php?src=/images/slideshow/myimage.jpg&h=420&w=940&zc=1) it is not the size suggested by the parameter tags ( 420 x 940) but instead it returns a 100 x 100pixel thumbnail.
How can I get the full size 940px X 420 px image path? I have tried changing the parameters as per the PHP script but with no love.
Paramters
---------
w: width
h: height
zc: zoom crop (0 or 1)
q: quality (default is 75 and max is 100)
Cheers,
Tim














