Ok, I got my SWF to work correctly in both Firefox 3.x and IE8 using
the following code:
<script type="text/javascript" >
var flashvars = {
'autostart' : 'true'
};
var params = {
'allowScriptAccess' : 'sameDomain',
'allowFullScreen' : 'true'
};
var attributes = {
'id' : 'flashcontent',
'name' : 'flashcontent'
};
swfobject.embedSWF("TopArmCutting.swf", "fancy_ajax", "320",
"240","7.0.0","../fancybox/expressInstall.swf", flashvars, params,
attributes);
</script>
The code that calls this test file looks like this:
<a rel="movie" href="TopArmCutting.txt" title="Computer controlled Top
Arm cutting.">
<img alt="Top Arm Cutting" height="138" src="../images/clear.gif"
style="padding: 20px 20px 0 0; border-width: 0px; float: right;"
title="Click to play movie" width="181" /></a>
The SWF has the player built-in and loads with the starting frame
showing in FancyBox except for IE6. In IE6, the SWF loads but the
starting frame is not showing as it does with FF 3.x and IE8. I can
see the movie controls but the screen is white. I can press play and
the movie will play but I need to know why my starting frame is not
showing up in IE6. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---