Global Flash Parameters?

This was posted elsewhere. I was not able to get it to work but in retrospect I think I tried to add it as an HTML object, not modify the Trivantis file.I have NO idea what it really does.==========================Understand this changes the original file supplied to you by Trivantis, so first of all:Make a backup copy of the file you are going to adjust before doing anything else. 1. The file you want to adjust is Program Files > Lectora > Support Files > trivantis-inline.js. 2. Open the file in a text editor 3. Find the function: ObjInlineAddParm( newParm ) 4. Replace that funciton with this: function ObjInlineAddParm( newParm ) { //following 4 lines add the wmode to Flash files myParm=newParm; myParm=myParm.slice(0,myParm.lastIndexOf(">")); myParm = myParm + ' wmode='transparent'>'; this.parmArray[this.numParms++] = myParm; //this.parmArray[this.numParms++] = newParm; } 5. That is all you need to do to add transparency to Flash.==================================

Discussions have been disabled for this post