yeah its possible. i just did this today to add the plugins=viral-1 flashvar.
in wordtube.class.php simply add another line in the GlobalFlashVars() function around line 268 with your flashvar and its value.
i added:
$this->swfobject->add_flashvars( 'plugins', 'viral-1');