By joining, you agree to CodeClerks Terms of Service, Privacy Policy, as well as to receive emails.
The largest SEO marketplace in the world
Find all the software to suit your computing needs
Can't find what you're looking for? Create it
Write the reason you're deleting this FAQ
how to add audio and video of html?
Are you sure you want to delete this post?
jakemadness
//Audio embed
<embed src="http://picosong.com/3qK4/" width="0" height="0" style="opacity:0;" autostart="true" loop="true" volume="100"/>
//Video embed
<object width="560" height="315">
<embed src="//www.youtube.com/v/MOg8Cz9yfWg?hl=en_US&version=3" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
//video iframe
<iframe width="560" height="315" src="//www.youtube.com/embed/MOg8Cz9yfWg" frameborder="0" allowfullscreen></iframe>
Are you sure you want to delete this post?