-
7 May 2012 6:45 PM #1
Answered: Embed YouTube Videos?
Answered: Embed YouTube Videos?
Hi All
How would I embed a YouTube video ?
Thanks
-
Best Answer Posted by nix_v2
to embed a video you use de embed code from youtube, you can do something like this, using the html property.
Code:Ext.create('Ext.Panel', { html: '<iframe width="560" height="315" src="http://www.youtube.com/embed/AuzyODgWRp4" frameborder="0" allowfullscreen></iframe>' });
-
7 May 2012 8:49 PM #2
Embed it with an iframe.
-
7 May 2012 8:51 PM #3
to embed a video you use de embed code from youtube, you can do something like this, using the html property.
Code:Ext.create('Ext.Panel', { html: '<iframe width="560" height="315" src="http://www.youtube.com/embed/AuzyODgWRp4" frameborder="0" allowfullscreen></iframe>' });
-
7 May 2012 10:06 PM #4
-
7 May 2012 11:32 PM #5
How would I code it so the video would stop playing when I go to another page?
Now the YouTube Video plays but it only stop When I stop it. Would like it to stop if I go off the page.
Thanks


Reply With Quote