flowplayer / flash

Flowplayer Flash, the video player for the Web
http://flowplayer.org
282 stars 182 forks source link

Bower support? #250

Open slavafomin opened 10 years ago

slavafomin commented 10 years ago

Hey!

I would love to install it via Bower. Is it possible to do so?

radekdostal commented 9 years ago

I would also like install it via Bower.

slavafomin commented 9 years ago

@radekdostal I've created a repo exactly for this purpose: https://github.com/betsol/flowplayer-flash-bower.

danrossi commented 9 years ago

From what I understand bower is a build and dependancy system so no different to using ant, maven or a simple make file or even a shell script. This project uses ant I'm afraid to build the project although it's expecting an external flex sdk installed which either maven or this would benefit from but it could still be added as a target in the build file too to automate the process.

If the pre built zip is all you need just download it from the site ? although it would be best to take a look at the danmerge branch with some of my fixes I believe there is a prebuilt swf there.