I may be incorrect in saying this, although I've been hacking around with FlashNode to get it to work with FLV files (and it is working nicely) and best I can tell this is a bug. The bug appears in flashnode.module:flashnode_delete() where it references $node->flashnode[_flash] a couple of times, and I belive that it should be referencing $node->flashnode[_flashnode] instead, or else it will not delete files as it should. If changed to _flashnode, it does properly delete files on my system. Thanks for looking into this. Love your module!

Comments

Stuart Greenfield’s picture

Sorry for the delay in getting on to this!

You are right, it should be $node->flashnode['flashnode'], so not only had I missed the change from _flash to _flashnode, but I had also missed the quotes.

I'll fix this.

Thanks!

Stuart Greenfield’s picture

Status: Active » Fixed

Fixed in HEAD. I have a few other changes to make and will then re-release flashnode.

Anonymous’s picture

Status: Fixed » Closed (fixed)