Ok,
simply i need a plugin that works with redtube api:
http://api.redtube.com/docs/#getVideoById
I put in a field the VIDEO ID.
I press a button.
The plugin call via AJAX the redtube api explained above:
http://api.redtube.com/?data=redtube.Videos.getVideoById& video_id=15485& output=xml& thumbsize=small
The output of the api is parsed and i see as result of AJAX call the full list of all thumbnails of the video wich id i filled into the field.
I select 2 thumbnails, and i …