My site is http://www.scottarmory.com I am using ZC v.1.3.9
I am trying to get flash slideshow gallery to work on Chrome and FF.
In step 2 of the instructions it states:
STEP 2
Open up the attached flashscript.txt file and only change the name of the .swf and the size of the .swf (in 2 places).
The file:
<script type="text/javascript" src="flashobject.js"></script>
<div id="flashcontent" style="width: 340px; height: 340px"></div>
<script type="text/javascript">
var fo = new FlashObject("My Movie.swf", "animationName", "340", "340", "8", "#D95703");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "true");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
Can someone plz tell me exactly what i need to change to get this to work.
It is working on IE but not on Chrome or FF. I believe this is my problem.
Any help would be great.
Thank you,
James


Reply With Quote
