Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am expirencing a very strang issue. All (or almost all) youtube videos embeded using IFRAME (much like on this page) show themselves as black boxes in my Firefox. All other videos (like the first you on said page) show themselves normally, and I also can watch any of the videos from black boxes on youtube, if I figure out the path.
I use folowing script (run in youtube iframe) to try to find the video:

location.href="http://www.youtube.com/results?search_query="+encodeURIComponent(document.title.substr(0,document.title.length-10));
  1. How do I fix my firefox?
  2. Is there a better way to find out path to embeded video?

Screenshot

share|improve this question
Does the same page look ok on other browsers? Have you tried uninstalling and reinstalling Flash? (Follow the steps mentioned here). – Karan Feb 17 at 23:45
I tried to reinstal flash. – Tomáš Zato Feb 18 at 0:00

1 Answer

I might be able to give you an answer to your second question. Click the share button under the video; then click the second tab out of the row. It bwill give you a frame to embed your video.

share|improve this answer
My friend, do you see the screenshot? Well, if you do, I'm really sure you do NOT see any button. That is the problem. Flash does not load at all. – Tomáš Zato Feb 17 at 22:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.