I am looking to give my iframe focus but I am not sure how to do this. I put "autofocus" in the iframe tag, but it still does not truly get focus until I click with my mouse into the video.
This is what I currently have:
<iframe autofocus width="420" height="345" src="<?php echo htmlspecialchars($output); ?>"> </iframe>
Thank you for any assistance.