|
Nevermind I got it, I needed to add this into my javascript:
onload=runSlideShow;
function toBin(form){
form.bin.value=new Number(form.dnum.value).toString(2);
Pic.length=0;
bin2Pic(form.bin.value);
loadEm();
}
And this where ever I wanted the flash image to be placed:
<script type="text/javascript">
document.write('<img src="images/'+Pic[choice]+'" name="SlideShow">')
</script>
__________________
Justin Allen
WebTeam
Please login or register to view this content. Registration is FREE
|