The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
BB Code for FLV files/ FLV URLs Details »» | ||||||||||||||||||||
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.. What is new:
http://You_site_name/admincp/bbcode.php?do=add Here Add following informations... TITLE: Nazia's FLV Player TAG: FLV Replacement: Code:
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="520" height="420"> <param name="movie" value="flv/player.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashvars" value="file={param}&image=flv/preview.jpg" /> <embed type="application/x-shockwave-flash" id="player2" name="player2" src="flv/player.swf" width="520" height="420" allowscriptaccess="always" allowfullscreen="true" flashvars="file={param}&image=flv/preview.jpg" /></object> EXAMPLE: [FLV]http://almuslameen.info/speeches/Sheikh-Touseef-ur-Rahman/Do_not_Celebrate_Festival_of_Non_muslims_6.flv[/FLV] Button Image: Write the URL of the flv/flv.gif image.. and save all.. Description: The pasted link of your FLV video will automatically embedded with the BZUpages FLV player NOTE: No need to replace any replacement code -------------- Upgrade history: 27 December 2009 Multi Videos per thread allowed FLV editor icon changed Can be used for VB 3.8.x 20 November 2009 You have to do no modification in BBD code, Just upload (replace) latest version of JW FLV Player , after downloading the attachment. Resources: I have used JW FLV MEDIA PLAYER for playing video. Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
same problem with me man please explain
|
#23
|
|||
|
|||
i get the same message, needs version 8? why? i got already version 9
|
#24
|
|||
|
|||
Same thing happened to me. I wish it would work cause it would be awesome!
|
#25
|
|||
|
|||
Nazia, can we use both the codes you mentioned or either one should be enough? also, if we need both separately then how are we going to differentiate if both have coding of FLV???
|
#26
|
||||
|
||||
No we can use one player one time only...
|
#27
|
|||
|
|||
Quote:
|
#28
|
|||
|
|||
Try to use <object> tag
Code:
<div align="center"> <object type="application/x-shockwave-flash" data="./clientscript/mediaplayer4/player.swf" id="player2" height="360" width="640"> <param name="movie" value="./clientscript/mediaplayer4/player.swf"> <param name="FlashVars" value="&file={param}"> <param name="quality" value="best"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object> </div> I use folder Clientscript to storage jw player JS on my site so depend on you put change the url "./clientscript/mediaplayer4" to fit your good luck !!! |
#29
|
|||
|
|||
Installed Works Great still tyvm!!!
|
#30
|
|||
|
|||
I was getting asked to update flash too. I got round this by uploading all the files in the JW Media Player (Click Here To Download) to my server and changing the replacement code to;
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 site name/swfobject.js"></script> <script type="text/javascript"> var s1 = new SWFObject("http://your site name/player-viral.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> Nazia thanks so much for this mod! Works a treat! :up: |
#31
|
||||
|
||||
thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|