[kml_flashembed movie="flash/myBanner.swf" width="468" height="60" /]
My first flash. Having difficulties to display it now at the moment.

Wow after changing some script, now its working properly.

downloaded the swfobject from :
http://blog.deconcept.com/swfobject/#howitworks

and install the flash plugin for wordpress Kimili Flash Embed
and made some changes to suits the new swfobject.js and now its working.

What i changes in the kml_flashembed.php script:
at the function kml_build_fo_script($atts)

replace this line
$out[] = ‘ var flashObject = new FlashObject(“‘ . $movie . ‘”,”‘ . $id . ‘”,”‘ . $width . ‘”,”‘ . $height . ‘”,”‘ . $fversion . ‘”,”‘ . $bgcolor . ‘”,’ . $useexpressinstall . ‘,”‘ . $quality . ‘”,”‘ . $xiredirecturl . ‘”,”‘ . $redirecturl . ‘”‘ . $detectKey . ‘);’;

with this
$out[] = ‘ var flashObject = new SWFObject(“‘ . $movie . ‘”, “‘ . $id . ‘”, “‘ . $width . ‘”, “‘ . $height . ‘”, “‘ . $fversion . ‘”, “‘ . $bgcolor . ‘”);’;

and

at the function kml_add_flashobject_js()
replace this
plugins/kml_flashembed.php?flashobject.js
to this
plugins/swfobject.js