Hi there,

I cannot tell if this module is still being developed. Hopefully it is. We've got a little problem on our site pertaining to a watchdog error message coming from Flash Node. We have a view that mixes content types (flashnodes and others). Trouble is, if we add the Flash Node->Content field we end up flooding our watchdog log because each time flashnode's view render encounters a node that isnt a flash node it writes a message to the watchdog. Line 608 of flashnode.module:

$error = t('Macro tried to load node @nid which is not a flash node.', array('@nid' => $args['nid']));

Cheers,
Andy