Yeah but look in the AC_RunActiveContent.js file:

//v1.0

function AC_FL_RunContent(){
  var ret =
    AC_GetArgs
    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , 
"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=";
     , 
"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";
     , "application/x-shockwave-flash", "7,0,0,0"

    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_SW_RunContent(){
  var ret =
    AC_GetArgs
    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , 
"http://fpdownload.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=";
     , "http://www.macromedia.com/shockwave/download/";
     , null, "8,5,0,0"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

All the links there are http, not https. I'll bet editing that fixes the issue.

On 8/30/07, Matthew Smith <[EMAIL PROTECTED]> wrote:
> Which flash codebase are you referring to?  The flash javascript is
> relative links, as is the flash swf references...
>
> -----Original Message-----
> From: William Seiter [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 30, 2007 6:54 AM
> To: CF-Talk
> Subject: SPAM-LOW: RE: What's not secure?
>
> You also might consider the Flash 'codebase' is pulling from a
> non-secure
> site.
>
> William

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287458
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to