Xenonsmart / swfobject4joomla

Automatically exported from code.google.com/p/swfobject4joomla
0 stars 0 forks source link

Error in helper.php #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add paramenter at param_n1

What is the expected output? What do you see instead?
Flash movie is not show

the problem is on the helper.php because there's an error :

line 42 with error (missing echo syntax ','. ) :

  echo $params->get('param_n1','');?>: "<?php echo
$params->get('param_v1','');?>"<?php } ?>

the right one is :

  echo ','.$params->get('param_n1','');?>: "<?php echo
$params->get('param_v1','');?>"<?php } ?>

Original issue reported on code.google.com by alkemikl...@gmail.com on 16 Jan 2010 at 10:02

GoogleCodeExporter commented 9 years ago

Original comment by superwal on 22 Mar 2010 at 5:32

GoogleCodeExporter commented 9 years ago
You have to upgrade to version 1.0 or greater.

thanks!

Original comment by superwal on 10 Nov 2010 at 10:36