NguyenLe Posted January 13, 2018 Posted January 13, 2018 Hello everyone, I am having a problem about play iframe video Youtube via IE. Can you help me? Thank you very much!
Moderators JLogan3o13 Posted January 13, 2018 Moderators Posted January 13, 2018 @NguyenLe as has been mentioned to you in the past, you need to provide more information. What, precisely, are you trying to do - and what have you tried on your own? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
NguyenLe Posted January 13, 2018 Author Posted January 13, 2018 (edited) Video on Youtube Embed: https://www.youtube.com/embed/ZU-WenvUd5o?enablejsapi=1&version=3&autoplay=0&disablekb=1&rel=1&controls=0&loop=1 My Code: $IE = _IECreate('https://www.youtube.com/embed/ZU-WenvUd5o?enablejsapi=1&origin=https://www.earnstations.com&version=3&autoplay=0&disablekb=1&rel=1&controls=0&loop=1') _IELoadWait($IE) $IE.document.getElementById("player").play() But it not working Edited January 13, 2018 by NguyenLe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now