bb code to help with video

Lenin

Active member


bb code help

hello good day I wonder if I can help with a bb code ...

is for video, I have carried out the steps that are required but when
attempt to put a video on the video does not show said that the url of the video is invalid ....
web: blogrish.net/web

Match URLs: http://blogrish.net/web/video/{$id}





embed code is:


HTML:
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='480' height='385'            id='cb_embed_player1' name='cb_embed_player1'><param name='movie' value='http://blogrish.net/web/player/hdflvplayer/hdplayer.swf'><param name='allowfullscreen' value='true'><param name='allowscriptaccess' value='always'><param name='flashvars' value='file=http://blogrish.net/web/files/videos/12902925071eb48.mp4'><embed id='cb_embed_player1'          name='cb_embed_player1'          src='http://blogrish.net/web/player/hdflvplayer/hdplayer.swf'          width='480'          height='385'          allowscriptaccess='always'          allowfullscreen='true'          flashvars='file=http://blogrish.net/web/files/videos/12902925071eb48.mp4&showPlaylist=false'  /></object>

and change it is:

Code:
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='480' height='385'            id='cb_embed_player1' name='cb_embed_player1'><param name='movie' value='http://blogrish.net/web/player/hdflvplayer/hdplayer.swf'><param name='allowfullscreen' value='true'><param name='allowscriptaccess' value='always'><param name='flashvars' value='file=http://blogrish.net/web/files/videos/{$id}'><embed id='cb_embed_player1'          name='cb_embed_player1'          src='http://blogrish.net/web/player/hdflvplayer/hdplayer.swf'          width='480'          height='385'          allowscriptaccess='always'          allowfullscreen='true'          flashvars='file=http://blogrish.net/web/files/videos/{$id}&showPlaylist=false'  /></object>
Video Example

http://blogrish.net/web/video/SDSAOBDXKR89/Chairman-Goodchild-Interview-Excerpt
but it does not work, any ideas?

thanks for the help me =)
sorry for my bad English ...
 
blogrish.net won't work. The embed code for that video doesn't contain any identifying portion of the URL, so xenForo can't build the embed code from the URL.
 
Top Bottom