You can make this work by creating a Zone Definition for:
Canada Shipping
US Shipping
Make sure you build both with their proper Zone Definition details ...
Add the US Shipping zone definition to the FREE SHIPPING! freeshipper ...
Add the Canada Shipping zone definition to the Flat Rate flat shipping module ...
Edit the shipping module:
/includes/modules/shipping/flat.php
and change the code to include the comment marks in red:
Code:
// disable only when entire cart is free shipping
// if (zen_get_shipping_enabled($this->code)) {
$this->enabled = ((MODULE_SHIPPING_FLAT_STATUS == 'True') ? true : false);
// }