how to run flv file directly from threads and posts.

D_O_N

New Member
how i can run flv files directly from my threads and posts. is that is secure or insecure.
thanks in advance.
 
D_O_N said:
no, if you can explain it pls

[BB CODE] FLV

Go to your ACP and then choose "Custom BB Codes" then Add New BB Code.

Fill in the fields as indicated :

Title: Video Player FLV
Tag: flv

Replacement:


Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" style="width:auto;margin:10px 0;" align="center">
<thead>
    <tr>
        <td class="tcat" colspan="2" style="text-align:center">
            <a href="{param}" title="Download file FLV này về" target="_blank">Click và Download File FLV về - Đăng tại www.KyXaoViet.Com</a>
        </td>
    </tr>
</thead>
<tbody>
    <tr>
        <td class="panelsurround" align="center">
        <embed width="458" height="376" quality="high" allowFullScreen="true" allowSciptAccess="true" name="flvplayer" id="flvplayer" src="http://kyxaoviet.com/flvplayer.swf?autostart=true&showfsbutton=true&file={param}" type="application/x-shockwave-flash"/>

        

        </td>
    </tr>
</tbody>
</table>



Example: [flv]nhac.flv[/flv]
Button Image (Optional):
flv.jpg




HOPE THAT HELPS :)
 
Back
Top