How to get Youtube to play in JW FLV Player?

3 messages Options
Embed this post
Permalink
LangHGC3U

How to get Youtube to play in JW FLV Player?

Reply Threaded More More options
Print post
Permalink
Is it possible to instruct shadowbox to play Youtube movies using the JW FLV Player?

There was a post from a year ago saying that all I have to do is add the following code to the shadowbox.js file. Is this the correct way to do it with the current implementation of shadowbox?:

"if(url.indexOf('youtube') > -1) return 'flv';"
Wizzud

Re: How to get Youtube to play in JW FLV Player?

Reply Threaded More More options
Print post
Permalink
<a href="__youtubeURL__" rel="shadowbox;player=flv;options={flashVars:{type:'youtube'}}">___</a>
Combine literacy with curiosity and a whole world of information opens up to you
Lang Elliott

Re: How to get Youtube to play in JW FLV Player?

Reply Threaded More More options
Print post
Permalink
Thank You!