Вы можете создать свой собственный гаджет http://example.com/gadget.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Demo"
author="You!"
author_email="you@example.com"
width="558"
height="558">
<Require feature="flash"/>
</ModulePrefs>
<Content type="html">
<![CDATA[
<div id="flash-container"
style="text-align:center;height:558;border:0;padding:0;margin:0">
Loading...
</div>
<script type="text/javascript">
function showFlash() {
gadgets.flash.embedFlash(
'//example.com/demo.swf', 'flash-container', 6
);
}
gadgets.util.registerOnLoadHandler(showFlash);
</script>
]]>
</Content>
</Module>
Гаджет, который вы можете вставить через меню, по URL.