Post by Eton Bones on Mar 18, 2008 19:02:34 GMT -5
[bg=mistyrose] |
UBBC:[video=BigThink404]1021[/video]
UBBC:[video=BigThink262]1378[/video]
Note: Unlike other flash players the bigthink players come in fixed dimensions. You'll need to choose the size at which you want the video to play.
How to insert video: The number at the end of the url is the video identifier
Addon Code:
<script>
/* AVIP Addon:BigThink (global header below AVIP header code) - Eton Bones*/
if(window['vidType']){
vidType['BigThink262']={};
vidType['BigThink262'].description='Bigthink(262x196)'
vidType['BigThink262'].maxwidth='278px'
vidType['BigThink262'].maxheight='265px'
vidType['BigThink262'].params={flashvars:_getFlashVars};
vidType['BigThink262'].prefix= 'http://www.bigthink.com/swf/video_player_262x196.swf?ideaid=%video%&ideacolor=2&loadUrl=http://www.bigthink.com/feed/playerInfo.xml'
vidType['BigThink262'].example='http://etonbones.proboards100.com/index.cgi?action=display&board=examples&thread=46';
vidType['BigThink404']={};
vidType['BigThink404'].description='Bigthink(404x303)'
vidType['BigThink404'].maxwidth='420px'
vidType['BigThink404'].maxheight='372px'
vidType['BigThink404'].params={flashvars:_getFlashVars};
vidType['BigThink404'].prefix= 'http://www.bigthink.com/swf/video_player_404x303.swf?ideaid=%video%&ideacolor=2&loadUrl=http://www.bigthink.com/feed/playerInfo.xml'
vidType['BigThink404'].example='http://etonbones.proboards100.com/index.cgi?action=display&board=examples&thread=46';
}
</script>
Update: If any other sizes of the player is discovered then the code will be modified to include that as well, so check periodically for updates.
[Agent:2]