Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Error 2035


Hello,
after trying a while, i ...Hello,
after trying a while, i have found out how to find the url for youtube playlists.
Now everything is shown in playlist. fine.
But when starting to play by klicking in playlist or on the display of the player I get Error # 2035
Can somebody tell me what the problem is?
thx

17 Community Answers

JW Player

User  
2 rated :

Runtime Error: *2035 URL Not Found.*

Probably a missing YouTube file. Check the YouTube URL in your browser to see if it plays with the YouTube player.

JW Player

User  
2 rated :

thanx for being that quick

Well is it proof enough that the extern window icon of the player works? I.e. the youtube video starts. by the way i know that the clips work because they re mine.

All I did so far was to embed the JW FLV player with the file var.
Is there probably any sort of api key stuff necessary like in google maps before retrieving api data?

JW Player

User  
2 rated :

seems to be a api problem of multiple connections
but how to solve it ?

JW Player

User  
2 rated :

Do you have the YouTube proxy *YT.SWF* on your server in the same directory as the movie (player.swf)?

It is necessary to have yt.swf to use the v4.1 player with the YouTube API.

JW Player

User  
2 rated :

oh GREAT!
how blind were I not to have seen this.
it works!
great and many thx.! so fast!

JW Player

User  
2 rated :

ok. now the finetuning:
i would like to have the JW Player as big as the original videoplayer of YT is.
but i see a lot of ugly big pixels. Is there any limit to the size or do i have to pay attention to something else?
is it only the ratio that is wrong?

JW Player

User  
2 rated :

YouTube FLV video native size is 320x240. Anything bigger is going to look worse.

In the default player on YouTube, they are re-sizing to 480x360.

You can try making the player's display 480x360, setting quality=_true_ and setting stretching=_exactfit_, _uniform_, or _fill_ (the effect is the same since 320x240 is proportional to 480x360). You will have to decide if the quality is acceptable.

JW Player

User  
-1 rated :

I've been experimenting with the Youtube capabilities, but it seems to throw a lot of videos not found, even though they are there and showing in thw playlist - click on the link and they are....

I'm using player v 4.0 and calling the api with a search string.

JW Player

User  
2 rated :

I have the player.swf and yt.swf in the same directory and today all my videos on the playlist has this error...

It says "video not found?" but when using the direct link it plays from youtube.

Can someone help?

JW Player

User  
2 rated :

My API url is this *http://gdata.youtube.com/feeds/api/users/Gamerstek/uploads?max-results=50%26orderby=published*

JW Player

User  
0 rated :

I have the same problem as andre
any idea why?

JW Player

User  
2 rated :

I too keep having this problem and also problems with mixing up file types in my playlist?

Can anyone help? I have a mixed playlist and some filetypes don't work mainly .mpg, .avi, .mov, .wmv

Thanx Gooderz

JW Player

User  
0 rated :

I've read this thread and tried to solve the same problem like author's. I included "yt.swf" file into the same folder with "player.swf" and it doesn't do nothing better. Are there any special things to do to make this thing work?
I do my player with .xml playlist, mp3, flv videos works just fine, for youtube video I try to add
<meta rel="type">youtube</meta> tag
but it doesn't help.

JW Player

User  
1 rated :

Hello,

I have the same problem, ie I have the yt.swf in the same directory and I added <meta rel='type'>video</meta> in my header, but I still get error #2035. See my code below. The first playlist is put as private on my youtube account for now so it is normal that it does not work, but the second one is the "recently featured" playlist from Youtube. There is no reason for it not working. I know nothing about javascript, so I cannot do troubleshooting myself :/

<script type="text/javascript">
function deletePlayer() {
if ( typeof swfobject!="undefined" ) {
swfobject.removeSWF("player");
var tmp=document.getElementById("wrapperSWF");
if (tmp) { tmp.innerHTML = "<div id=\"placeholderSWF\"></div>"; }
}
}

function createPlayer(theFile) {
deletePlayer();

var flashvars = {
file:theFile,
backcolor:"938f7e",
frontcolor:"FFFFFF",
lightcolor:"F4F4E9",
screencolor:"938f7e",
autostart:"false",
playlist:"right",
playlistsize:"300",
skin:"./WebPageSpecial/FLV-Player/$File/modieus.swf"
}

var params = {
allowfullscreen:"true",
allowscriptaccess:"always",
repeat:"list"
}

var attributes = {
id:"player",
name:"player"
}

swfobject.embedSWF("./WebPageSpecial/FLV-Player/$File/player-viral.swf", "placeholderSWF", "870", "470", "9", false, flashvars, params, attributes);
}

document.body.onload = createPlayer('http://gdata.youtube.com/feeds/api/playlists/58C2448CD8B5F86A?v=2');
</script>

<div id="wrapperSWF"><div id="placeholderSWF"></div></div>
<br>

<a href="javascript:createPlayer('http://gdata.youtube.com/feeds/api/playlists/58C2448CD8B5F86A?v=2')">scanEZ playlist</a><br>
<a href="javascript:createPlayer('http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured')">playlist2</a><br>

JW Player

User  
2 rated :

Try:bc.. <meta rel='type'>video</meta>


If that doesn't help, post your player code and your playlist or a link to your test page so we don't have to play guessing games.

JW Player

User  
1 rated :

Thank you guys for helping me get it to work. I also fail to upload the YT.SWF file and now is working correctly.

Ethan Feldman

JW Player Support Agent  
3 rated :

Great! :)

This question has received the maximum number of answers.