|
Post by Eton Bones on Mar 17, 2008 2:36:48 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:iFilm UBBC:[ video=iFilm]ht tp://www.spike.com/video/2840027?cmpnid=800&lkdes=VID_2840027[/video] How to insert video: Use the full url or just the numeric identifier (immediately preceding the"?" in the url or at the end of the url) http://www.spike.com/video/2840027?cmpnid=800&lkdes=VID_2840027 |
Addon Code:<script> /* AVIP Addon:iFilm (global header below AVIP header code) - Eton Bones*/ if(window['vidType']){ vidType['iFilm']={}; vidType['iFilm'].prefix='http://www.spike.com/efp?flvbaseclip=%video%&'; vidType['iFilm'].params={flashvars:_getFlashVars} vidType['iFilm'].preprocess= function(vType,vURI){if(vURI.match(/(?:\/|VID_)(\d+)\??/i)){caller[caller.length-1].arguments[2]=RegExp.$1;}} } </script> [Agent:2]
|
|