Well, that is pretty easy.  Duh.

Thx.

Jim wrote:
> we have an ssl site with flash on, we just used:
> 
> https://www.macromedia.com/go/getflashplayer
> https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab
> 
> 
> -----Original Message-----
> From: Ray Champagne [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2006 18:38
> To: CF-Talk
> Subject: embedding flash into Secure pages
> 
> 
> I have a flash header that I need to embed into a page that is going to
> be under a secure cert.  The problem that I'm having is that some of the
> attributes of the object tag refer to non-secure pages, which is
> throwing security warnings.
> 
> Here's the embedded code:
> 
> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
> codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.
> cab#version=5,0,0,0"
> width="228" height="183" id="rw" align="left">
>       <param name="allowScriptAccess" value="sameDomain" />
>       <param name="movie" value="rw.swf" />
>       <param name="quality" value="high" />
>       <param name="bgcolor" value="#ffffff" />
> <embed src="rw.swf" quality="high" bgcolor="#ffffff" width="228"
> height="183" name="rw" align="left" allowScriptAccess="sameDomain"
> type="application/x-shockwave-flash"
> pluginspage="http://www.macromedia.com/go/getflashplayer"; />
> </object>
> 
> I assume that the "pluginspage" and "codebase" attributes are what is
> causing the warnings, because if I comment this block of code out, the
> warnings stop.  Any ideas on how to fix this?
> --
> Ray Champagne - Senior Application Developer
> CrystalVision Web Site Design and Internet Services
> 603.433.9559
> www.crystalvision.org
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240249
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to