Hi everyone! I’m coding a very simple AR application using Flarmanager and Away3D 3.6 which plays a video (flv) when a marker is detected.
The problem is that when the marker is removed, the video is no longer visible (the function video.isPlaying throws false, actually) but the audio keeps playing!
I’ve been debugging the app for a while and I can’t figure where the problem is. I’ve got the same code in Papervision and it works correctly.
Could anyone help me please?
Thank you guys!
P.S.: I’ll attach my code, just in case.