Downloading images from the www

hello !

(haven´t found an answer to my problem so I´m posting my question as a new topic)

I am quite new to vvvv and if anyone of the experienced users could help me solve me problem I´d be more than grateful.

what I am trying to achieve in a nutshell:

  1. load the flickr rss feed and extract the twenty thumbnails from it. (DONE!)
  2. download the twenty images to a specific folder (TO-DO!)
  3. recieve some kind of notifier/event when the download is completed so I can work with these pictures (or probably recieve a notifier/event whenever one has been downloaded so I can work with this picture while the next one is loaded - a kind of asynchronous approach…) (TO-DO!)

I am attaching a patch containing what I´ve done so far.

any advice or help would be greatly aprechiated !

thanks in advance,
matthias

flickr_feed2.v4p (7.8 kB)

Ola, the DynamicTexture (EX9Texture String) is the node you want, look at the help file, it isn’t spreadable, but with a little Queue loop you might capture them all 20.

Your notify pin might be the succes from the http renderer.

I attached a quick demo, hope it helps.

Ola, the DynamicTexture (EX9Texture String) is the node you want, look at the help file, it isn’t spreadable, but with a little Queue loop you might capture them all 20.

Your notify pin might be the succes from the http renderer.

I attached a quick demo, hope it helps.

flickr_feed3.v4p (15.0 kB)

incredible !!!
thanks for your asistance !

regards,
matthias