Recent Posts

Sabtu, 15 Oktober 2016


How to embed flash video without an iframe
it simple way you need is only change your video id and videosite-here bellow code u need to copy and paste in to your web browser :

 <object width="640" height="360" title="video" tabindex="asdasd">
    <param name="movie" value="https://www.videosite-here.com/embed/yourVIDEOid?html5=1&amp;rel=0&amp;hl=en_US&amp;version=3" / <param name="allowFullScreen" value="true">
    <param name="allowscriptaccess" value="always"/>
    <embed width="640" height="360" src="https://www.videosite-here.com/embed/yourVIDEOid?html5=1&amp;rel=0&amp;hl=en_US&amp;version=3" class="youtube-player" type="text/html" allowscriptaccess="always" allowfullscreen="true">
</object>

Demo will look like this

Enjoy !


0 komentar:

Posting Komentar