That was me!
what I've done:
Linked the JS of the Starbox to the view
Then I wrote a own little JavaScript function to open the AJAX
request to call the rating function within my Controller-Class.
like that:
var video_id = info.identity;
ajax = new Ajax.Request(main_uri+'/channel/rateVideo/'+v
I saw in this post
http://groups.google.com/group/cake-php/browse_thread/thread/fc6927c768d743c0/165d40eb845faa70?lnk=gst&q=starbox&utoken=_OMNxCsAAAB94UAlaOjWovwvAR_0zjZXHAAmJKq-OJ6hgFYeyBeUiehFHpEPJkSjXQgT9j0zljY
that someone spoke about Starbox with CakePHP.
Can someone provides