Add a Skip Ad button to Brightcove Player - brightcove

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.

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()

Related

How to build a paper-element app with dart?

I want to build a large application in Dart using material design. To accomplish this I included paper_elements into my project. My problem is, that I can't think of a good way to build my multi page application with paper_elements. Usually I create objects which would create their elements inline and add / remove themselves to the dom. The way I understand the paper_element tutorials I found so far this is not possible with them.
Is there a simple way to use paper_elements in dart while having an object based structure? For example I would have my application which loads either a register or login object and displays it in the browser. When logging in it should load a menu object which displays a menu and so on. All page changes should happen without a page reload.
I'm looking forward to all help, examples or links you could provide regarding my problem.
Cheers,
Tim
In Dart you normally build the app as SPA (single page application) without reload.
You can add remove a paper-element like normal DOM elements (div, input, ...) querySelector('#placeholder').append(new Element.tag('paper-input'));
You can also use <template if="{{}}"> or <template repeat="{{}}"> to make Polymer auto-insert these elements when certain conditions are fulfilled or for each value in a collection.
Your question isn't very specific but I guess all you need is already available here on SO as Q/A. Just search for [dart-polymer]. If you don't find anything just ask and we point you in the right direction.
a few that might be relevant
Dart Language: Polymer - Working with views
How to update polymer element bindings after it was removed from DOM and inserted again
How to add attributes to a dynamically created component
how to implement a main function in polymer apps (you don't need a main() when you use a polymer-element that acts as a container for your entire application)
Is imperative Mustache-Binding in Polymer.dart supported?

Upload function using forms publisher with the <browser>

What necessary steps must be taken in order to upload a file from local machine to ContentCenter using Forms Publisher to create a DCR. As far as I understand the instance only lets you browse files within the specified workarea. What I would like to do is use it to upload an image instead to a specified folder in the workarea instead.
Can anyone provide me with the steps/examples to solve this? Would be really appreciated.
Thank you.
You can do that with a custom plugin in Tiny MCE. Create a sevlet
that has a browse button with upload functionality to teamsite
workarea. Call that in Tiny MCE on click of an icon.
You can also create a CGI and call it in datacapture.cfg using callouts.
Let me know if you need more details.

Google Apps Script fade in

Is there a way to make an image slide show using only google apps script ui services.I have created a gallery of image but doesnt have any transition animation. I cant find any example using any effect animation (fade in fadeout). I cant also find any timed events examples. Thanks.
Using JQuery, this will not be possible using the UiApp. I believe Caja rejects CSS3, so therefore you wouldn't be able to set it as an attribute either.
The only thing I can suggest is utilizing the HTML Service which would allow the use of JQuery - be sure to use Google's hosted JQuery as it will run faster for you.
Hope this helps,
Cheers.

TYPO3 - custom back end UI

I'm pretty new with TYPO3 and was wondering if you could give me an advice how to solve my problem. Basically I'm trying to make an extension that creates a custom UI for the templavoila extension. Basically my question is if you are wanting to customize the BE UI of the backend edit form, how can you possibly accomplish this? the change I wanted to make is adding another container for some options on the left side of the tabbed edit form of the generic edit page created by the class t3lib_TCEforms. Thanks!
create a extension that extends the templavoila extension with kickstarter. Add your fields under "Extend existing Tables". Use generated tca.php file and add a --DIV-- for your new tab and fields or something you want.

How do I set a specific image for a Spotify Playlist

Is it possible to set a specific image that will appear when people share my Spotify playlist instead of the default collage of album covers? I've seen companies do this.
Example of what I want:
http://open.spotify.com/user/herbalessencesus/playlist/2oJKDuEbhByNCZHMqmDenR
Example of what I'm getting:
http://open.spotify.com/user/124792730/playlist/0Y2wUYw5wxMdZGCqJyqbaA
The first link you shared is a special, branded playlist.
If you're acting on behalf of a company, and you want to get in touch with us about that, please fill out the partner contact form: http://www.spotify.com/us/work-with-us/partners/contact/
You can do it also in the App itself by overriding the CSS and put a background image.
Not sure, that's what you want.

Resources