Notice the id property in the object tag.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,19,0" width="550" height="400" id="source2">

Well Contribute is not inserting this tag. Therefore the flash movie will not
run the folowing (Flash Action Script):
import flash.external.ExternalInterface;
theURL = ExternalInterface.call("getLocation");

Anyone know what to do?