Tagged Questions
0
votes
0answers
17 views
how to embed youtube video only my website. disable youtube site and other site [closed]
I want embed video only my website. disable at youtube site with other user. disable embed video at other website.
Can you help me?
0
votes
0answers
51 views
All Embedded YouTube Videos Start Playing At Once
I've got a site which works pretty nicely for the most part. It's written in ASP.NET, and it renders a GridView, with a row for each video, showing a thumbnail and the description. Also in each row ...
1
vote
0answers
124 views
How can you embed youtube videos that don't start the external player on Iphone?
I'm trying to implement an embedded Youtube video in my application.
The only way I've managed to do this is with frameworks like LBYouTubeView or HCYotubeParser. From what I've read they are against ...
0
votes
1answer
33 views
Identification of Youtube Player Code
I need to amend the following code to fit another Youtube playlist or group of vids. All of the API options note youtube.com/v/ or simply use iframe. What is this code in accord with Youtube, and how ...
1
vote
1answer
597 views
Embed Youtube video in iOS6 app opens video in Safari
With iOS6 the old embed code no longer works, it just opens the video in Safari
I tried to use the new embed code, but when I make this dynamic it opens the video in Safari.
When I add a static ...
0
votes
1answer
986 views
Embedded YouTube video showinfo incompatible with modestbranding?
I'm embedding a YouTube video on my site with the parameter modestbranding=1. Unfortunately, when I also want to use the parameter showinfo=0. When I tried this, it seems like the modestbranding ...
0
votes
0answers
88 views
How to clean string and embed youtube link?
I have problem for embed youtube video na my website in correct dimension, i have this youtube link
$string="http://www.youtube.com/watch?v=RSWFH79nAk0&feature=related";
And on my website i have ...
0
votes
1answer
487 views
How is Instapaper on iOS embedding YouTube Videos?
I trying to find a good way to embed YouTube Videos in my app. I really like the way Instapaper is embedding them but I can't figure out what YouTube Player is being used.
2
votes
1answer
2k views
Has Youtube Iframe Embed has stopped working for certain videos?
I created a JS fiddle for this here:
http://jsfiddle.net/lindseymysse/6C65Y/1/
The error:
Starting Yesterday evening, a few videos on the site I'm working on stopped loading for users. We are ...
1
vote
2answers
305 views
Youtube javascript API (& ASP) with multiple videos
I've got ASP generating the embed code on my page as follows:
Table1.Rows(0).Cells(0).Text = "<object style=""height: 390px; width: 640px"" id=""ytplayer_object_left"">" & _
...
0
votes
1answer
730 views
How to Embed Youtube Videos using Object tag in Android?
I am trying to embed a youtube video on a xml file for my application.
Following is my XML file:
<?xml version="1.0" encoding="utf-8"?>
<WebView
...
1
vote
1answer
1k views
How can I tell if a YouTube video is embeddable before I try and load it?
I've got a chromless YouTube player that I'm trying to load videos into, but only some videos work--not all. If I'm not mistaken, the ones that aren't loading are due to copyright infringement (e.g., ...
2
votes
2answers
817 views
Links to Specific Times in YouTube iframe embed
It is possible to link to a specific time in a YouTube video appending the #t=1m49s syntax.
Is it possible to have links on the same page of the embed that make the video jump to different times in ...
19
votes
5answers
28k views
YouTube iframe embed not starting in HD
I'm trying to embed an HD YouTube video but no matter what I try, it only ever seems to load the 480p version.
According to YouTube, embedding an HD video is as simple as adding hd=1 to the URL:
...
0
votes
3answers
2k views
Embedding YouTube Playlist using SWFObject.embedSWF()
I'm trying to use YouTube's JavaScript API to embed a playlist to my Facebook app.
I tried using the standard code as shown by Google here to embed a simple video and it worked.
The code is:
...
10
votes
4answers
20k views
How to embed high quality video with new YouTube iframe style code
I am using youtubes new iframe code to embed video but the videos seem to be lower quality than if I watch them on youtube. Is there a way to embed the high quality video?
My code at the moment is
...
0
votes
1answer
879 views
YouTube channel video player with playlist
I am looking for creating youtube section on my site, where the user could plug in their "youtube channel name" and it will show a playlist/player box on their profile.
What I want in this ...
3
votes
1answer
4k views
dynamically embedding youtube videos with jquery
I'm trying to retrieve a listing of a user's youtube videos and embed them in a page using jQuery. My code looks something like this:
$(document).ready(function() {
//some variables
...
2
votes
2answers
442 views
Change the playing video
I'm trying the following code http://code.google.com/apis/ajax/playground/#change_the_playing_video
It works well when runned from the playground page. But if I create a new localfile with the ...
33
votes
12answers
61k views
How to embed YouTube videos in PHP?
Can anyone give me an idea how can we show or embed a YouTube video if we just have the URL or the Embed code?