I would like to be able to be able to fade in and fade out an audio file like this:
'flashplayer': 'player.swf',
'file': 'myaudiofile.mp3',
'fadeInSpeed': 2000,
'fadeOutSpeed': 2000...Thank you for an awesome product!
I would like to be able to be able to fade in and fade out an audio file like this:
'flashplayer': 'player.swf',
'file': 'myaudiofile.mp3',
'fadeInSpeed': 2000,
'fadeOutSpeed': 2000...Thank you for an awesome product!
Good suggestion. It would be very nice if the same could apply to movies. Flowplayer allows for such functionality.
It's an interesting suggestion! Unfortunately, that's not something we can easily implement. On devices like Android, iPhone and iPad, there's no control over volume.
You can build this feature yourself by using the jwplayer().setVolume() function. You can simply set it at 0 at the start and then move it up with 10 percent every 0.2 seconds or so.