Jason Christenson
posted this on February 14, 2011 23:42
Yes you can design your own player or write a code that will integrate directly with Cincopa.
The simplest way to do that is to create your gallery and use one of those URLs to get the items (replace the fid param with your gallery's fid) :
1. RSS200 xml (media rss) - http://www.cincopa.com/wpplugin/runtime/rss200.aspx?fid=10474999
2. XSPF xml (playlist style) - http://www.cincopa.com/wpplugin/runtime/xspf.aspx?fid=10474999
3. JSON (for javascript) - http://www.cincopa.com/wpplugin/runtime/json.aspx?fid=10474999
For a deeper integration and to learn how to develop your own Cincopa application (the way that WordPress plugin itself was implemented) check our developer site http://www.cincopa.com/Developer.