Menu hidden behind flash movie
August 1, 2005 12:00 AM
ORgo to the inline.js file, find the function ObjInlineAddParm( newParm ), and do this so it just adds the code automatically when you publish:function ObjInlineAddParm( newParm ) {//The next 4 lines adds the wmode to Flash filesmyParm=newParm;myParm=myParm.slice(0,myParm.lastIndexOf(">"))myParm = myParm + 'wmode='transparent'>' this.parmArray[this.numParms++] = myParm}
Discussions have been disabled for this post