Hello Group:
I am trying to add a flash movie to the home page of my
website storefront which is https:// The flash movie is saved in
the same directory folder, but when I embed and upload it everytime
I refresh the page or click back to the main page I get the
''Security Information'' warning ''This page contains both secure and
nonsecure items.
I understand why, if the flash file is in the same folder
which has been labeled as secure, it is picking it up as a
nonsecure item. I have images in the same directory that don't get
labeled as nonsecure...just this flash file. Could it be something
with the links to macromedia about to plug-in info that is attached
when embeding the flash file in Dreamweaver? Below is the HTML:
%26lt;script type=''text/javascript''%26gt;
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0, 19,0','width','560','height','200','src','/StoreFront/Flash/FeaturedProducts','q uality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movi e','/StoreFront/Flash/FeaturedProducts'
); //end AC code
%26lt;/script%26gt;%26lt;noscript%26gt;%26lt;object
classid=''clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'' codebase=''
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0, 19,0''
width=''560'' height=''200''%26gt;
%26lt;param name=''movie''
value=''/StoreFront/Flash/FeaturedProducts.swf''%26gt;
%26lt;param name=''quality'' value=''high''%26gt;
%26lt;embed src=''/StoreFront/Flash/FeaturedProducts.swf''
quality=''high'' pluginspage=''
http://www.macromedia.com/go/getflashplayer''
type=''application/x-shockwave-flash'' width=''560''
height=''200''%26gt;%26lt;/embed%26gt;
%26lt;/object%26gt;%26lt;/noscript%26gt;
Thanks for the help!Secure and nonsecure items
You will not be able to fix this, I don't believe. To avoid
the problem,
ALL links on the page must be fully qualified as
''https://''-type links. I
don't think you will be able to make an absolute link like
that work in DW's
INSERT FLASH wizard, or even by editing the code - but I
could be wrong.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials %26amp; Resources
http://www.dwfaq.com - DW FAQs,
Tutorials %26amp; Resources
==================
''jtousignant'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
message
news:fgckr8$4ab$1@forums.macromedia.com...
%26gt; Hello Group:
%26gt; I am trying to add a flash movie to the home page of my
website storefront
%26gt; which is https:// The flash movie is saved in the same
directory folder,
%26gt; but
%26gt; when I embed and upload it everytime I refresh the page
or click back to
%26gt; the
%26gt; main page I get the ''Security Information'' warning ''This
page contains
%26gt; both
%26gt; secure and nonsecure items.
%26gt;
%26gt; I understand why, if the flash file is in the same
folder which has been
%26gt; labeled as secure, it is picking it up as a nonsecure
item. I have
%26gt; images in
%26gt; the same directory that don't get labeled as
nonsecure...just this flash
%26gt; file.
%26gt; Could it be something with the links to macromedia about
to plug-in info
%26gt; that
%26gt; is attached when embeding the flash file in Dreamweaver?
Below is the
%26gt; HTML:
%26gt;
%26gt; %26lt;script type=''text/javascript''%26gt;
%26gt; AC_FL_RunContent(
%26gt; 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
%26gt;
version=7,0,19,0','width','560','height','200','src','/StoreFront/Flash/Feature d
%26gt; Products','quality','high','pluginspage','
http://www.macromedia.com/go/getflashp
%26gt; layer','movie','/StoreFront/Flash/FeaturedProducts' );
//end AC code
%26gt; %26lt;/script%26gt;%26lt;noscript%26gt;%26lt;object
%26gt; classid=''clsid:D27CDB6E-AE6D-11cf-96B8-444553540000''
%26gt; codebase=''
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
%26gt; rsion=7,0,19,0'' width=''560'' height=''200''%26gt;
%26gt; %26lt;param name=''movie''
%26gt; value=''/StoreFront/Flash/FeaturedProducts.swf''%26gt;
%26gt; %26lt;param name=''quality'' value=''high''%26gt;
%26gt; %26lt;embed
%26gt; src=''/StoreFront/Flash/FeaturedProducts.swf''
%26gt; quality=''high'' pluginspage=''
http://www.macromedia.com/go/getflashplayer''
%26gt; type=''application/x-shockwave-flash'' width=''560''
height=''200''%26gt;%26lt;/embed%26gt;
%26gt; %26lt;/object%26gt;%26lt;/noscript%26gt;
%26gt;
%26gt;
%26gt;
%26gt; Thanks for the help!
%26gt;
Secure and nonsecure items
Murray *ACE* wrote:
%26gt; You will not be able to fix this, I don't believe. To
avoid the
%26gt; problem, ALL links on the page must be fully qualified
as
%26gt; ''https://''-type links. I don't think you will be able to
make an
%26gt; absolute link like that work in DW's INSERT FLASH
wizard, or even by
%26gt; editing the code - but I could be wrong.
%26gt;
the codebase needs to be on a secure server, you could try
using https
instead of http but like Murray said, you may not be able to
fix this.
Steve
Simply having the file on a secure server is not enough, I
think.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials %26amp; Resources
http://www.dwfaq.com - DW FAQs,
Tutorials %26amp; Resources
==================
''Dooza'' %26lt;doozadooza@gmail.com%26gt; wrote in message
news:fgcvt7$i8r$1@forums.macromedia.com...
%26gt; Murray *ACE* wrote:
%26gt;%26gt; You will not be able to fix this, I don't believe.
To avoid the problem,
%26gt;%26gt; ALL links on the page must be fully qualified as
''https://''-type links.
%26gt;%26gt; I don't think you will be able to make an absolute
link like that work in
%26gt;%26gt; DW's INSERT FLASH wizard, or even by editing the
code - but I could be
%26gt;%26gt; wrong.
%26gt;%26gt;
%26gt;
%26gt; the codebase needs to be on a secure server, you could
try using https
%26gt; instead of http but like Murray said, you may not be
able to fix this.
%26gt;
%26gt; Steve
%26gt; Simply having the file on a secure server is not enough,
I think.
IE/windows is seeing the
http://macromedia urls in the swf
code, and raising
the insecure alert. Hand editing so all those paths are
https: will remove
the alert.
I've no idea what would happen if the user doesn't have
correct version of
flash player though- don't know if https: path would work for
that.
could just strip the .swf off the SSL pages instead.
--
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/
Try hand editing the NON-EOLAS Flash markup that DW inserts,
however.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials %26amp; Resources
http://www.dwfaq.com - DW FAQs,
Tutorials %26amp; Resources
==================
''Alan'' %26lt;please_dont_mail_me@example.com%26gt; wrote in
message
news:C34F82B3.2E0A96%please_dont_mail_me@example.com...
%26gt;
%26gt;
%26gt;%26gt; Simply having the file on a secure server is not
enough, I think.
%26gt;
%26gt; IE/windows is seeing the
http://macromedia urls in the swf
code, and
%26gt; raising
%26gt; the insecure alert. Hand editing so all those paths are
https: will
%26gt; remove
%26gt; the alert.
%26gt;
%26gt; I've no idea what would happen if the user doesn't have
correct version of
%26gt; flash player though- don't know if https: path would
work for that.
%26gt;
%26gt; could just strip the .swf off the SSL pages instead.
%26gt;
%26gt; --
%26gt; Alan
%26gt; Adobe Community Expert, dreamweaver
%26gt;
%26gt;
http://www.adobe.com/communities/experts/
%26gt;
%26gt;
%26gt;
Murray *ACE* wrote:
%26gt; Simply having the file on a secure server is not enough,
I think.
%26gt;
I just tried the codebase url using https and it prompted me
to download
a cab file. I did the same with the Adobe link and that was
fine too, so
it may just be ok.
Steve
I changed the link to the flash download to include https://
instead of
http:// and it seems to be working. Thanks for
the help!
AC_FL_RunContent(
'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b#version=7,0,19,0','width','560','height','200','src','/StoreFront/Flash/Featur edProducts','quality','high','pluginspage','
http://www.macromedia.com/go/getflashplayer','movie','/StoreFront/Flash/Featured Products'
); //end AC code
You changed the wrong link.
---%26gt; 'https://download.macromedia.com/pub/shockwave
This is only the link for the player download, not your Flash
file.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials %26amp; Resources
http://www.dwfaq.com - DW FAQs,
Tutorials %26amp; Resources
==================
''jtousignant'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
message
news:fgd6ep$r9s$1@forums.macromedia.com...
%26gt;I changed the link to the flash download to include
https:// instead of
%26gt;
http://
%26gt; and it seems to be working. Thanks for the help!
%26gt;
%26gt; AC_FL_RunContent(
%26gt;
'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b
%26gt;
#version=7,0,19,0','width','560','height','200','src','/StoreFront/Flash/Featur e
%26gt; dProducts','quality','high','pluginspage','
http://www.macromedia.com/go/getflash
%26gt; player','movie','/StoreFront/Flash/FeaturedProducts' );
//end AC code
%26gt;
facial lotioneye make upzits