ADMIN MESSAGES
Dear Users Mars DSL Office Shifted to Microfinance Bank Building 1st Floor, Manthar Road Opposite Attock Pump. Dears Users Kindly Submit Your Internet Dues Before 5th of This Month.

Monday, 7 March 2016

Learn How to Play FLV Video Files in HTML Webpages

<head>
    <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
    <script src="http://vjs.zencdn.net/c/video.js"></script>
</head>
<body>
    <video id="video1" class="video-js vjs-default-skin" width="640" height="480"
        data-setup='{"controls" : true, "autoplay" : true, "preload" : "auto"}'>
        <source src="video1.flv" type="video/x-flv">
    </video>
</body>
Simply add above code into your web page and enjoy...

Simply set src="video1.flv" with your file destination and your video will started work on your webpage. If you face any problem you can ask feel free.
 
Copyright © 2014 Mars DSL Broadband Services (PVT) Limited. Designed by OddThemes