Topic: Video FLASH (FLV) reader by BBCODE
Example at
http://www.sortons.net/forum/viewtopic.php?id=4417
You need
1. download the FREE PLAYER created by Jeroen Wijering at http://www.jeroenwijering.com/?item=Flash+Video+Player (direct link download : http://www.jeroenwijering.com/downloads … player.zip)
2. There is a 100% FREE FLV encoder at http://www.rivavx.com/index.php?encoder (only for PC ... sorry !)
3. Add in CSS
.video {
width :auto;
height : 320px;
background : #F7F7F7;
margin : 10px;
padding : 10px;
border : 1px solid #E7E7E7;
font-size : 14px;
font-weight : 600;
text-align : center;
}
4. Open /include/parser.php
'#\[video\](.*?)\[/video\]#',
'<div class="video">Title of your Video Box<object type="application/x-shockwave-flash" data="URL-OF-YOUR-PLAYER/flvplayer.swf?file=URL-WHERE-YOU-PUT-YOUR-FLV/$1.flv&autoStart=false" width="100%" height="100%" wmode="transparent"><param name="movie" value="URL-OF-YOUR-PLAYER/flvplayer.swf?file=URL-WHERE-YOU-PUT-YOUR-FLV/$1.flv&autoStart=false" /><param name="wmode" value="transparent" /></object></div>',
Advantages are great
1. no more to need QUICKTIME + REAL PLAYER + WINDOWS MEDIA PLAYERS ... and the very loud softs when you want to see a video.
2. total control of width, height, and quality.
3. On my forum example, the original video (Quicktime) was 102 mo. The Fla with the SIMILAR quality is ... 11mo !!! Stream is perfect