05/12/2010, 01:11 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Jan 2010
Posts: 115
Likes Received: 0
Thanks: 7
Thanked 24 Times in 17 Posts
|
I've posted a new article on my blog, along with a sample app, to demonstrate the use of HTML5 audio in webOS apps, post 1.4. Any questions about using audio, or the app or source code should be asked here.
Article: http://bit.ly/jdf-sample-audio Source: Source Code « JDF-Software.com App: http://developer.palm.com/appredirec...e.audio-sample |
09/07/2010, 01:30 PM
|
#2 (permalink) | |
|
Member
![]() Join Date: Dec 2009
Location: Germany
Posts: 8
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
For me the media loop does only work with WAV and not with MP3. Is that a BUG or is my Code wrong? Discuss here: Forums webOS • View topic - Music loop trouble: WAV works, MP3 not (BUG?)
My code: Quote:
Last edited by simsche; 09/07/2010 at 01:31 PM. Reason: Code added |
|
09/07/2010, 01:49 PM
|
#4 (permalink) |
|
Member
![]() Join Date: Dec 2009
Location: Germany
Posts: 8
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
Now it works!
My BUG... I used this code (main-scene.html)... <audio id="audio" controls="false" x-palm-media-audio-class="navigation"> ...for the loop. Only WAV worked, no MP3. Don't ask my why, but if you wanna user MP3 you had to use this code: <audio id="audio" controls="false" x-palm-media-audio-class="media"> |
![]() |
|
| Tags |
| audio, html5, source code |
| Thread Tools | |
| Display Modes | |
|
|



