Secure version available?

12 years ago

My website is a https one. Is there anyway to link to a https version of tagul to remove the "insecure" content warning message when going to a page with Tagul cloud embedded?

12 years ago

Unfortunately there is no https version of Tagul.
You may host tagul.swf and your cloud on your server that serves through https.

12 years ago

I'm having EXACTLY the same issue.

Can you give me more detail on how I would host it on our server?

Thanks.

12 years ago

Explore this example.

Host tagul.swf and demo@demo files on your site and change links in the example and it should work.

12 years ago

HI Alex,

Thanks for your reply

Sorry if this is a really dumb question, but I don't understand what you mean by 'host tagul.swf and demo@demo files on your site'.

I don't understand where I would get those files to be able to upload them to our server?

Thanks.

12 years ago

I think I've cracked it!

All I've had to do was take the original code and change the object URL to my secure site, as below:

<object width="400" height="382" type="application/x-shockwave-flash" data="https://&&&MY_SITE_URL&&&/cloud.swf">
<param name="movie" value="http://cdn.tagul.com/cloud.swf"/>
<param name="flashvars" value="id=http://cdn.tagul.com/clouds/56679@8"/>
<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"/>
<!--Embed svg if no flash installed-->
<object data="http://cdn.tagul.com/clouds/56679@8" type="image/svg+xml" width="400" height="382">
<p>
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</p>
</object>
</object>

Not 100% sure WHY that works, but I don't get the security error message any more!

Reply

Sign up or Login to post a reply.