motorola - How can I make a windows mobile browser beep? -
i've developed barcoding app runs in web browser on example motorola mc65 (wm 6.5) , cipherlab cp30. works ok giving clear visual indication of ticket status - let them in or don't.
what make different go / no go sounds depending on status of barcode i've scanned being returned server. having different beeps, user doesn't have read screen, can move straight on next ticket scan, speeding massively. whilst we're it, vibrating phone great if pda supports - useful outisde rock concert, it's beep that's necessity.
any ideas? or developing native wm app way go.
will consider installing different browsers / software if it'll cheaper custom app.
yes, can play wav files on device controlled html code. here snippet post @ http://www.hjgode.de/wp/2010/02/26/the-pocket-or-mobile-internet-explorer/: -->
<object type="audio/x-wav" data="file://\windows\asterisk.wav" width="1" height="1"> <param name="filename" value="file://\windows\asterisk.wav"> <param name="hidden" value="true"> <param name="loop" value="false"> <param name="numloop" value="2"> </object> <noembed> <p>could not embed wav file!</p> </noembed> <embed src="file://\windows\asterisk.wav" width="1" height="1" hidden="true" type="audio/x-wav"> <a href="javascript:document.embeds[0].play()">starten</a>
i hope snippet right, formatter did strange replacements.
the snippet shows how play wav background (commented out) or clicking link. can play sound issuing shown javascript:document.embeds[0].play() code.
for led control (vibrate included) have not seen way html. if able, can write activex call native windows mobile api.
regards
josef
Comments
Post a Comment