Ray integration

I'm trying to integrate Ray into ilance and I'm followingRay integration manual(http://www.boonex.com/trac/ray/wiki/RayIntegration)

I would like to know how can I add video recorder in my page? I tried the following code and when I go to the page I can see "LOADING" flash. How can I fix this? Please help.

<?php
require_once("[path_to_ray]/modules/global/inc/ header.inc.php");
require_once("[path_to_ray]/modules/global/inc/content.inc.php");
//some code

$aParamValues = array();
$aParamValues['id'] = "1";//defining user ID
$aParamValues['password'] = "12345";//defining user password
echo getApplicationContent("video", "recorder", $aParamValues, true);

//some more code

?>
Quote · 24 Feb 2009

have the same issue. any solution?

Quote · 4 Mar 2009

 

I'm trying to integrate Ray into ilance and I'm followingRay integration manual(http://www.boonex.com/trac/ray/wiki/RayIntegration)

 

I would like to know how can I add video recorder in my page? I tried the following code and when I go to the page I can see "LOADING" flash. How can I fix this? Please help.

 

<?php
require_once("[path_to_ray]/modules/global/inc/ header.inc.php");
require_once("[path_to_ray]/modules/global/inc/content.inc.php");
//some code

$aParamValues = array();
$aParamValues['id'] = "1";//defining user ID
$aParamValues['password'] = "12345";//defining user password
echo getApplicationContent("video", "recorder", $aParamValues, true);

//some more code

?>

 To start, if that is exactly the code your using, the part in red has extra spaces it hsould not have.    What would work better, as we're not overly familiar with ilance is if you can post the entire code here and we can take a look at it.  In addition, have you installed an RMS?  Do you have the settings within Ray set correctly?  File permissions?

Quote · 6 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.