I am deploying a Flash SWF which was built using Flex (3.2) / flexbuilder. It is a single SWF which doesn't do any further data requests of its own. It has some preloader code to display a progress bar when it is loading (it is approx. 650mb).
It works fine in almost all environments, but when deployed over HTTPS it fails to load - on IE6 only. There is an error thrown by the preloader code which implies that a wrong value is being passed by the preloader event (nb. I am not a Flash expert!).
I found some documentation on Adobe which implies this sort of hanging may be caused by an invalid SSL certificate being used. I suspect this may be the case (nb. I am no more a SSL expert than a Flash expert). Are there any other options I should explore, or am I barking up a wrong tree in general?
FYI here's the bottom portion of the call stack
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()