Stack Effect to Create New Effect
After you add multiple effects to an element, you can freely move and adjust the effect bars to overlap or superpose those effects, as illustrated in the pictures below, to create a new effect.
Effects overlapped:
AC_FL_RunContent( ‘codebase’,'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0′,’width’,’300′,’height’,’100′,’src’,'effect2′,’quality’,'high’,'pluginspage’,'http://www.macromedia.com/go/getflashplayer’,'movie’,'effect2′ ); //end AC code
Effects superposed:
AC_FL_RunContent( ‘codebase’,'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0′,’width’,’300′,’height’,’100′,’src’,'effect3′,’quality’,'high’,'pluginspage’,'http://www.macromedia.com/go/getflashplayer’,'movie’,'effect3′ ); //end AC code