Peter Fahrnberger
Posts: 0
Joined: Fri Jan 24, 2014 11:26 am

html site with audioplayer

Do I understand it correctly that a html site containing an audio player (css, query etc.) will always stay an external web resource even if you export the source code as .apk file?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

html site with audioplayer

Hi Peter,

No. HTML player is embedded in browser. All the appearance are just HTML tags and CSS styles.

Peter Fahrnberger
Posts: 0
Joined: Fri Jan 24, 2014 11:26 am

html site with audioplayer

Thank you, Katya,

that means, when I export my app as .apk file, appery.io will convert the external web resources to native code and the user need not have internet access to play music? (I have read that it is possible to embed music later with help of eclipse).

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

html site with audioplayer

Hello! All your audio files are added to the project as resources, they are included in .apk file. If files are included in project as web links to files, in project they will be as external resources and user would need Internet connection to get these files.

Peter Fahrnberger
Posts: 0
Joined: Fri Jan 24, 2014 11:26 am

html site with audioplayer

Thank you! That means, I can add code (Html) to appery.io, then upload css-, js- and mp3- files to my project and export my audio player; so the user will be able to run the app offline.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

html site with audioplayer

Correct

Peter Fahrnberger
Posts: 0
Joined: Fri Jan 24, 2014 11:26 am

html site with audioplayer

Thank you

Return to “Issues”