Brightcove - change or hide a video name programmatically - brightcove

Can I change or hide a video name programmatically for a Brightcove video player?

Yes, you can change the Video's name (aka display_name) using the Brightcove Media API's update_video method: http://docs.brightcove.com/en/media/samples/update_video.html
If you want to change the name on the client-side and not have it be permanent, you can follow this example for changing the video's name: http://docs.brightcove.com/en/smart-player-api/samples/update-media.html

Related

Wrapping default windows thumbnail handler for photos

I would like to write a new thumbnail handler for photos. I want my thumbnail handler to be activated only on some specific folders. If the file is not in on of these special folders, I simply would like to forward the call to windows default thumbnail handler. So I want my thumbnail handler to be a simple wrapper over the default one.
Is there a way to call the default handler from my handler code?
If it matters, this is relevant only for windows 10.
Thanks,

How customize GCKUICastInstructionsViewController from Google chromecast SDK?

I need just to move button, make is transparent, make text capitalized.
Is it possible to achive this with UIApperance protocol or need to create its own controller?

What to pass to Pinterest's iOS 8 app extension?

Is there documentation somewhere? If I just pass the URL I want to Pin, all the images on the webpage for that URL are shown in the Pinterest share sheet.
Pass:
The url that you want to pin (NSURL)
The image you want the pin to have (UIImage)

Good cross browser player for video ads on website

I am looking for a good video player to display video ads on my site. We want to make these ads in standard IAB sizes. I would like to use html5 when possible, and have a fall back for browsers that do not support it.
The player needs to have a onclick function that can be set or overwritten so that a person clicking on the ad will be taken to a page for the ad.
I tried setting up HTML5 video tags and giving it a onclick event shown below, but the flash file I used for fallback does not work with the onclick event.
<script>
$('video').click(function() { window.open('http://mydomain.com','_newtab');
});
</script>
Does anyone know of a good player for this?

URL to edit image with media uploader thickbox

I'm using WordPress 3.5 and trying to figure out how can I edit an image by clicking on it to get to the media uploader thickbox.
What I found out so far
The URL below work fine but I need to EDIT a special image, not add one. I have an attachment ID.
/wp-admin/media-upload.php?post_id=1&type=image&TB_iframe=1&width=640&height=553
To make the thickbox work I need to add the classes info thickbox.
Question
I found many articles on how to upload images but not how to edit them. Maybe I can just add some get variale to get it to work?

Resources