Jump to content

Recommended Posts

Posted

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

Posted

<iframe src="thisisthepart" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" class="video">Please wait while the video is loading...</iframe>

Posted
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>

Posted
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?

Posted
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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...