include ('../../bcdvars.php');
// include ($path.'/nav/bcdcss.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.'
';
?>
|
Back |
The BCD Button Box |
|
E-3 AWACS Exhibit at OmniPlex Air Space Museum
> Previous Page< | |
|
The Air Space Museum at OmniPlex Science Center -
> Previous Page< | |
|
The Assignment
Designing the System
For this installation, Omniplex chose a Philips DVD-711 player because they already had one on hand. Further, the player presented no messages on-screen when a menu choice was selected. The BCD VC-16 required no special custom programming for this project. Exhibit technicians just connected buttons 1, 2, 3, 4, 5 to the ribbon cable of the VC-16. | |
'; ?>