include ('../../bcdvars.php');
include ('http://bcdusa.com/import_pages/bcdheader_js1.php');
//Parse URL version 1
//(C) 2004 haibuihoang@yahoo.com
//For example, $url will be
// $url= "http://www.yourdomain.com/sub1/sub2/yourpage.htm";
$url= $_SERVER['REQUEST_URI'];
$parsed_url=parse_url($url);
$sub_folder = explode('/',$parsed_url['path']);
$domain=$parsed_url['scheme'].'://'.$parsed_url['host'];
$folder="";
$shortpath="";
$max=count($sub_folder);
// echo 'You are here: ';
for ($i=0;$i<$max;$i++) {
$folder.= ($max-1==$i)? $sub_folder[$i] : $sub_folder[$i].'/';
$folder_url= $domain.$folder;
if (0==$i) {
// echo "
".$domain.' ';
}
else {
// echo "/".$sub_folder[$i].' ';
}
if ($i<$max-1) $shortpath = $shortpath.$sub_folder[$i].'/';
}
// echo $shortpath.'
';
/*
/
*/
//include ($path.'/nav/bcdmenu.php');
?>
|
Back |
> Previous Page< |
| Entegris Tour | |
|
"Rock Solid!" "The BCD System was Rock Solid!" said Minneapolis-based Brandspeak Communications about their display for Entegris Corporation. |
|
|
3 DVD Players, 1 Controller
At BCD, we reviewed Brandspeak's requirements and arrived at the elegant solution of using one BCD VC-16b controller equipped with 4 infrared emitters. The JVC was not a machine we controlled so they sent one to us for a day so we could learn its characteristics. We were somewhat concerned that the little VC-16b would have enough power to drive 4 IR emitters, but that proved to be a non-issue.
The controller and the 4 players were all on the same power strip. Each DVD had a single different video. Brandspeak programmed the DVD discs so that the PREVious command restarted the video.
With telephone guidance from BCD, Brandspeak programmed the single controller with a command string similar to this:
>INI2 TIME 300; LOOP FOREVER; PREV; TIME 2430; LEND
There are other ways to achieve absolute synchronization, but Brandspeak reported that with this installation, the timing differences between machines were unnoticed... about 1/4 second.
Note: 30 October 2003 - Marureen from Brandspeak emailed today wanting to change the command string, so we told her. Her reply: "Reprogramed it and it works great. Thanks." |
| // include $path.'/gallery/gallerythumb.php'; ?> |