Commit e6977ade2b2f960b02d0f20303ae091c0daf3f9d

support for todou.com added
  
2323 $div_id = isset($options['div_id']) ? $options['div_id'] : 'guba';
2424 $height = isset($options['height']) ? $options['height'] : '300';
2525 $width = isset($options['width']) ? $options['width'] : '350';
26 $id = isset($options['id']) ? $options['id'] : 'youtube';
26 $id = isset($options['id']) ? $options['id'] : 'guba';
2727 $fullscreen_value = isset($options['fullscreen']) ? $options['fullscreen'] : "false" ;
2828
2929 $output = <<<FLASH
  
2424 $div_id = isset($options['div_id']) ? $options['div_id'] : 'myspace';
2525 $height = isset($options['height']) ? $options['height'] : '300';
2626 $width = isset($options['width']) ? $options['width'] : '350';
27 $id = isset($options['id']) ? $options['id'] : 'youtube';
27 $id = isset($options['id']) ? $options['id'] : 'myspace';
2828 $fullscreen_value = isset($options['fullscreen']) ? $options['fullscreen'] : "false" ;
2929
3030 $output = <<<FLASH
  
2121 $url="http://www.tudou.com/player/outside/player_outside.swf?iid=".$url1[5]."&default_skin=http://js.tudouui.com/bin/player2/outside/Skin_outside_17.swf&autostart=false&rurl=";
2222
2323
24 $div_id = isset($options['div_id']) ? $options['div_id'] : 'guba';
24 $div_id = isset($options['div_id']) ? $options['div_id'] : 'todou';
2525 $height = isset($options['height']) ? $options['height'] : '300';
2626 $width = isset($options['width']) ? $options['width'] : '350';
27 $id = isset($options['id']) ? $options['id'] : 'youtube';
27 $id = isset($options['id']) ? $options['id'] : 'todou';
2828 $fullscreen_value = isset($options['fullscreen']) ? $options['fullscreen'] : "false" ;
2929
3030 $output = <<<FLASH