"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

Trouble with autoplay/looping video

We have app which recognize image and show related video over the top this image.

We implement default sample app and change it, but we have trouble with autoplay/looping. judging by the code when run:

- (BOOL)load:(NSString*)filename playImmediately:(BOOL)playOnTextureImmediately fromPosition:(float)seekPosition

with playOnTextureImmediately=YES we must play video immediately. But observation doesn't work correct:

- (void)observeValueForKeyPath:(NSString*) path                      ofObject:(id)object                        change:(NSDictionary*)change                       context:(void*)context