Hi dears,
While using the scrollingnews ext for my project with Yii 1.1.5 I found a bug in it.
Here is the correct code
$baseUrl = Yii::app()->getAssetManager()->publish(dirname(__FILE__).DIRECTORY_SEPARATOR.'script');
$ClientScript = Yii::app()->getClientScript();
$ClientScript->registerCoreScript('jquery');
$ClientScript->registerScriptFile($baseUrl."/jcarousellite_1.0.1c4.js");
Thanks