Removing the movie clip from the code?

Asked By 10 points N/A Posted on -
qa-featured

I need to remove this movie clip. Anything as an error in my code? I can't figure it out. Please help. But this is not completely a java program

 

SHARE
Answered By 590495 points N/A #109692

Removing the movie clip from the code?

qa-featured

I’m sorry but your post is so incomplete. It would be very helpful if you include in your post the script or the code where you are having a problem in removing the video clip. But anyway, here is an example of a script which contains a video clip from YouTube that can be embedded in a page:

<iframe width="560" height="315" src="https://www.youtube.com/embed/ljGN_HVCtws" frameborder="0" allowfullscreen></iframe>

The URL of the video clip there is https://www.youtube.com/embed/ljGN_HVCtws. Removing the URL of the video clip on that code will make the script to not work. That’s the part in your supposed code where you are having problems with. Try removing the code there or just replace it with a new URL of a video. I’m assuming here that you know how to create a code that can be embedded on a page. The code above is from a video clip I just copied from YouTube so I can show you an example and I’m not sure if this will work on your own page if ever you try embedding it.

Related Questions