Help me guys, please. I need to hide/remove loading bar

The Blackhat Guy

Elite Member
Joined
Oct 15, 2014
Messages
2,096
Reaction score
936
How can I remove this from a video hosted on my domain? D43KsIP.png
I'm using this code right now: <iframe width="640" height="480" src="http://www.mydomain.com/jvideo.mp4?autoplay=1&controls=0&showinfo=0&rel=0" frameborder="0" allowfullscreen></iframe>

Or any suggestion? I dont want do to embbed yt because of the logo from the video.
I only need the video on my page with autostart, without loading bar/title/etc.
 
Try this code and let me know how it goes.

Code:
<iframe width="640" height="480" src="http://www.mydomain.com/jvideo.mp4?autoplay=1&showinfo=0&rel=0" frameborder="0" allowfullscreen></iframe>
 
Back
Top