Hi,
(This is more like a javascript question - feel free to move/remove.)
Because WADE does not support movies, I am trying to embed a youtube video right ontop of the app. So far I am close to managing show/hide the html marker by callback listening to a mouse click flag on an app button, then quiting the app function (so as to be able to push the embedded youtube play button) -simulateneously replacing the app background with a mock-up. The problem is... I cannot go back to the app with an app button.
Can you think of a better, more WADE-native of doing this? Maybe there is a natural wade system call or something? I imagine a very very naive way to do this would be to "remove mouse listening events from the app in a certain area".
Thanks!
CA