Code

Support for Gear HTML5 Audio Player

Support for Gear HTML5 Audio Player

Cart 602 sales

flashedge supports this item

Supported

Popular questions for this item

I’m using a Windows IIS server and it doesn’t run! What can I do?

You’ll need to add the correct MIME types in your web.config file. Most probably the missed type is related to JSON. You can add it like this in your config:

<configuration>
 <system.webServer>
   <staticContent>
     <mimeMap fileExtension=".json" mimeType="application/json" />
   </staticContent>
 </system.webServer>
</configuration>

Save it as web.config in your root and restart the server. Add any other missing MIME type if you still have issues.

I can’t view the waveform on my SoundCloud songs. How so?

It seems like SoundCloud has forced their API calls on HTTPS. This means that any crossdomain call might fail from HTTP to HTTPS.

So, you’ll need to run your site directly on a HTTPS protocol to keep all calls consistent. Infact the demo runs on a protected protocol as you can see here: https://apps.flashedge.net/gear

Does it work on iOS and Android?

Yes, it has been tested on Android 4.4.2 and iOS 7.1.1 and works just fine! ;)

Is the showcased Demo included in the Download?

Yes, of course it is! Just the songs and images are missing due copyright reasons.

Show more

Contact the author

This author provides limited support for this item through this item's comments.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey