In my 7.0.9 installation i needed to change some code to get FLASH Apps loaded by javascript. Otherwise the browsers java console throws out an error "ReferenceError: SWFObject is not defined" and the flash apps are never showing.
This is very strange because changing the system back to http:// lets them load correctly.
I got around this by commenting out the following lines in /flash/modules/global/inc/content.inc.php
//if ($isDolphinPage)
// $GLOBALS['oSysTemplate']->addJs($sGlobalUrl . 'js/swfobject.js');
//else
so dolphin adds the missing reference to the output code.
But can this lead to other problems? Why are some pages DolphinPages and some not? And why it is injected into the templates and sometimes as a <source ......> in the scripts. Anyway it works but i really wondern why this suddenly is a problem for my site, before it worked. Maybe some recent changesets are the reason or some browser/js updates? I am very confused about this now. I just saw it because i cleared my browser caches so the flash apps need to get reloaded.