-1

I'm trying to add a Skip Ad Button to my Brightcove Player but I don't know hot to do it. Brightcoves supports tell me that I need to create a plugin with a custom component to my player, but I don't know how to do this.

llrs
  • 3,308
  • 35
  • 68
falinares
  • 11
  • 1
  • Welcome to StackOverflow! Did you read the [ask] page and the [about](http://stackoverflow.com/about) page? What have you tried? – llrs Feb 26 '14 at 15:07

1 Answers1

0

You need to understand how to use and build SWF plugins: http://support.brightcove.com/en/video-cloud/docs/creating-custom-player-components

And then use the stopAD method in the AdvertisingModue https://docs.brightcove.com/en/video-cloud/player/com/brightcove/api/modules/AdvertisingModule.html#stopAd()

MarkF
  • 1
  • 2