Can't flash file with aspx page using ExternalInterface

I failed enable communication with the flash file embedded in div object,which is cloned at run time and assigned the innerHtml property with object tag and the page using the External interface class of flash.

ExternalInterface.call(“Method”);

But I can enable this type of communication with the static div object in the page containg swf.

Please give me a solution to solve this problem