Skip to content
Snippets Groups Projects
Commit 9ae41cdc authored by Andreas Gohr's avatar Andreas Gohr
Browse files

minor source tweak in flash code

darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz
parent d4c61e61
No related branches found
No related tags found
No related merge requests found
...@@ -1485,7 +1485,7 @@ function html_flashobject($swf,$width,$height,$params=null,$flashvars=null,$atts ...@@ -1485,7 +1485,7 @@ function html_flashobject($swf,$width,$height,$params=null,$flashvars=null,$atts
$out .= '<!--[if IE]>'.NL; $out .= '<!--[if IE]>'.NL;
$out .= '<object '.buildAttributes($ie).'>'.NL; $out .= '<object '.buildAttributes($ie).'>'.NL;
$out .= ' <param name="movie" value="'.hsc($swf).'" />'.NL; $out .= ' <param name="movie" value="'.hsc($swf).'" />'.NL;
$out .= '<!--><!--dgx-->'.NL; $out .= '<!--><!-- -->'.NL;
// print params // print params
if(is_array($params)) foreach($params as $key => $val){ if(is_array($params)) foreach($params as $key => $val){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment