• Resolved nilay89

    (@nilay89)


    Hello

    I need to play uploaded video in media on Site frontend but I don’t want use any plugin for it.I want to set custom for frontend

    E.g
    1.Upload video on media
    2.Video URL set in page custom field
    3.Using This custom field I want to play video on frontend

    I really Appreciate any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • <video controls autoplay>
      <source src="movie.mp4" type="video/mp4">
    </video>
    Thread Starter nilay89

    (@nilay89)

    Thanks Sam For Reply

    i want all Type of video play on html page like .mp4,.avi etc

    any idea about it

    Ismail

    (@elhardoum)

    have you tried some plugins ?

    like: WordPress Video Player or Easy Video Player.. search ..
    or simply insert this code into your site, and provide a path to your video after uploading it using media uploader..

    <video controls autoplay>
      <source src="PATH : VIDEO URL" type="video/VIDEO EXTENSION">
    </video>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to play uploaded video in frontend ?’ is closed to new replies.