Embedding with flash

As many of you know Tagul clouds can be embedded in a web page and allow users to click on words (aka tags) to navigate through web pages. The recommended method of embedding requires a webmaster to embed Tagul javascript code into a web page. But unfortunately in some cases it is not possible. For example blogs at wordpress.com or google sites don't allow to embed html code that contains third party javascript code.

In the old days Tagul was built on flash platform and many old time users used the flash embedding code. Since the migration from Flash to HTML5 that method became obsolete. From now on we make it available again.

Here is the code you can paste into your web page:


<object width="[width]" height="[height]" type="application/x-shockwave-flash" data="http://cdn.tagul.com/cloud.swf">
<param name="movie" value="http://cdn.tagul.com/cloud.swf"/>
<param name="flashvars" value="id=http://cdn.tagul.com/embed/flash/<strong>[cloud ID]</strong>"/>
<param name="allowscriptaccess" value="always"/>
<param name="swfversion" value="10"/>
<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
<param name="wmode" value="transparent"/>
<p><a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a></p>
</object>

Please don't forget to replace [width], [height] and [cloud ID] with your actual values (without brackets).

To obtain your cloud ID please make it public and then click on the last icon in Share row in Grab and Share section. In the popup window click on the first link. Your browser will open a web page with your cloud displayed. In location bar you should see something like this: "https://tagul.com/2bvgczwckogx/Heart%20Love". Your cloud ID is contained between last pair of slashes ("2bvgczwckogx" in the given URL).

Comments (0)

Comments are closed.