m3tsys
m3tsys

Reputation: 3969

jw player it is not working if I use a config file

If I use:

player.swf?config=http://example.com/embed/video.php?id=weILNyHEqmI

with the code:

<config>
  <link>http://example.com/</link>
  <file>http://www.youtube.com/watch?v=weILNyHEqmI</file>
  <image>http://example.com/path-to-image.png</image>
  <repeat>true</repeat>
  <autostart>false</autostart>
</config>

it shows :

Video not found:

http://www.youtube.com/watch?v=weILNyHEqmI

What is the problem? What can I do?

Upvotes: 0

Views: 1067

Answers (1)

Bombcode
Bombcode

Reputation: 194

Have you tried setting the provider to youtube?

provider=youtube

And are you reference the yt.swf? You need to host it for youtube video, if you look in Firebug where your player you should see a call to it.

Upvotes: 1

Related Questions