Hello all,

I want to embed video in my website with code below,

<div id="video"><embed src="video/hari_ini_sakit.mp4" width="200" height="175"></embed></div>

But I want to hide the tracking/control bar in video area. I need your help. Thanks

Include the controls parameter.

<div id="video"><embed src="video/hari_ini_sakit.mp4" width="200" height="175" controls="0"></embed></div>

Regards
Arkinder

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.