Google Internet Summit 2009: The Future
//$text_flash_load_failed = <<
// [ Movie Load Failed! ]
// [ Please check ]
// [ 1. Flash Player is installed and enabled ]
// [ 2. The video you requested is still existed. ]
// [ or you may visit the video directly ]
//
//EOT;
$text_flash_load_failed = 'Loading...';
$this->widget('application.extensions.flash.EJqueryFlash',
array(
'name' => 'flash_player',
'text' => $text_flash_load_failed,
'pluginOptions'=>array(
'expressInstall' => true,
'upate' => true,
),
'htmlOptions'=>array(
'src' => $movie_flash,
'width' => '100%',
'height'=> '100%',
'allowFullScreen'=> 'true',
),
)
);
?>
Google Internet Summit 2009: The Future
: My answer is very simple, Kevin. It's how do I build extremely large scale systems with large numbers of termination points and large numbers of components in such a way that I could keep growing it without essentially running into a barrier that makes it not work anymore. It makes it impossible for me to figure out how to get things from point A to point B. I might run out of router table entries or compute power for moving topological information around or some other barrier. [man ...