Closed (fixed)
Project:
SWF Tools
Version:
5.x-1.1
Component:
SWF Tools
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2008 at 02:31 UTC
Updated:
30 Apr 2008 at 14:04 UTC
I have SWF's embeded in my node.tpl.php like so:
<?php
$flashvars = $node->nid;
print swf(
'objectViewer-Test1.swf', '500x400', "flashvars=" . $flashvars
);
?>
Works okay except for in IE6 (haven't tried IE7) where SWFs' come up blank?! What could the issue be here that IE doesn't like?
I'm also using "Embed Flash Directly, don't use JavaScript replacement."
Comments
Comment #1
Fixdit commented