
Embedding Youtube using JW Media Player 4
I am using Drupal and I tried to embed a Youtube video using JW Player, it used to be working, but for some reason it has stopped working. I followed the example in http://www.jeroenwijering.com/?page=wizard&example=5 with the following code:
<embed src="/modules/swftools/shared/flash_media_player/player.swf"
width="425"
height="345"
bgcolor="undefined"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=http://www.youtube.com/watch?v=X1SNX8tFM6w"
/>
Any reason why it wouldn't work?