
Originally Posted by
farhan713
thanks for the link
i set up the rotator on my website but i can see only a small square image. How do i increase the width of the image so that it looks like a banner?. You can see the rotator at
http://bia.websitetraders.com
For instance
PHP Code:
var s1 = new SWFObject("imagerotator.swf","rotator","570","465","8");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","madrid.xml");
s1.addVariable("width","570");
s1.addVariable("height","465");
s1.write("container");
Bookmarks