Hi Vladimir,
Is it a hard job to put the Testdata.plist file on a webserver, the images as URLs and view extracts of the video on the iphone ?

reagrds,
Laurent
you mean you want to download the data dynamically? if so, you want to look into NSURLConnection class. i wrote a simply helper class for myself a while ago that takes a url as a param and then asynchronously downloads the target. it then calls a callback method you specify. the code isn't ready to be published so i may get it out there once i clean it up.
hope this helps.