Forums
This topic is locked
Using DW to insert Flash in Secure....
Posted 14 May 2004 18:46:03
1
has voted
14 May 2004 18:46:03 Greg LeBreck posted:
I am DW to insert a flash animation into a page that has SSL. The animation is for a processing progress bar. When the page loads I get an error:"There are Secure and Non Secure items on this page"
I know it's the flash because when I remove it I no longer get the error.
How can I use flash in a Secure Site (SSL) and not get the error.
Replies
Replied 15 May 2004 01:14:29
15 May 2004 01:14:29 Phil Shevlin replied:
just change the codebade and plugin space to use https instead of http.
eg
pluginspage="www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="227" height="352">
(according to: www.flashkit.com/board/showthread.php?s=b06d03a9df4db56ab02817baaf626ca8&threadid=494197&highlight=ssl+Secure+and+Non+Secure+items+on+this+page)
eg
pluginspage="www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"
codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="227" height="352">
(according to: www.flashkit.com/board/showthread.php?s=b06d03a9df4db56ab02817baaf626ca8&threadid=494197&highlight=ssl+Secure+and+Non+Secure+items+on+this+page)
Replied 15 May 2004 17:52:48
15 May 2004 17:52:48 Greg LeBreck replied:
Yep I found the article, but thank you for helping out!