|
Post by Eton Bones on Mar 13, 2008 17:03: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:ShoutFile UBBC:[ video=ShoutFile,width=400,height=300]EEHG4tSE[/video] How to insert video: The video identifier can be found in the url http://www.shoutfile.com/v/EEHG4tSE/Tire_Reattaches_To_Car_After_Falling_Off |
Addon Code:<script> /* AVIP Addon:ShoutFile (global header below AVIP header code) - Eton Bones*/ if(window['vidType']){ vidType['ShoutFile']={}; vidType['ShoutFile'].prefix='http://www.shoutfile.com/emb/%video%'; vidType['ShoutFile'].params={allowscriptaccess:'never'} //stop popups } </script> [Agent:2]
|
|