• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

adobe animate sounds not working on phonegap

New Here ,
Apr 30, 2017 Apr 30, 2017

Copy link to clipboard

Copied

I have build a html5 android app with Adobe animate cc, every thing work perfectly on browser, but when I build using phoneGap I lose sounds.

Any one succeeded before on getting this to work?

Views

251

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 01, 2017 May 01, 2017

In most combinations of HTML5 you have to get a user action before sound is allowed to work. Does your app require the user to at least touch the screen once before sound is played?

It could be worth you getting to know about ActionScript. You could then build the app using Animate, and use StageWebView to show your HTML5 application. If you used the just released AIR 26 beta you would also get a better web viewer than phonegap gives you.

Votes

Translate

Translate
LEGEND ,
May 01, 2017 May 01, 2017

Copy link to clipboard

Copied

In most combinations of HTML5 you have to get a user action before sound is allowed to work. Does your app require the user to at least touch the screen once before sound is played?

It could be worth you getting to know about ActionScript. You could then build the app using Animate, and use StageWebView to show your HTML5 application. If you used the just released AIR 26 beta you would also get a better web viewer than phonegap gives you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 03, 2017 May 03, 2017

Copy link to clipboard

Copied

LATEST

Hello,

Yes my app requires an action before the sound, but in animate I used the sound in the press state of the button, not triggering it using as3.

Kindly find the html5 files for review.

https://ufile.io/yx9q8

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines