|
Post by Eton Bones on Mar 13, 2008 2:12:50 GMT -5
[bg=mistyrose]NoteAddons are small code snippets that modify the video definitions of the Any Video in Post ( AViP) hack in order to define a new type of video or patch an existing one. Because of this, addon codes need to go in the header below the header portion of the AViP code. |
Video Type:BrightCove UBBC:[ video=BrightCove,height=412,width=486]987743610[/video] Information: The video identifier is the part following title= in the url http://www.brightcove.tv/title.jsp?title=987743610&channel=294971770 |
Code:This video type is not supported by default in the Any Video in Post(AVIP) but can be added by placing the following code below the header portion of the AVIP code: <script> /* AVIP Addon:BrightCove (global header below AVIP header code) - Eton Bones*/ if(window['vidType']){ vidType['BrightCove']={}; vidType['BrightCove'].prefix='http://www.brightcove.tv/playerswf?initVideoId=%video%&servicesURL=http://www.brightcove.tv&viewerSecureGatewayURL=https://www.brightcove.tv&cdnURL=http://admin.brightcove.com&autoStart=false'; vidType['BrightCove'].params={flashvars:_getFlashVars} } </script> [Agent:2]
|
|