Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

audio fade in and fade out

2 replies [Last post]
Reply

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!

Reply

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.

Reply

Good suggestion. It would be very nice if the same could apply to movies. Flowplayer allows for such functionality.

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options