All,
I have to modify somebody's project (rotate quotes on refresh see top right corner) to fit the new layout "From our customers" quotes instead of the rotating image files.
It looks like there is a script on the page that is calling two other files; a flash movie quotes2.swg and an .xml file with the actual quotes.
I've never done flash, your help would be greatly appreciated. I do have Adobe Flash CS3 if it helps.
Here is that script:
<script type="text/javascript">
var so = new SWFObject("quotes2.swf", "quotes", "296", "199", "8");
so.write("flashcontent");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.addParam("salign", "t");
so.write("flashcontent");
</script>



, your help would be greatly appreciated. I do have Adobe Flash CS3 if it helps.




Bookmarks