OK, I have thoroughly searched for an answer, and have not found one that WORKS correctly. I have a page full of videos - listing training videos, each will have a link to a youtube video (all videos have been uploaded to youtube), but will open up in a NEW PAGE on my site. I am a novice website designer, and the problem seems to be that people are anxious to give me half of the code, rather than being explicit with it. Can you help, please?
Asked
Active
Viewed 5,153 times
0
-
Are you trying to open Youtube.com or have a Youtube video fill an entire page of "YOUR" website? – Nomad101 May 15 '13 at 02:24
-
Have you tried the possible solutions found [here](http://stackoverflow.com/questions/4907843/open-url-in-new-tab-using-javascript) – PyGuy91 May 15 '13 at 02:26
-
Your description of the problem is unclear. Are you embedding the entire YouTube, or a single YouTube video? By opening in a new page, do you really mean "a new window"? Your "page is full of videos" and "each [video] will have a link to a youtube video". What's the difference between a "video" and a "youtube video"? How are you linking each video to a youtube video? Including a link to your page, or at least an screenshot with annotations would be good. You should spend more effort on explaining the problem instead of detailing the hardships of your quest for the correct answer. – mpenkov May 15 '13 at 04:01
-
Good points. This is the link to my page: http://www.cascademath.com/all_videos_watch.aspx. Each training video has a CONCEPT (.wmv file) and a PROBLEM (.pdf file). So far the .pdf files are working as expected. But the videos do not open as we want them to. Here is the link to the YouTube page with our videos: http://www.youtube.com/user/CascadeMath. – John Conti II May 15 '13 at 12:52
-
This is the code that I have thus far:
INT-SUBUS-C Subtraction Unlike Signs (Concepts) INT-SUBUS-C INT-SUBUS-C
1 Answers
0
You need to get the embedding url.
For instance, instead of: https://www.youtube.com/watch?v=JPx3A6XEUF0

George
- 6,006
- 6
- 48
- 68