|
Post by Eton Bones on Mar 16, 2008 18:26:31 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:Vimeo UBBC:[ video=Vimeo]31220778[/video] How to insert video: the red part of`the url is hat's needed Addon Code:<script> /* AVIP Addon:Vimeo (global header below AVIP header code) - Eton Bones*/ if(window['vidType']){ vidType['Vimeo']={}; vidType['Vimeo'].prefix='http://www.vimeo.com/moogaloop.swf?clip_id=%video%&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0'; } </script> [Agent:2]
|
|