BB Code for FLV files/ FLV URLs

NAZIA

New Member
I am sharing This BB Custom Code with all members...
Hope you will like my this effort...
By this BB Code you can Write the Direct link of any .FLV file video.
It will envelope the Video automatically with the Player.
And movie will run within the site..

. So why are you waiting. Come on..

Download the attachment..
Any of this either RAR or ZIP..
Upload the all files in the image folder of your site. [By FTP]
Now go to your admin CP of the forum.
In Admincp >> Custom BB Codes >> Add New BB Code
OR
vBTEAM Underground - Free vBulletin Hacks, Skins and Support site name/admincp/bbcode.php?do=add

Here
write:
TITLE: Nazia's Player
TAG: FLV
Replacement:


<script type="text/javascript" src="http://YOUR SITE NAME/images/swfobject.js"></script><br /> <div id="flashcontent" align="center"><p style="font-weight:bold;font-size:14pt;">You need to upgrade your Flash Player to at<br>least version 8 to view this video content.</p><p><a href="http://www.adobe.com/flashplayer/">Click here to download the latest version of Flash Player</a>.</p></div><br /> <script type="text/javascript"> // <![CDATA[ var so = new SWFObject("http://YOUR SITE NAME/images/flvplayer.swf?theFile={param}&defaultImage=http://YOUR SITE NAME/images/graphic.jpg&theVolume=75&startPlayingOnload=no&popUpHelp=no&bufferSeconds=2&videoSmoothing=yes","flvplayer","640","495","8","#000000"); so.addParam("movie","http://YOUR SITE NAME/images/flvplayer.swf?theFile={param}&defaultImage=http://YOUR SITE NAME/images/graphic.jpg&theVolume=75&startPlayingOnload=no&popUpHelp=no&bufferSeconds=2&videoSmoothing=yes"); so.addParam("bgcolor","#000000"); so.addParam("wmode","transparent"); so.write("flashcontent"); // ]]> </script>

EXAMPLE: [FLV]http://vid245.photobucket.com/albums/gg60/vaiola13/funny.flv[/FLV]
Button Image : Write the URL of the fl.gif image..



NOTE: Kindly replace the YOUR SITE NAME with the url of your site.
Thanks
Cheers.
 
And this player is also important.
In this player you can Full Screen the Video playing inside the Posts.
All the procedure is same as mention above but you must upload these files instead of above and in replacement us the following Code..


=== replacement Code====


<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="http:// your URL/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("http:// your URL/mediaplayer.swf","mediaplayer","320","220","8");
s1.addParam("allowfullscreen","true");
s1.addVariable("width","320");
s1.addVariable("height","220");
s1.addVariable("file","{param}");
s1.write("container");
</script>
 
I tried this bbcode, but I tried to put an flv link inbetween, all that showed up was the Install Flash To View This Content. I already had Flash 9 and I even installed it again, but nothing. Any help?
 
RecklezzWarez said:
I tried this bbcode, but I tried to put an flv link inbetween, all that showed up was the Install Flash To View This Content. I already had Flash 9 and I even installed it again, but nothing. Any help?
By this you can only post one FLV Video in a one thread other wise it will show that problem..
 
i have a prblem to with this:
HTML:
You need to upgrade your Flash Player to at
least version 8 to view this video content.

and i have flash player 9 !!
 
Fanshop said:
i have a prblem to with this:
HTML:
You need to upgrade your Flash Player to at
least version 8 to view this video content.

and i have flash player 9 !!
edited: got it figured out!

solution: you need to install shockwave player as well!
 
not working .. useless .. i also downloaded shockwave player buh still on my forum vdo is not showing .. jus showing error movie not loaded
 
i have installed both flash player and shockwave but nothing happend im trying to put this link zSHARE - yuvvraaj -- part 1.flv in my player but i m unable to see player what is the problem can any one tell me

these are the codes i m using

<div id="container"><a href="http://get.adobe.com/shockwave/">Get the Shockwave And Flash Player 10 to see this player.</a></div>
<script type="text/javascript" src="http://chillimilli.com/forum/flashmediaplayer/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("http://chillimilli.com/forum/flashmediaplayer/mediaplayer.swf","mediaplayer","320","220","8");
s1.addParam("allowfullscreen","true");
s1.addVariable("width","600");
s1.addVariable("height","400");
s1.addVariable("file","{param}");
s1.write("container");
</script>

and in tag of bb code it showing this example [flv=link]mmm[/flv]
 
i have looked all over all search engines, and i cannot find ANYTHING to embedd attached .flv ... whats wrong with the world!?!? :( :P
 
Back
Top