Alon
Alon

Reputation: 801

Flash + Javascript + HTTPS (SSL)

I want to support purchasing items via a flash SWF.

Does flash support posting to HTTPs? (given that the object container uses the https versions of the player)

If the above is a problem (posting HTTPs via flash) can I communicate javascript<->flash inside an HTTPs html and post via javascript?

Thanks for the help

Upvotes: 2

Views: 528

Answers (1)

jpea
jpea

Reputation: 3079

It's no different than anything else under HTTPS. Just make sure it's hosted on the same HTTPS server as anything else, and you're good to go.

Upvotes: 3

Related Questions