Tagged Questions
-5
votes
0answers
15 views
Does anyone know how to integrate Shadowbox and Video js? [closed]
Does anyone know how I might integrate shadowbox and video js
Thanks for your help
Judith
0
votes
1answer
75 views
embed youtube html5 player shows no fullscreen button
I include the youtube player as follows in my php file:
but the player does not show the fullscreen button.
switching to the flash player
(whether through changing the url from /embed to /v or by ...
0
votes
0answers
14 views
How can I remove the Facebook and Twitter links on my embedded YouTube player?
I'm just now working with embedding YouTube's video player in my page and I like everything they're doing except that annoying link to Twitter and Facebook. I've set the player to modestbranding and ...
0
votes
1answer
77 views
HTML5 Player with youtube embed function
I need a HTML5 Player which can play youtube videos.
I tried osmplayer but it´s not working.
Are there any alternative player ?
2
votes
1answer
42 views
Can't centre the Youtube player to the stage in Flash CS5 (AS3)
I have a Youtube video playing in Flash but I want to centre it to the stage. At the moment it either goes to the top left corner or the bottom right corner. I've searched everywhere to try find an ...
-2
votes
1answer
36 views
Using Youtube API
Recently I got the youtube developer key, but I don't know how to use it. I want to use youtube player api in my website. How to request api. what are the steps for it?
0
votes
1answer
44 views
YouTubeEmbededPlayer GWT HowTo stop videos?
I am trying to use the youtube video gwt api.
The youtube-player works but how can I stop videos? I didnt find a command for that...
I created my player following:
protected YouTubeEmbeddedPlayer ...
0
votes
1answer
274 views
What I need to play mobile youtube videos in my own webview [duplicate]
The problem is quite simple, and I have read pretty much about it, but still failed.
I want to use mobile youtube (not desktop version) to play videos from youtube, but where is my problem, that I ...
0
votes
0answers
100 views
Remove all brands , logo and title in youtube video embed
how can i remove all youtube brands when i embed a video?
With "modestbranding" parameter the logo disappear but "Youtube" is in the title.
If i use "showinfo" parameter, "Youtube" in the title ...
3
votes
1answer
250 views
Youtube player not firing onReady and onStateChange event in IE 8 and IE 10
I've spent 3 solid days trying to resolve this issue. Very quickly, the Youtube player does not fire the onReady and onStateChange event in both IE8 and IE10. I tested it on Firefox and it works. ...
0
votes
0answers
208 views
Youtube embed video with &vq=hd1080 and HTML5 player
my goal is to start the video with the highest quality
when i add &hd=1 the video starts with 360p
<iframe id="player" width="300" height="200" ...
0
votes
1answer
102 views
Flash/HTML5 video partial playback
I'm looking for feature, that's implemented on youtube.
For example client have 100mbit download speed.
Client pressed play
Streaming server started streaming video file
Client started to watch ...
0
votes
0answers
28 views
youtube api won't play in cs4
I have authored several youtube player api projects in cs4, using AS2 and AS3. The projects run fine online, but recently I have been unable to run the projects in Flash CS4, meaning I have to ...
0
votes
0answers
36 views
YouTube transcript URL not working
I've been using the URL...
http://video.google.com/timedtext?lang=en&v=[video id]
...to access transcripts for YouTube videos. However, does anybody know why the following example doesn't ...
0
votes
0answers
55 views
To changes in the video, do not update the title. Youtube API
My question is : how can I change the title when changing the video? I have used the youtube api.
Here the code.
<html> <head> <title>My Videos</title>
.titlec { ...
0
votes
1answer
284 views
Youtube player API and jQuery slider
I am using the YouTube API to get the current elapsed time of a video: player.getCurrentTime(); and the player.getDuration(); functions; I have set a slider in jQuery that will have the max value set ...
1
vote
0answers
354 views
Youtube video seek trough jquery slider
I am having a youtube player embeded in one page and I am detecting the total seconds with player.getDuration() and the current seconds with player.getCurrentTime(). I have built a jquery slider that ...
0
votes
0answers
101 views
continue to operate the ActionScript 2.0 API
I have a Flash application where I load the Youtube-Player.
In your YouTube ActionScript 2.0 Player API Reference there is a note:
"The ActionScript 2.0 Player API was officially deprecated on ...
0
votes
0answers
105 views
Can I use YouTube player with video located on my own server
My question is, can I use YouTube player with video located on my own server. May be some commercial version? I exactly mean a YouTube player.
Play a local video with YouTube Player - there is no ...
2
votes
1answer
184 views
Youtube player in fancybox keeps playing when closed
I'm using fancybox to display a mixed content: text, image and a youtube player. It's working great, but if i close the fancybox playing the video, it keeps playing, which is quite normal (the is ...
0
votes
0answers
484 views
jQuery Supersized Gallery with YouTube Player onStateChange to Pause / Resume slider
I have a function which records the onStateChange of a youtube video on my page.
There are 5 states it recognizes:
YT.PlayerState.ENDED
YT.PlayerState.PLAYING
YT.PlayerState.PAUSED
...
0
votes
2answers
350 views
OpenYoutubeActivity: java.lang.NoClassDefFoundError OpenYouTubePlayerActivity
I am trying to implement youtube player to my Android app but I have a problem of run it normally. I have next exception: java.lang.NoClassDefFoundError: OpenYouTubePlayerActivity
Try to find ...
0
votes
0answers
57 views
Javascript API only works in Webkit Browsers
I integrated the YouTube API into my website. As of right now the player only works 100% in the Webkit browsers. In Firefox there is no video, only audio. In Opera and IE the video displays, but it's ...
1
vote
2answers
1k views
Youtube Chromeless Player - Change big start play button
I created the chromeless player like this one. Could I change big red play button which is showing when player state is -1 (video is not played)? I want to add my image instead of classic.
0
votes
1answer
146 views
YouTube videos in java me
I want to open youtube videos in j2me. Like for example when i pass it a certain youtube link for example if i try to open the link "youtube.com/v/Q3dpUTJeFXA" It should start it in the device media ...
0
votes
1answer
244 views
youtube jQuery Player works for the favorites playlist but not for other playlists
for these examples I am using
youtube.com/user/Google/videos?view=1
a jQuery YouTube player (Simone Gianni) works perfectly if one is accessing the "favorites" playlist
...
0
votes
0answers
235 views
Get the style of the old you tube playlist video player
A client of mine want this kind of player to show off his you tube canal:
http://www.youtube.com/cp/vjVQa1PpcFO47iV4yCXKs3uwpqfv-OzC7leA9cug63Q=
He really want a video player where the playlist ...
1
vote
0answers
150 views
Get Google Analytics tracking on an IFrame
I have a Youtube video embedded on my page and I want to be able to track how many people click on or play the video. Normally I would use the tag and track it using that, but I have not found any ...
0
votes
1answer
268 views
desktop flv player to retrieve subtitle and caption information from a flv file
Just watched a nice video of "Learning to love javascript" from Alex (Google developer) on Youtube, I have downloaded the flv file. Now when i watched the video inside the youtube player live on the ...
0
votes
0answers
153 views
Youtube Player API - Link to load playlist with start index
I'm using the Youtube Player API with swfobject to load a playlist with start index video
for example, if I want to load the playlist and I want to get it started from the second video, I use this ...
2
votes
3answers
376 views
jquery youtube player
This is a 2 parter:
I've been trying to get this to work but I am new to coding. I want to click on the button #video and a remote div #imageMain will play.
I have written the following:
...
3
votes
1answer
493 views
Script downloading video from youtube (error 150)
I am trying to write a script that is grabs video from Youtube.
My script works well with a lot of video, but with some ones, it doesn't!!
When I try to run it for example with this one: ...
0
votes
1answer
517 views
youtube video in Android native player
I am developing a webpage for android. I have youtube and vimeo video embeded in my page. When I click, it plays in youtube or vimeo player in the page but is there a way to play the video in android ...
1
vote
1answer
194 views
flv/video player which allows to seek for part of not loaded video part
I'am looking for a flv/video player which allow to seek for not loaded part of the video, just like on youtube.
Free and usable in a commercial purpose.
1
vote
1answer
362 views
a youtube player that uses 2 different youtube videos for audio and video respectively
i want to know if it is possible to use the (javascript) Youtube API to dynamically create a player that uses two different youtube videos for its audio and video sources. in other words, is it ...
1
vote
0answers
110 views
How to get ios player for youtube videos
Which player is used in ios applications when we taps on embed or iframe content from UIWebView. I need to get it for configure (frame or something else
0
votes
1answer
189 views
After YouTube video play app doesn't come back in the same position
So I managed to play an embeded youtube video in my app. After I press 'done' the app doesn't come back in the same position where it was before playing the video. Please help me with this. This is ...
4
votes
1answer
1k views
Embedding the new, black YouTube player
How can I embed the new, black YouTube player into my website (the one that was just launched)?
I've asked this before, but it was closed since nobody bothered to actually read the question before ...
1
vote
1answer
793 views
Need help with onStateChange of youtube player
I was trying to use the onStateChange property of youtube videos, And I could not get it to work. I searched a lot over it but could not really understand how it works. Here is the code which i tried, ...
2
votes
1answer
412 views
Youtube Player API doesn't work
I'm Spanish, so forgive me if I say any error ;-).
Well, I'm working in the Youtube Player API to use the seekTo() function, but it doesn't work. In fact, playVideo() or pauseVideo() doesn't work ...
2
votes
1answer
1k views
Safely play video from embed-code (youtube etc)
I have forum on my site. I want allow users to attach video from one of the most popular video sites (eg youtube). Such sites have embed code like the following:
<iframe title="YouTube video ...
0
votes
1answer
1k views
HTTPS Youtube Player Streaming Fails on IE 9
I have youtube player embedded in my website. The transfer protocol is specified as https, the same as the host page. The player works fine on FireFox, Chrome and Safari. But an error message will be ...
0
votes
1answer
427 views
chromeless web video player
I needed a chromeless web video player for my website and after doing some searching around, the best possible solution i found was this jQuery based player. The only problem with this is it shows the ...
0
votes
1answer
1k views
Hide or skin the youtube native play button that appears over the top of the video
I've been searching everywhere for a way to disable the youtube native play button that appears over the top of a video on the youtube chromeless player, with no luck. How do I accomplish this?
0
votes
2answers
911 views
Custom YouTube/FLV Video Player
Ok, so i don't know alot of flash, i wanted to use a custom skin such as the one used here;
http://activeden.net/item/youtube-video-player-with-playlist-as3/full_screen_preview/126648
i have a custom ...
1
vote
2answers
3k views
Best YouTube embedded player? (based on Chromeless API)
I'm building a website that will include embedded videos, and I've decided to use YouTube for video hosting as it's got the best functionality and the largest community.
However, I would like to use ...
