1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need help with vbulletin trying to upload video but video just dont play

Discussion in 'Programming' started by Kerdsteam, Dec 16, 2020.

  1. #1
    I need help with vbulletin trying to upload video but video just dont play cant even push play...

    i using this code in postbit attachment.. it works for porn videos i upload them and i can push play no problems . but if i try to push play etc.. tv show or movie it just wont let me!

    <vb:if condition="$attachment[attachmentextension] == mp4">
    <video width="620" height="540" controls>
    <source src="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}" type="video/mp4">
    <source src="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}" type="video/ogg">
    Your browser does not support the video tag.
    </video>
    </vb:if>
     

    Attached Files:

    Kerdsteam, Dec 16, 2020 IP