I am trying to develop an WAT(windows application template) app for windows tablet which is supposed to play MP3 files using jPlayer library. Being a WAT app it uses the IE browser built in.
Case I
When opening the page in IE9 I get the message from browser "Allow ActiveX control" when allowing the player works fine. If I do not click allow the jPLayer does not work.
Case II
On tablet in the WAT app when loading the jPlayer basically nothing happens and the play functionality is not working.
My assumption is that the code is not executed on the WAT app because the I am unable to allow the activeX control so jPLayer can check if flash is installed or not.
Any ideas how this can be avoided?