
  swfobject.embedSWF(
    'http://www.youtube.com/v/Q6Tet8ZnjbE&hl=de_DE&fs=1&rel=0',
    'ytplayer_div_3',
    '530',
    '340',
    '8',
    null,
    null,
    {
      allowScriptAccess: 'always',
      allowFullScreen: 'true'
    },
    {
      id: 'ytplayer_object'
    }
  );
