CoCoLoco Posted September 1, 2018 Posted September 1, 2018 the title says it all i just don't understand how i could do it the iframe has a class called video if that help Please do PS: i don't usually ask like this just don't understand how do it i spent a couple hours but nothing worked please help
CoCoLoco Posted September 1, 2018 Author Posted September 1, 2018 <iframe src="thisisthepart" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" class="video">Please wait while the video is loading...</iframe>
CoCoLoco Posted September 1, 2018 Author Posted September 1, 2018 17 hours ago, badcoder123 said: We need some example code <iframe src="thisisthepart" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" class="video">Please wait while the video is loading...</iframe>
jdelaney Posted September 2, 2018 Posted September 2, 2018 You have to get the DOM object of the frame. something like _ieframe*. there aren't that many _ie* functions, read up on all of them. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
CoCoLoco Posted September 2, 2018 Author Posted September 2, 2018 52 minutes ago, jdelaney said: You have to get the DOM object of the frame. something like _ieframe*. there aren't that many _ie* functions, read up on all of them. i have looked at the documentation but haven't gotten anywhere can you help me a Little more?
FrancescoDiMuro Posted September 2, 2018 Posted September 2, 2018 @CoCoLoco Take a look at this. Then loop through the collection returned by that function, and get the Source of the Frame using the .src property Try them, and let us know Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
CoCoLoco Posted September 2, 2018 Author Posted September 2, 2018 17 hours ago, FrancescoDiMuro said: @CoCoLoco Take a look at this. Then loop through the collection returned by that function, and get the Source of the Frame using the .src property Try them, and let us know how do I use the .src property?
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