Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am playing an video at load of the page. I am playing this video via iframe. But now i want the video is not set to autostart at load time, it set to be off & when i click on start it get started.
I write autostart="false" statically in it, but it doesn't takes this method. So anyone have an idea how can i set autostart="OFF" kindly share with me. Kindly check my code:
<iframe src="http://www.abc.com/video.html" height="425px" width="610px" allowtransparency="0" frameborder="0" scrolling="no"></iframe> 
Posted
Updated 27-Oct-12 23:28pm
v2

1 solution

hi try this


<IFRAME src="video.html" width="280" height="256" scrolling="no" frameborder="0" autoplay="true">
</IFRAME>
 
Share this answer
 
Comments
Mas11 31-Oct-12 5:17am    
not worked bro !!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900