
Autostart voor embed through iframe?
Is it possible to autostart my stream through an iframe?
I am using this code:
<iframe src="//content.jwplatform.com/players/blaaa-blaaa.html" width="100% height="505" frameborder="0" scrolling="auto" allowfullscreen></iframe>
I know for video's autostart is anoyying, but for a stream, since my offline image comes up automaticly. When there's no stream server feed, it falls back to the offline image. Thats why i want autostart working. Is it possible through an iframe?
I tried already autostart="1" or autostart="true". but that doesnt work.