--- The function in the main application ---
public function cartUpdater():void {
cartU();
}
--- The function in the module ---
public function cartU():void {
serviceCartList.send();
}
<ns1:shop_cart_small x="800" y="32">
</ns1:shop_cart_small>
public function cartUpdater():void {
MyCoolInterface (modObj).cartU();
}
Open in new window