I'm having trouble with making a complex action with a CCK field.
The user provides a video id; then, using a cck compute field, i'm generating the unique hash to find the thumbnail of the image on the remote site; then, i don't know how to do this, but i want to 'fill up' a field (image type) with downloaded thumbnail and displayed with an image cache preset.
So my question may be dumb, but, how can I 'automatically' add an image to a image field using simple php function (that i'll put in the calculated cck field)
Use actions ? Or any other idea ?