Hi,
there is no chance to get this BB code to display a preview of the flv video, instead of nothing?
Right now, I have just a black screen with a play, but would like to show a picture from the movie instead of
is this possible and how the code looks like?
I'm using right now this:
Code:
<script type="text/javascript" src="http://your-link.com/forum/swf/swfobject.js"> </ script> <div id='{param}'> "Please Refresh the Page 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) & front color = 330033 & screen color = # E1E4F2 & logo = http://hitech-lamongan.com/forum/swf/flv.gif ');
so.write ( '(param)')
</ script>
anyone can help?
Quote:
Originally Posted by harisafp
(Post 1761922)
That's simple code ....
Example :
Replacement :
PHP Code:
<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 !
Best Regards.
Harisa FP
|
|