Ronnie. You need to make sure you are delivering your swfs over https too. Specifying the apth as "player.swf" and "expressInstall.swf" does not guarantee that they are being delivered over SSL. You will most likely need to specify an absolute path including the protocol like : " https://mydomain/player.swf".
In regards to them not showing up at all, I am unsure (without viewing the actual page), but usually comes down to a pathing issue... Aran On Thu, Jan 28, 2010 at 11:21 AM, [email protected] < [email protected]> wrote: > In IE I am getting a dialog saying I have Secure and Non-Secure items > on the page. I am putting these files on an HTTPS server. I found a > fix for it here => http://kb2.adobe.com/cps/165/tn_16588.html > > When using swfObject to embed, I need to add the codebase. I thought I > was doing it right, but when I uploaded it to the server, the SWF > isn't being embedded. Anyone know? > > <script type="text/javascript"> > var flashvars = {}; > var params = {}; > params.bgcolor = "#39566F"; > params.allowfullscreen = "true"; > var attributes = {}; > attributes.id = "swfplayer"; > attributes.codebase = " > https://download.macromedia.com/pub/shockwave/ > cabs/flash/swflash.cab#version=9,0,28,0"; > swfobject.embedSWF("player.swf", "player", "800", "370", "9.0.0", > "expressInstall.swf", flashvars, params, attributes); > </script> > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
