# 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. |
# 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"> Not 100% sure WHY that works, but I don't get the security error message any more! |