"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

Play video or open browser application when Image is recognized in ImageTarget Sample

Hi, In ImageTarget sample I am able to display message When image is recognized using [URL=https://ar.qualcomm.at/arforums/showpost.php?p=70]this code[/URL] . Now I want to play Video or open some url in browser application each time when the Image is recognized. If I use handler as explained in the code of above link ,Handler will never stop. When the image is recognized ,If I go to some url in the browser application from ImageTargets Activity using Intent and when I press back button then also browser is opening. How to resolve this. Please help me:) - Prabhu M:)

Prabhum103

Thu, 02/23/2012 - 07:41

Thanks Kim . Now When the Image is recognized I am calling the browser application like [CODE] public void displayMessage(String trackableName) { String url = "http://en.wikipedia.org/wiki/Sachin_Tendulkar"; Intent i = new Intent(Intent.ACTION_VIEW); i.setData(U