Skip to content

Fixed Flash error when serving flashmediaelement.swf through HTTPS to an insecure host #897

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2013
Merged

Fixed Flash error when serving flashmediaelement.swf through HTTPS to an insecure host #897

merged 1 commit into from
Jul 23, 2013

Conversation

sebablanco
Copy link
Contributor

For a SWF to work when served through HTTPS to a host accessed through HTTP, the directive: Security.allowInsecureDomain('*'); must be added to the SWF.

It is similar to Security.allowDomain("*"); that was already present in the constructor, I just added the new one right after it.

johndyer added a commit that referenced this pull request Jul 23, 2013
Fixed Flash error when serving flashmediaelement.swf through HTTPS to an insecure host
@johndyer johndyer merged commit 49ad5fb into mediaelement:master Jul 23, 2013
phuongdh pushed a commit to avalonmediasystem/mediaelement that referenced this pull request Oct 18, 2013
Fixed Flash error when serving flashmediaelement.swf through HTTPS to an insecure host
rexblack pushed a commit to rexblack/mediaelement that referenced this pull request May 22, 2014
Fixed Flash error when serving flashmediaelement.swf through HTTPS to an insecure host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants