tags:

views:

76

answers:

1

I would like to better customize the skin of the flv video player in Drupal.

The best module I can use for it is FlowPlayer, however I don't have access to the source code.. so I'm planning to develop my own flv player.

Can I then easily integrate it in Drupal ?

thanks

A: 

Integrating a flv player will mostly be done in js. So it shouldn't be any problem. The hard part is making the flv player, Drupal vil not make it harder than a static HTML page. Drupal has a global Drupal varible available in your js that contains all the info you should need, like base path.

googletorp