I am having the same issue. I have tried using DreamWeaver to alter the code, but cannot seem to make it work. Here's the code I used:anim1081 = new ObjInline('anim1081','twilight-zone-01',0,0,684,632,1,5,'div ');anim1081.iType='flash';if (is.Mac) {anim1081.addParm( "" )} else{anim1081.addParm( "" )}anim1081.addParm( "" )anim1081.addParm( "" )anim1081.autoPlay = true;if (!is.Mac) {anim1081.addParm( "" )anim1081.addParm( "" )anim1081.addParm( " " )}else {anim1081.addParm( "" )}anim1081.build() Any ideas what I'm doing wrong?