"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 to remove play icon and play video automatically

Hi, I have double checked and implemented the videoplayback and cloud recognition and now I want to play video automatically I have searched may forums but still i'm not clear about how to remove play and video playback.

 

I have tried the following steps 

 

1.To remove play button : I have comment the folowing

 switch (currentStatus[currentTarget])                {                    case READY:                        /*GLES20.glBindTexture(GLES20.GL_TEXTURE_2D,                            mTextures.get(2).mTextureID[0]);*/                   ..............                }but i'm not able to remove play button.