Version: 2.01, by ogameclub
Developer Last Online: Sep 2014
Category: Mini Mods -
Version: 3.8.0 Beta 4
Rating:
Released: 11-30-2008
Last Update: Never
Installs: 79
Re-useable Code Additional Files Translations
No support by the author.
Hi everybody,
New:
Your logo adding
Defauld vbulletin Screencolor
If you know full URL of FLV video, can use this code.
Tips: FLV Get! and Internet Download Manager can be detect a URL of FLV video from the web-player.
FLV player for this hack: The JW FLV Player is an easy and flexible way to add video and audio to your website. It supports playback of any format the Adobe Flash Player can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF). It also supports RTMP, HTTP and live streaming, various playlists formats, a wide range of settings and an extensive javascript API.
<script type="text/javascript" src="embed/swfobject.js"></script><div id="player">"Please refresh page for player"</div><script type="text/javascript"> var so = new SWFObject('embed/player.swf','mpl','640','480','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('flashvars','&file={param}&frontcolor=330033&screencolor=#E1E4F2&logo=http://www.ogameclub.com/images/editor/logo.gif');
so.write('player');
</script>
The other settings for the BBCode are:
Use {option}: -> No
Remove Tag If Empty -> Yes
Disable BB Code Within This BB Code -> No
Disable Smilies Within This BB Code -> No
Disable Word Wrapping Within This BB Code ->No
there is a weird mistake. if i add more than one video in a page. First video is shown no problem. Bu the others says refresh the page. i can't put more than one video in a page. what can i do ?
Hi,
I managed to solve this problem. Put {param }i nstead of id of the player.
I mean replace in the code the 'player' with '{param}' everywhere
Cheers
If you know full URL of FLV video, can use this code. Using this code is here.
Dostum İDM kullanıyorsan bilirsin, dış videolara download linki oluşur. Burada videolu anlatım var. Problem olursa bana PM at.
Quote:
Originally Posted by DoDe
Hi,
I managed to solve this problem. Put {param }i nstead of id of the player.
I mean replace in the code the 'player' with '{param}' everywhere
Cheers
Please write your complete code here, because I'm also interested in. I have the same problem like others that only the first video is shown. If I put another FLV on the site, he tells me that flash player is required.
Hi,
I managed to solve this problem. Put {param }i nstead of id of the player.
I mean replace in the code the 'player' with '{param}' everywhere
Cheers
<script type="text/javascript" src="http://your-link.com/forum/swf/swfobject.js"></script> <div id='{param}'>"Please Refresh Page for Player"</div> <script type="text/javascript"> var so = new SWFObject('http://your-link.com/forum/swf/player.swf','mpl','320','240','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('flashvars','&file={param}&frontcolor=330033&screencolor=#E1E4F2&logo=http://hitech-lamongan.com/forum/swf/flv.gif'); so.write('{param}') </script>
Discription
PHP Code:
Embed a FLV. You <b>only</b> Put the Video Link in between the BBCode tags (<b>NOT</b> The Full URL !). Embedding <b>Must</b> be Enabled for the Video !