# Bright Cove Video Support

**URL:** https://meta.discourse.org/t/bright-cove-video-support/13404
**Category:** Feature
**Created:** [2014年三月4日 22:31 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404 "2014-03-04T22:31:00Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [2014年三月4日 22:31 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404/1 "2014-03-04T22:31:00Z")

</div>

It would be very nice if BrightCove (the leading corporate video provider - and what [Slate.com](http://Slate.com) and Reuters use for their videos) was supported in Discourse the way that Youtube was supported:

[http://www.reuters.com/news/video](http://www.reuters.com/news/video)

[http://support.brightcove.com/en/video-cloud/training-videos/navigating-video-cloud-studio](http://support.brightcove.com/en/video-cloud/training-videos/navigating-video-cloud-studio)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2014年三月4日 22:50 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404/2 "2014-03-04T22:50:46Z")

</div>

Can you provide example URLs from Slate and Reuters that you think should work?

---

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [2014年三月4日 23:18 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404/3 "2014-03-04T23:18:13Z")

</div>

[http://support.brightcove.com/en/video-cloud/training-videos/navigating-video-cloud-studio](http://support.brightcove.com/en/video-cloud/training-videos/navigating-video-cloud-studio)

[http://www.reuters.com/video/2099/01/01/reuters-tv-video?videoId=286616623](http://www.reuters.com/video/2099/01/01/reuters-tv-video?videoId=286616623)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2014年三月4日 23:26 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404/4 "2014-03-04T23:26:17Z")

</div>

Embed codes are

```
<object type='application/x-shockwave-flash' data='http://www.reuters.com/resources_v2/flash/video_embed.swf?videoId=286616623&edition=BETAUS' id='rcomVideo_286616623' width='460' height='259'> <param name='movie' value='http://www.reuters.com/resources_v2/flash/video_embed.swf?videoId=286616623&edition=BETAUS'></param> <param name='allowFullScreen' value='true'></param> <param name='allowScriptAccess' value='always'></param> <param name='wmode' value='transparent'></param> <embed src='http://www.reuters.com/resources_v2/flash/video_embed.swf?videoId=286616623&edition=BETAUS' type='application/x-shockwave-flash' allowfullscreen='true' allowScriptAccess='always' width='460' height='259' wmode='transparent'></embed> </object>

```

And

```
<object id="flashObj" width="940" height="528" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=732529077001&linkBaseURL=http%3A%2F%2Fsupport.brightcove.com%2Fen%2Fvideo-cloud%2Ftraining-videos%2Fnavigating-video-cloud-studio&playerID=1134499652001&playerKey=AQ ~~,AAAABLsQgFE~,jGXrTxeVLAThSRK-KmTFok8sEm6B69RT&domain=embed&dynamicStreaming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=732529077001&linkBaseURL=http%3A%2F%2Fsupport.brightcove.com%2Fen%2Fvideo-cloud%2Ftraining-videos%2Fnavigating-video-cloud-studio&playerID=1134499652001&playerKey=AQ~~ ,AAAABLsQgFE~,jGXrTxeVLAThSRK-KmTFok8sEm6B69RT&domain=embed&dynamicStreaming=true" base="http://admin.brightcove.com" name="flashObj" width="940" height="528" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>

```

Neither of these is particularly friendly to embedding. The embed option for the latter, when selecting WordPress, forces you to log in!

---

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [2014年三月5日 02:39 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404/5 "2014-03-05T02:39:12Z")

</div>

Bummer.. Thanks for your efforts. Sounds like both of these sites are not too socially savvy. Oh Well…

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [2025年十二月4日 11:09 UTC](https://meta.discourse.org/t/bright-cove-video-support/13404/6 "2025-12-04T11:09:24Z")

</div>


