Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
---|
5 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> |
---|
6 | <meta name="apple-mobile-web-app-capable" content="yes"/> |
---|
7 | <title>Audio</title> |
---|
8 | |
---|
9 | <script type="text/javascript" src="../deviceTheme.js" data-dojo-config="mblThemeFiles: ['base']"></script> |
---|
10 | <script type="text/javascript" src="../../../dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: true"></script> |
---|
11 | |
---|
12 | <script type="text/javascript"> |
---|
13 | require([ |
---|
14 | "dojox/mobile/parser", |
---|
15 | "dojox/mobile", |
---|
16 | "dojox/mobile/compat", |
---|
17 | "dojox/mobile/Audio" |
---|
18 | ]); |
---|
19 | </script> |
---|
20 | </head> |
---|
21 | <body> |
---|
22 | <audio data-dojo-type="dojox.mobile.Audio" controls> |
---|
23 | <source src="audio/sample.mp3" type="audio/mpeg"> |
---|
24 | <p>To play the music, A browser which supported audio tag is required.</p> |
---|
25 | </audio> |
---|
26 | </body> |
---|
27 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.