Eggo
Eggo

Reputation: 539

Flowplayer Facebook Integration

I need help integrating flowplayer into facebook. I have done a lot of research and know that I am very close. I think that my only problem is the syntax that I use for the URL, which is here:

http://www.pearlsquirrel.com/flowplayer-3.2.7.swf?config=%7B%27clip%27%3A%7B%27url%27%3A%27http%3A%2F%pearlsquirrel.com%2Fmp3%2FeggoAngel%20[Cover]_mixdown.mp3%27%7D%7D

I keep getting the error

300: Player initialization failed Error #1009.

I know that I almost have it working because I can see the Flash player in facebook, it just gives me this error. Can someone please check my syntax of the above link and tell me if it is correct and if you know how to solve this problem, please let me know.

Upvotes: 1

Views: 1593

Answers (1)

Sándor Tóth
Sándor Tóth

Reputation: 763

You missed a / sign what is %2F, but there is just a % sign. So the right url should be:

http://www.pearlsquirrel.com/flowplayer-3.2.7.swf?config=%7B%27clip%27%3A%7B%27url%27%3A%27http%3A%2F%2Fpearlsquirrel.com%2Fmp3%2FeggoAngel%20[Cover]_mixdown.mp3%27%7D%7D

I don't exactly know where do you use this url, here is the url without encode:

http://www.pearlsquirrel.com/flowplayer-3.2.7.swf?config={'clip':{'url':'http://pearlsquirrel.com/mp3/eggoAngel [Cover]_mixdown.mp3'}}

Please try it.

Upvotes: 3

Related Questions