Max, but most of the users are having android 2.3 or less?
Is there anyway we can make changes to make sure that it will work on android 2.3
Max, but most of the users are having android 2.3 or less?
Is there anyway we can make changes to make sure that it will work on android 2.3
I doubt anything can be done, the browser simply doesn't support the audio tag. (or doesn't support it well). I would search to see why it doesn't work on 2.3.3.
Max, can you please let me know is there any workaround to make it work on 2.3.3
if so i can upgrade my subscription to "PRO".
so that i can start my actual project ASAP.
There is really not much we can do. If you open a notepad, add HTML5 audio tag to the page, and then run it in Android browser 2.3.3, you will get exactly the same result.
Looks like there is very little support in 2.3.3, it probably was improved starting in 2.3.5 (works on my phone):
http://thinkvitamin.com/asides/androi...
http://stackoverflow.com/questions/48...
I'd rather do it by going with option one, and I would assume so would my customers. what is the best way to do an embedded audio file?
thans,
s
Just find the right HTML/JavaScript code to embed that will give you an audio element.
Embed code made is very difficult to work with tiggzi's build structure, especially in xcode 4.5. So after figuring out the scr=, I experimented with file placement and code signing. For example, say my file to be played is test.wav. Instead of doing embed code or streaming from a server, I would name the src in Audio properties to the name of the file (Tiggzi mobile builder). TIn my case it would be test .wav. Type name can be whatever you want, I chose audio/wav. After that, build the project for xcode. Of course Tiggzi will not be able to detect the file, because YOU have to manually insert it in the resources folder within your plist. Finally, run/test and bam!
Hope this helps.
Scottii
I wouldn't say it's Tiggzi build structure...the project structure is so we can use PhoneGap.