All posts created by Alex

14 years ago

roco133, I've checked your cloud and your links are opened in a new window. If you don't have this experience please try to clear your browser cache and completely reload the page.

14 years ago

leannaaker,

it looks like an error in flashvars in your embedding code. Could you please paste the embedding code you use so I can check it and fix a mistake.

14 years ago

Thanks Darling14, that's right.

14 years ago

You should replace "id=11151@1" with "id=11151@1&openLinksInNewWindow=true" in your code. Here are the benefits of using swfobject

14 years ago

I've implemented openLinksInNewWindow parameter in the embedding code. To force all links to be opened in a new window use an embedding code like this for simple embedding with object tag:

<object
    width="600"
    height="600"
    type="application/x-shockwave-flash"
    data="http://cdn.tagul.com/cloud.swf">
       <param name="movie" value="http://cdn.tagul.com/cloud.swf"></param>
       <param name="flashvars" value="id=demo@demo&openLinksInNewWindow=true"></param>
       <param name="allowscriptaccess" value="always"></param>
       <param name="swfversion" value="10"/>
       <param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
</object>

for swfobject:

<script type="text/javascript">
    swfobject.embedSWF("http://tagul.com/cdn/cloudTest.swf", "myCloud",
        "600", "600", "10.0.0", "http://cdn.tagul.com/expressInstall.swf",
        {id: "demo@demo", openLinksInNewWindow: "true"},
        {allowscriptaccess: "always", bgcolor: "#ffffff"},
        {id: "myCloudObject", name: "myCloudObject"});
</script>
14 years ago

The only way right now is to take a screenshot and save it as JPG.

14 years ago

This nasty bug is fixed now.
Thanks for your report.

14 years ago

It is possible to achieve by using API mode xml and assigning each tag a custom link. I am planning to simplify this process by allowing users to edit tags grid.

14 years ago

Unfortunately there is no way to do it currently. I am going to implement this in near future.

14 years ago

Your xml is OK except you didn't specify weights. I've fixed my code so all the unspecified weights are considered "1". Thus you xml must be working now.