RammohanKanuganti
Posts: 0
Joined: Mon Mar 26, 2012 8:38 am

How to use audio widget

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use audio widget

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.

RammohanKanuganti
Posts: 0
Joined: Mon Mar 26, 2012 8:38 am

How to use audio widget

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use audio widget

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

Scott Williams
Posts: 0
Joined: Sun Jan 13, 2013 1:57 am

How to use audio widget

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use audio widget

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

Scott Williams
Posts: 0
Joined: Sun Jan 13, 2013 1:57 am

How to use audio widget

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use audio widget

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

Return to “Issues”