Тема: Powered by Google
Показать сообщение отдельно
Старый 02.04.2011, 21:21
leo150 вне форума Посмотреть профиль Отправить личное сообщение для leo150 Найти все сообщения от leo150
  № 5  
Ответить с цитированием
leo150

Регистрация: Feb 2011
Сообщений: 27
вот как они "заботятся"
http://code.google.com/intl/ru-RU/ap...g_started.html
внизу, Adding "Powered by Google" branding


Цитата:
Adding "Powered by Google" branding

.getBranding(opt_element?, opt_orientation?) is a static helper function that returns a "powered by Google" HTML DOM branding node to your application, and optionally attaches it to your document as the only child of the specified optional element. The purpose of this method is to ensure that your application has a simple way to comply with branding requirements. Including branding also lets users know that text is machine-translated, which helps set expectations and improve the user experience.

...

.getBranding() returns a "powered by Google" HTML DOM node that you can attach or clone onto your document.
// attach a "powered by Google" branding
Код:
<div id='branding'> </div>
...
google.language.getBranding('branding');
мне вот честно говоря не понятно, как
Цитата:
Код:
<div id='branding'> </div>
...
google.language.getBranding('branding');
во флеш засунуть.