"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How i work with videoplayback sample with dynamic images and video

Hello all,

I want to know how can i make videoplayback sample app to work for more than 2 images suppose 10 images or much more. i will make dat and xml for dynamic.I can work upto 10 images, But i need to give in videoplayback.cpp to compare the image name.i will use web service to for dat xml video and images.So i can not fix this part as static like this

if(strcmp(imageTarget.getName(), "dust") == 0)        {                    currentTarget=DUST;                    LOGD("Dust");        }

Please help me.