How To make multiple swf file trasparent

It's possible, but could get sticky. I posted a tip about mass updating file names that could be adapted to this problem. See the post below before going further..Mass replace files of same file typeI was easily able to do this using the above post. I added a flash item to a page published it to HTML and then looked at the source. The orginal code for an swf file that was on the page is:if( is.min ){anim50 = new ObjInline('anim50','CS3FLVPlayer',140,70,320,290,1,0,'div'); anim50.iType='flash';anim50.addParm( "" )anim50.addParm( " " )anim50.build()I then went back into the Lecotra file, and added the param for wmode, republished to HTML and the source code changes to this:if( is.min ){anim50 = new ObjInline('anim50','CS3FLVPlayer',140,70,320,290,1,0,'div'); anim50.iType='flash';anim50.addParm( "" )anim50.addParm( " " )anim50.build()Exporting the title to XML following the post above, doing a find and replace on the text block "swliveconnect='true' play='true'" and replacing it with "swliveconnect='true' play='true' wmode='transparent'"Reimport the XML file into another Lectora file and it should be updated. Edited By: 8ball on 2009-1-20 13:1:18

Discussions have been disabled for this post