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].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.