Vlad
Vlad

Reputation: 1167

jwplayer full screen button

Is it possible to call the full screen function of jwplayer(flv player) through javascript or jquery? Like I want to create an External Full Screen Link not the usual fullscreen button that comes with the jwplayer?

Thanks!

Upvotes: 0

Views: 6637

Answers (2)

colin
colin

Reputation: 121

Due to Adobe security limitations setFullscreen() does not work in the Javascript API.

Upvotes: 5

ceejayoz
ceejayoz

Reputation: 180024

Sure, check out setFullscreen() in the JavaScript API.

Upvotes: 0

Related Questions