|
Post by Eton Bones on Mar 13, 2008 15:30:35 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:GodTube UBBC:[ video=GodTube,width=330,height=270]24bade185eee34ddb0aa[/video] How to insert video: The video identifier can be found in the url. It is the part following the viewkey=http://www.godtube.com/view_video.php?viewkey=24bade185eee34ddb0aa |
Addon Code:<script> /* AVIP Addon:GodTube (global header below AVIP header code) - Eton Bones*/ if(window['vidType']){ vidType['GodTube']={}; vidType['GodTube'].prefix='http://godtube.com/flvplayer.swf?viewkey=%video%'; vidType['GodTube'].params={flashvars:_getFlashVars} } </script> [Agent:2]
|
|