Page 3 of 3

How to use audio widget

Posted: Sat Apr 07, 2012 8:48 pm
by RammohanKanuganti

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


How to use audio widget

Posted: Sat Apr 07, 2012 11:19 pm
by maxkatz

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.


How to use audio widget

Posted: Mon Apr 09, 2012 5:54 am
by RammohanKanuganti

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.


How to use audio widget

Posted: Mon Apr 09, 2012 11:09 am
by maxkatz

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...


How to use audio widget

Posted: Wed Jan 23, 2013 3:51 pm
by Scott Williams

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


How to use audio widget

Posted: Wed Jan 23, 2013 4:22 pm
by maxkatz

Just find the right HTML/JavaScript code to embed that will give you an audio element.


How to use audio widget

Posted: Wed Jan 23, 2013 7:57 pm
by Scott Williams

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


How to use audio widget

Posted: Wed Jan 23, 2013 8:48 pm
by maxkatz

I wouldn't say it's Tiggzi build structure...the project structure is so we can use PhoneGap.