• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

flash not seeming to work on https

Explorer ,
May 11, 2019 May 11, 2019

Copy link to clipboard

Copied

This site https://www.wormatlas.org/SW/SW.php/  was working fine under http and now that it's https, the flash is not fully working. When you click the arrows, it should not only navigate the slidable worm, but also change the picture.

There were hardcoded references to http and I changed every local href so that it refers to the root of the site, but that had no effect. I also added a crossdomain.xml to the root directory in case there hidden references. The file is as follows

<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>

    <site-control permitted-cross-domain-policies="all"/>

    <allow-access-from domain="*" secure="false"/>

    <allow-http-request-headers-from domain="*" headers="*" secure="false"/>

</cross-domain-policy>

But this also make no difference.

It's not quite clear why on Firefox, it says there are references to insecure content.

Views

412

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , May 11, 2019 May 11, 2019

There are http references embedded in various swf files. I used an Apache rewrite rule to fix it.

Votes

Translate

Translate
LEGEND ,
May 11, 2019 May 11, 2019

Copy link to clipboard

Copied

The same thing happens in Chrome, but it also gives (in the page inspector) a detailed report identifying http URLs (many) that it has ignored, and a number of 404 errors.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 11, 2019 May 11, 2019

Copy link to clipboard

Copied

Don't know how you got Chrome to load activate Flash; control-click ignores me. I can see http urls being generated from within Firefox but the question is where it is getting http from. I load the page with https. Everything is a root relative reference. Something is switching the context.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 11, 2019 May 11, 2019

Copy link to clipboard

Copied

LATEST

There are http references embedded in various swf files. I used an Apache rewrite rule to fix it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines