//---------------------------------------------------------------------------------- // Author: Richard Chong // Company: dmwcreative // Created: 02/05/07, 25/06/07 // Name: Internet Explorer Flash (Click here to activate) Fix // Description: This script is called by the HTML/Web document // Using function call embedFlash(arg1, arg2, arg3) // arg1: path of the .swf to embed. // arg2: swf width // arg3: swf height //---------------------------------------------------------------------------------- // JavaScript Document function ie_flashfix(this_swfpath, this_width, this_height) { var swf_path = this_swfpath; var swf_width = this_width; var swf_height = this_height; var embedswf = ""; var swf_id = swf_path.substring(0, (swf_path.length-4)); embedswf += ''; embedswf += ''; embedswf += ''; embedswf += ''; embedswf += ''; embedswf += ''; embedswf += ' ); ?>