Although any data sent to your SWF will be safe (provided that it is connected via HTTPS), data sent to a SWF from a third party will not be protected through this setting, as you already know.
For example, I enter your swf with my social security number. Connecting to SWF is safe , so I am "safe" there. However, your SWF sends login information to your server via HTTP to verify my credentials. Having received valuable data from your server with an insecure connection, security is compromised
.
You are safe if the data is not important, but as a rule, I always associated HTTPS with HTTPS whenever possible.
Relations -
source share