All posts created by Alex

13 years ago

Leanna,

your clouds are still blank and I don't see you created a new one.

1) Check whether you can see your cloud on the preview tab. If you can't then rebuild it.

2) Once you see your cloud on the preview tab, goto the finalize tab and make sure you click the save button

Then it should work.

13 years ago

leannaaker, you get N/A because your clouds are blank. Rebuild it with Tagul site and save it once again and you shouldn't see N/A anymore.

13 years ago

leannaaker, it should be

<object width="100" height="100" 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=11151@2&openLinksInNewWindow=true">
<param name="allowscriptaccess" value="always"></param>
<param name="swfversion" value="10"/>
<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
<embed src="http://cdn.tagul.com/cloud.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="100" height="100" flashvars="id=11151@2"></embed>
</object>

Pay attention to the "&openLinksInNewWindow=true" parameter passed.

13 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.

13 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.

13 years ago

Thanks Darling14, that's right.

13 years ago

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

13 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>
13 years ago

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

13 years ago

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