Hi all,
I got an application that runs on a single PC and it can be connected/reached also by a portable tablet using local wi-fi .
I did an application that when a new record arrives into a table the PC makes a beep sound. Wav file is stored under /_lib/img/
Like that $myAudioFile1 = “…/lib/img/beep_mobile.wav";
…ech '<EMBED SRC=”’.$myAudioFile.’" HIDDEN=“TRUE” AUTOSTART=“TRUE”></EMBED>’;
The issue is now … on portable tablet pc does it work the same ? How can I make the beep sound works also on the Android tablet ?
Need I to install the .wav file into a directory of android tablet pc ?
How , from within the application , may I call that file and make it sounds the beep on tablet ?
Thanks