// This file was automatically generated from mgc3.messages.base.soy.
// Please don't edit this file by hand.

if (typeof mgc3 == 'undefined') { var mgc3 = {}; }
if (typeof mgc3.messages == 'undefined') { mgc3.messages = {}; }
if (typeof mgc3.messages.base == 'undefined') { mgc3.messages.base = {}; }


mgc3.messages.base.modalVideoContent = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('<div style="width:450px; height:313px; display:block;"><object width="100%" height="313"><param name="movie" value="http://www.youtube.com/v/', soy.$$escapeHtml(opt_data.ytId), '&hl=en_US&fs=1&showinfo=0&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/', soy.$$escapeHtml(opt_data.ytId), '&hl=en_US&fs=1&showinfo=0&autoplay=1" type="application/x-shockwave-flash" width="450" height="313" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>');
  if (!opt_sb) return output.toString();
};
